diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-01-10 18:49:32 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-01-10 18:49:32 +0000 |
commit | 427a30648dc57250d34e9681b1c20ce7b1568827 (patch) | |
tree | 264e95c3516cf592424e82c6a220a5651196a3a4 /dev-db/mysql/mysql-4.0.16.ebuild | |
parent | Moving to stable, updated year on ebuilds. (Manifest recommit) (diff) | |
download | gentoo-2-427a30648dc57250d34e9681b1c20ce7b1568827.tar.gz gentoo-2-427a30648dc57250d34e9681b1c20ce7b1568827.tar.bz2 gentoo-2-427a30648dc57250d34e9681b1c20ce7b1568827.zip |
add alpha/~alpha keywords
Diffstat (limited to 'dev-db/mysql/mysql-4.0.16.ebuild')
-rw-r--r-- | dev-db/mysql/mysql-4.0.16.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/mysql/mysql-4.0.16.ebuild b/dev-db/mysql/mysql-4.0.16.ebuild index 775c24617ad5..f3fce8bcaf98 100644 --- a/dev-db/mysql/mysql-4.0.16.ebuild +++ b/dev-db/mysql/mysql-4.0.16.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.16.ebuild,v 1.5 2004/01/08 02:07:14 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.0.16.ebuild,v 1.6 2004/01/10 18:49:24 agriffis 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 ~arm ~amd64 hppa" +KEYWORDS="ia64 x86 sparc ~ppc ~arm ~amd64 hppa alpha" LICENSE="GPL-2" SLOT="0" IUSE="static readline innodb berkdb tcpd ssl perl debug" |