summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klausmann <klausman@gentoo.org>2008-12-14 20:17:13 +0000
committerTobias Klausmann <klausman@gentoo.org>2008-12-14 20:17:13 +0000
commit69a4373ea9dd512237c338e8fd63a3f72824ba90 (patch)
treeafa6757c52fd4eb677484ee4eb02ac71d01654fa /dev-db/mysql/mysql-4.1.22-r1.ebuild
parentMysql 4 doesn't compile cleanly on alpha (bug 162062) and nothing depends on ... (diff)
downloadgentoo-2-69a4373ea9dd512237c338e8fd63a3f72824ba90.tar.gz
gentoo-2-69a4373ea9dd512237c338e8fd63a3f72824ba90.tar.bz2
gentoo-2-69a4373ea9dd512237c338e8fd63a3f72824ba90.zip
Mysql 4 doesn't compile cleanly on alpha (bug 162062) and nothing depends on it specifically, so dropping the keyword altogether
(Portage version: 2.1.6_rc3/cvs/Linux 2.6.27.5 x86_64)
Diffstat (limited to 'dev-db/mysql/mysql-4.1.22-r1.ebuild')
-rw-r--r--dev-db/mysql/mysql-4.1.22-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/mysql/mysql-4.1.22-r1.ebuild b/dev-db/mysql/mysql-4.1.22-r1.ebuild
index ec95f3983ff6..c79aa79fdb97 100644
--- a/dev-db/mysql/mysql-4.1.22-r1.ebuild
+++ b/dev-db/mysql/mysql-4.1.22-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.1.22-r1.ebuild,v 1.5 2008/11/14 09:42:28 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.1.22-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 ~x86-fbsd"
+KEYWORDS="amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
src_test() {
einfo ">>> Test phase [check]: ${CATEGORY}/${PF}"