diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2010-01-31 03:05:54 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2010-01-31 03:05:54 +0000 |
commit | ea750d8defe8aa8ed20acf9b12b6e138a40de6d1 (patch) | |
tree | f5358c57148f3834ce68fbe3932fd4223a593a3b /eclass/mysql.eclass | |
parent | Add ~amd64-linux/~x86-linux keywords (diff) | |
download | gentoo-2-ea750d8defe8aa8ed20acf9b12b6e138a40de6d1.tar.gz gentoo-2-ea750d8defe8aa8ed20acf9b12b6e138a40de6d1.tar.bz2 gentoo-2-ea750d8defe8aa8ed20acf9b12b6e138a40de6d1.zip |
Add an extra backup location for the mysql-extras tarballs.
Diffstat (limited to 'eclass/mysql.eclass')
-rw-r--r-- | eclass/mysql.eclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/mysql.eclass b/eclass/mysql.eclass index a4528c0ddc9f..be6d116cf049 100644 --- a/eclass/mysql.eclass +++ b/eclass/mysql.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.123 2009/12/10 01:27:59 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.124 2010/01/31 03:05:54 robbat2 Exp $ # @ECLASS: mysql.eclass # @MAINTAINER: @@ -152,7 +152,8 @@ SRC_URI="${SERVER_URI}" [[ ${MY_EXTRAS_VER} != live ]] \ && SRC_URI="${SRC_URI} mirror://gentoo/mysql-extras-${MY_EXTRAS_VER}.tar.bz2 - http://g3nt8.org/patches/mysql-extras-${MY_EXTRAS_VER}.tar.bz2" + http://g3nt8.org/patches/mysql-extras-${MY_EXTRAS_VER}.tar.bz2 + http://dev.gentoo.org/~robbat2/distfiles/mysql-extras-${MY_EXTRAS_VER}.tar.bz2" # PBXT engine mysql_version_is_at_least "5.1.12" \ |