summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2006-10-13 22:13:34 +0000
committerLuca Longinotti <chtekk@gentoo.org>2006-10-13 22:13:34 +0000
commitad43a3820a0a8cb6bb443b5c8c71d9445ae92802 (patch)
treee5b2f681d3d4e45711d48ebbc51d985b4aee9272 /eclass
parentMark 2.16.1 2.16.0 ~ia64 (diff)
downloadgentoo-2-ad43a3820a0a8cb6bb443b5c8c71d9445ae92802.tar.gz
gentoo-2-ad43a3820a0a8cb6bb443b5c8c71d9445ae92802.tar.bz2
gentoo-2-ad43a3820a0a8cb6bb443b5c8c71d9445ae92802.zip
Fix the way files are downloaded to be consistent with actual behaviour.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/mysql.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/mysql.eclass b/eclass/mysql.eclass
index 35b0e1428957..7fe9dfb9e41a 100644
--- a/eclass/mysql.eclass
+++ b/eclass/mysql.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.34 2006/10/13 12:36:08 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.35 2006/10/13 22:13:34 chtekk Exp $
# Author: Francesco Riosa <vivo@gentoo.org>
# Maintainer: Luca Longinotti <chtekk@gentoo.org>
@@ -55,7 +55,7 @@ SRC_URI="mirror://mysql/Downloads/MySQL-${PV%.*}/${P/_/-}${MYSQL_RERELEASE}.tar.
if [[ -n "${MYSQL_PATCHSET_REV}" ]] ; then
MYSQL_PATCHSET_FILENAME="${PN}-patchset-${MY_FIXED_PV}-r${MYSQL_PATCHSET_REV}.tar.bz2"
# We add the Gentoo mirror here, as we only use primaryuri for the MySQL tarball
- SRC_URI="${SRC_URI} mirror://gentoo/${MYSQL_PATCHSET_FILENAME} http://gentoo.longitekk.com/${MYSQL_PATCHSET_FILENAME}"
+ SRC_URI="${SRC_URI} http://gentoo.longitekk.com/${MYSQL_PATCHSET_FILENAME}"
fi
DESCRIPTION="A fast, multi-threaded, multi-user SQL database server."
@@ -63,7 +63,7 @@ HOMEPAGE="http://www.mysql.com/"
SLOT="0"
LICENSE="GPL-2"
IUSE="big-tables berkdb debug embedded minimal perl selinux srvdir ssl static"
-RESTRICT="primaryuri confcache"
+RESTRICT="confcache"
mysql_version_is_at_least "4.01.00.00" \
&& IUSE="${IUSE} latin1"