summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2006-05-31 20:45:49 +0000
committerLuca Longinotti <chtekk@gentoo.org>2006-05-31 20:45:49 +0000
commitacf4738494460aa77267db20d4f186f60106742d (patch)
tree1021b873de371d4931bd1076a316bb2b5b9ce5c6
parentVersion bumped. (diff)
downloadgentoo-2-acf4738494460aa77267db20d4f186f60106742d.tar.gz
gentoo-2-acf4738494460aa77267db20d4f186f60106742d.tar.bz2
gentoo-2-acf4738494460aa77267db20d4f186f60106742d.zip
Cosmetic fixes.
-rw-r--r--eclass/mysql.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/mysql.eclass b/eclass/mysql.eclass
index 9f2b408fc43a..0f179924a185 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.31 2006/05/15 00:48:11 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.32 2006/05/31 20:45:49 chtekk Exp $
# Author: Francesco Riosa <vivo@gentoo.org>
# Maintainer: Luca Longinotti <chtekk@gentoo.org>
@@ -52,9 +52,9 @@ MY_FIXED_PV="${MY_FIXED_PV/_rc/}"
# Define correct SRC_URIs
SRC_URI="mirror://mysql/Downloads/MySQL-${PV%.*}/${P/_/-}.tar.gz"
-if [[ -n "${MYSQL_PATCHSET_REV}" ]]; then
+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.
+ # 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}"
fi