diff options
author | 2007-04-15 13:00:51 +0000 | |
---|---|---|
committer | 2007-04-15 13:00:51 +0000 | |
commit | fa41df47f427772cf4f01a7ab6d106b68d2fe18b (patch) | |
tree | c8d10086f1ca0e335f4cc76bd179a73f9ce3c306 /eclass | |
parent | Fix whitespace. (diff) | |
download | gentoo-2-fa41df47f427772cf4f01a7ab6d106b68d2fe18b.tar.gz gentoo-2-fa41df47f427772cf4f01a7ab6d106b68d2fe18b.tar.bz2 gentoo-2-fa41df47f427772cf4f01a7ab6d106b68d2fe18b.zip |
Additional location for mysql-extras tarball.
Diffstat (limited to '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 1cd69f67b835..60a5a121b22a 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.72 2007/03/16 22:47:29 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.73 2007/04/15 13:00:51 robbat2 Exp $ # Author: Francesco Riosa (Retired) <vivo@gentoo.org> # Maintainer: Luca Longinotti <chtekk@gentoo.org> @@ -71,6 +71,7 @@ PDEPEND="perl? ( >=dev-perl/DBD-mysql-2.9004 )" # Define correct SRC_URIs SRC_URI="${SERVER_URI} + mirror://gentoo/mysql-extras-${MY_EXTRAS_VER}.tar.bz2 http://g3nt8.org/patches/mysql-extras-${MY_EXTRAS_VER}.tar.bz2" mysql_version_is_at_least "5.1.12" \ && [[ -n "${PBXT_VERSION}" ]] \ |