diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2006-05-31 20:45:49 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2006-05-31 20:45:49 +0000 |
commit | acf4738494460aa77267db20d4f186f60106742d (patch) | |
tree | 1021b873de371d4931bd1076a316bb2b5b9ce5c6 | |
parent | Version bumped. (diff) | |
download | gentoo-2-acf4738494460aa77267db20d4f186f60106742d.tar.gz gentoo-2-acf4738494460aa77267db20d4f186f60106742d.tar.bz2 gentoo-2-acf4738494460aa77267db20d4f186f60106742d.zip |
Cosmetic fixes.
-rw-r--r-- | eclass/mysql.eclass | 6 |
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 |