diff options
author | 2008-12-14 20:17:13 +0000 | |
---|---|---|
committer | 2008-12-14 20:17:13 +0000 | |
commit | 31965e3e41b3a992df78957dd5bd2f68d50eceae (patch) | |
tree | 21ab8c6df779ff1c6749ec8d7dbdeddbcffb0a3a /dev-db/mysql/mysql-4.0.27-r1.ebuild | |
parent | Mysql 4 doesn't compile cleanly on alpha (bug 162062) and nothing depends on ... (diff) | |
download | historical-31965e3e41b3a992df78957dd5bd2f68d50eceae.tar.gz historical-31965e3e41b3a992df78957dd5bd2f68d50eceae.tar.bz2 historical-31965e3e41b3a992df78957dd5bd2f68d50eceae.zip |
Mysql 4 doesn't compile cleanly on alpha (bug 162062) and nothing depends on it specifically, so dropping the keyword altogether
Package-Manager: portage-2.1.6_rc3/cvs/Linux 2.6.27.5 x86_64
Diffstat (limited to 'dev-db/mysql/mysql-4.0.27-r1.ebuild')
-rw-r--r-- | dev-db/mysql/mysql-4.0.27-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/mysql/mysql-4.0.27-r1.ebuild b/dev-db/mysql/mysql-4.0.27-r1.ebuild index 4bb6f0aa9346..4e000a03859e 100644 --- a/dev-db/mysql/mysql-4.0.27-r1.ebuild +++ b/dev-db/mysql/mysql-4.0.27-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.0.27-r1.ebuild,v 1.5 2008/11/14 09:42:28 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.0.27-r1.ebuild,v 1.6 2008/12/14 20:17:13 klausman Exp $ MY_EXTRAS_VER="20070105" SERVER_URI="mirror://mysql/Downloads/MySQL-${PV%.*}/mysql-${PV//_/-}.tar.gz" @@ -10,7 +10,7 @@ inherit mysql IUSE="$IUSE" # REMEMBER: also update eclass/mysql*.eclass before committing! -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86" +KEYWORDS="amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86" src_test() { einfo ">>> Test phase [check]: ${CATEGORY}/${PF}" |