diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-05-27 05:58:23 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-05-27 05:58:23 +0000 |
commit | f0c94052c82df8668836fb6abda811f947d2930e (patch) | |
tree | 8d2c0e9622b7201c6842249eb71bfa56eca70751 /dev-db | |
parent | update DEPEND for arm (diff) | |
download | gentoo-2-f0c94052c82df8668836fb6abda811f947d2930e.tar.gz gentoo-2-f0c94052c82df8668836fb6abda811f947d2930e.tar.bz2 gentoo-2-f0c94052c82df8668836fb6abda811f947d2930e.zip |
arm KEYWORDS
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/mysql/mysql-4.0.20.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/mysql/mysql-4.0.20.ebuild b/dev-db/mysql/mysql-4.0.20.ebuild index 121b63ec27dc..a1a87d209c35 100644 --- a/dev-db/mysql/mysql-4.0.20.ebuild +++ b/dev-db/mysql/mysql-4.0.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.20.ebuild,v 1.4 2004/05/25 01:45:56 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.0.20.ebuild,v 1.5 2004/05/27 05:54:16 vapier Exp $ inherit eutils #to accomodate -laadeedah releases @@ -19,7 +19,7 @@ HOMEPAGE="http://www.mysql.com/" SRC_URI="mirror://mysql/Downloads/${SDIR}/${NEWP}.tar.gz" RESTRICT="nomirror" -KEYWORDS="~ia64 ~x86 ~sparc ppc ~amd64 ~hppa ~alpha ~mips ~s390" +KEYWORDS="~ia64 ~x86 ~sparc ppc ~amd64 ~hppa ~alpha ~mips ~s390 arm" LICENSE="GPL-2" SLOT="0" IUSE="static readline innodb berkdb tcpd ssl perl debug" |