diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2008-03-09 21:19:14 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2008-03-09 21:19:14 +0000 |
commit | b77ca418434cc16bb52ee742679963fcf79abc44 (patch) | |
tree | b222d51819ea4ce064272418a6a13700fa18ea12 /eclass/mysql.eclass | |
parent | Bump. (diff) | |
download | gentoo-2-b77ca418434cc16bb52ee742679963fcf79abc44.tar.gz gentoo-2-b77ca418434cc16bb52ee742679963fcf79abc44.tar.bz2 gentoo-2-b77ca418434cc16bb52ee742679963fcf79abc44.zip |
Make sure $DISTDIR/git-src/mysql-extras is used for the patchset copy.
Diffstat (limited to 'eclass/mysql.eclass')
-rw-r--r-- | eclass/mysql.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/mysql.eclass b/eclass/mysql.eclass index 9c62a9ebd816..b1e8e009b5f4 100644 --- a/eclass/mysql.eclass +++ b/eclass/mysql.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.86 2008/03/09 21:13:22 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.87 2008/03/09 21:19:14 robbat2 Exp $ # Author: Francesco Riosa (Retired) <vivo@gentoo.org> # Maintainer: MySQL Team <mysql-bugs@gentoo.org> @@ -18,6 +18,7 @@ S="${WORKDIR}/mysql" [[ "${MY_EXTRAS_VER}" == "latest" ]] && MY_EXTRAS_VER="20070108" if [[ "${MY_EXTRAS_VER}" == "live" ]]; then + EGIT_PROJECT=mysql-extras EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/mysql-extras.git" inherit git fi |