diff options
author | Francesco Riosa <vivo@gentoo.org> | 2007-03-04 12:38:38 +0000 |
---|---|---|
committer | Francesco Riosa <vivo@gentoo.org> | 2007-03-04 12:38:38 +0000 |
commit | db56a56fac76f080559428d7e116f5a9e89c1476 (patch) | |
tree | b193cba0ec43c59bfbd699d6dab9452a181b9502 /dev-db/mysql-community/mysql-community-5.1.15_beta.ebuild | |
parent | version bump (diff) | |
download | gentoo-2-db56a56fac76f080559428d7e116f5a9e89c1476.tar.gz gentoo-2-db56a56fac76f080559428d7e116f5a9e89c1476.tar.bz2 gentoo-2-db56a56fac76f080559428d7e116f5a9e89c1476.zip |
removed trailing space
(Portage version: 2.1.2-r9)
Diffstat (limited to 'dev-db/mysql-community/mysql-community-5.1.15_beta.ebuild')
-rw-r--r-- | dev-db/mysql-community/mysql-community-5.1.15_beta.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/mysql-community/mysql-community-5.1.15_beta.ebuild b/dev-db/mysql-community/mysql-community-5.1.15_beta.ebuild index 4a64aacc9498..d1dcabb0101a 100644 --- a/dev-db/mysql-community/mysql-community-5.1.15_beta.ebuild +++ b/dev-db/mysql-community/mysql-community-5.1.15_beta.ebuild @@ -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/dev-db/mysql-community/mysql-community-5.1.15_beta.ebuild,v 1.1 2007/03/04 12:35:58 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-community/mysql-community-5.1.15_beta.ebuild,v 1.2 2007/03/04 12:38:38 vivo Exp $ MY_EXTRAS_VER="20070217" SERVER_URI="mirror://gentoo/MySQL-${PV%.*}/mysql-${PV//_/-}.tar.gz" @@ -412,7 +412,7 @@ src_unpack() { &>/dev/null popd &>/dev/null fi - + #mysql_version_is_at_least "5.1.15" \ #&& use sphinx \ #&& sphinx_src_unpack |