correct mysql extras git repo

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/mysql@1369 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one 2009-07-13 19:36:20 +00:00
parent e7c3d6ad29
commit eccae1ffc2
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ S="${WORKDIR}/mysql"
[[ "${MY_EXTRAS_VER}" == "latest" ]] && MY_EXTRAS_VER="20090228-0714Z"
if [[ "${MY_EXTRAS_VER}" == "live" ]]; then
EGIT_PROJECT=mysql-extras
EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/mysql-extras.git"
EGIT_REPO_URI="git://git.mars.arge.at/mysql-extras.git"
inherit git
fi