diff options
author | Zack Welch <zwelch@gentoo.org> | 2003-04-06 16:28:50 +0000 |
---|---|---|
committer | Zack Welch <zwelch@gentoo.org> | 2003-04-06 16:28:50 +0000 |
commit | 126a93d4687b4d576d0676deb6a03d77d6ad1f05 (patch) | |
tree | abc1bbbc949e931628581447a2778bcdeb9f05be /dev-db/mysql/mysql-4.0.12.ebuild | |
parent | add arm keywords (diff) | |
download | gentoo-2-126a93d4687b4d576d0676deb6a03d77d6ad1f05.tar.gz gentoo-2-126a93d4687b4d576d0676deb6a03d77d6ad1f05.tar.bz2 gentoo-2-126a93d4687b4d576d0676deb6a03d77d6ad1f05.zip |
add arm keyword
Diffstat (limited to 'dev-db/mysql/mysql-4.0.12.ebuild')
-rw-r--r-- | dev-db/mysql/mysql-4.0.12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/mysql/mysql-4.0.12.ebuild b/dev-db/mysql/mysql-4.0.12.ebuild index fef9a55b5646..fe7f46d0daf6 100644 --- a/dev-db/mysql/mysql-4.0.12.ebuild +++ b/dev-db/mysql/mysql-4.0.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.0.12.ebuild,v 1.1 2003/03/22 20:48:32 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.0.12.ebuild,v 1.2 2003/04/06 16:26:54 zwelch Exp $ #to accomodate -laadeedah releases NEWP=${P} @@ -19,7 +19,7 @@ SRC_URI="ftp://mirror.mcs.anl.gov/pub/mysql/Downloads/${SDIR}/${NEWP}.tar.gz ftp://ftp.sunet.se/pub/unix/databases/relational/mysql/Downloads/${SDIR}/${NEWP}.tar.gz ftp://mysql.valueclick.com/pub/mysql/Downloads/${SDIR}/${NEWP}.tar.gz" -KEYWORDS="~x86 ~sparc ~ppc" +KEYWORDS="~x86 ~sparc ~ppc arm" LICENSE="GPL-2" SLOT="0" IUSE="static readline innodb berkdb tcpd ssl" |