diff options
author | Will Woods <wwoods@gentoo.org> | 2002-12-09 19:30:36 +0000 |
---|---|---|
committer | Will Woods <wwoods@gentoo.org> | 2002-12-09 19:30:36 +0000 |
commit | 99e45a631275a6f678b175ec3d7b1a11f2a58f22 (patch) | |
tree | ef2557f749aaa1a3d284fcb4652dd10313ce8494 /dev-db | |
parent | added PROFILE_ARCH for sparc64 (diff) | |
download | gentoo-2-99e45a631275a6f678b175ec3d7b1a11f2a58f22.tar.gz gentoo-2-99e45a631275a6f678b175ec3d7b1a11f2a58f22.tar.bz2 gentoo-2-99e45a631275a6f678b175ec3d7b1a11f2a58f22.zip |
added ~alpha keyword
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/mysql/mysql-3.23.52-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-db/mysql/mysql-3.23.53.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-db/mysql/mysql-3.23.52-r1.ebuild b/dev-db/mysql/mysql-3.23.52-r1.ebuild index 5e0577263c21..3fcf967d1096 100644 --- a/dev-db/mysql/mysql-3.23.52-r1.ebuild +++ b/dev-db/mysql/mysql-3.23.52-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-3.23.52-r1.ebuild,v 1.10 2002/12/07 05:51:28 jmorgan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-3.23.52-r1.ebuild,v 1.11 2002/12/09 19:30:36 wwoods Exp $ IUSE="static readline innodb berkdb tcpd" @@ -26,7 +26,7 @@ DEPEND="readline? ( >=sys-libs/readline-4.1 ) RDEPEND="" IUSE="readline tcpd" -KEYWORDS="ppc x86 sparc" +KEYWORDS="ppc x86 sparc ~alpha" # HEY! # the benchmark stuff in /usr/share/mysql/sql-bench and diff --git a/dev-db/mysql/mysql-3.23.53.ebuild b/dev-db/mysql/mysql-3.23.53.ebuild index 8d8be127fd5c..799b820a5f40 100644 --- a/dev-db/mysql/mysql-3.23.53.ebuild +++ b/dev-db/mysql/mysql-3.23.53.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-3.23.53.ebuild,v 1.2 2002/12/07 05:51:57 jmorgan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-3.23.53.ebuild,v 1.3 2002/12/09 19:30:36 wwoods Exp $ IUSE="static readline innodb berkdb tcpd ssl" @@ -25,7 +25,7 @@ DEPEND="readline? ( >=sys-libs/readline-4.1 ) sys-devel/perl sys-apps/procps" -KEYWORDS="~x86 ~sparc" +KEYWORDS="~x86 ~sparc ~alpha" # HEY! # the benchmark stuff in /usr/share/mysql/sql-bench and |