diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-29 16:28:50 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-29 16:28:50 +0000 |
commit | e17cad2d1f7425537feccfec0f1164c006590fed (patch) | |
tree | d077b0ae39781b3f7a8f6dbb4c49840c345ea15a /dev-db/mysql/mysql-3.23.56.ebuild | |
parent | Added to ~ppc (Manifest recommit) (diff) | |
download | gentoo-2-e17cad2d1f7425537feccfec0f1164c006590fed.tar.gz gentoo-2-e17cad2d1f7425537feccfec0f1164c006590fed.tar.bz2 gentoo-2-e17cad2d1f7425537feccfec0f1164c006590fed.zip |
sync IUSE (+perl)
Diffstat (limited to 'dev-db/mysql/mysql-3.23.56.ebuild')
-rw-r--r-- | dev-db/mysql/mysql-3.23.56.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/mysql/mysql-3.23.56.ebuild b/dev-db/mysql/mysql-3.23.56.ebuild index 9340b223eba0..f0e18e509925 100644 --- a/dev-db/mysql/mysql-3.23.56.ebuild +++ b/dev-db/mysql/mysql-3.23.56.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-3.23.56.ebuild,v 1.7 2004/06/24 21:57:00 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-3.23.56.ebuild,v 1.8 2004/06/29 16:28:50 agriffis Exp $ # bug #11681; get b0rked code when using -march=k6 with this package. inherit flag-o-matic @@ -21,7 +21,7 @@ SRC_URI="ftp://ftp.sunet.se/pub/unix/databases/relational/mysql/Downloads/${SDIR LICENSE="GPL-2" SLOT="0" -IUSE="static readline innodb berkdb tcpd ssl debug" +IUSE="berkdb debug innodb perl readline ssl static tcpd" KEYWORDS="x86 sparc alpha hppa ppc" DEPEND="readline? ( >=sys-libs/readline-4.1 ) |