diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2008-12-14 20:15:11 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2008-12-14 20:15:11 +0000 |
commit | b4886d110258c9fc564163d3dddc51c4bb281e5e (patch) | |
tree | 205af8835a2616b83e817a0f465d8cb1fbb8f2c7 /virtual/mysql | |
parent | Block mysql compiled with minimal useflag. Fixes bug #250702. (diff) | |
download | gentoo-2-b4886d110258c9fc564163d3dddc51c4bb281e5e.tar.gz gentoo-2-b4886d110258c9fc564163d3dddc51c4bb281e5e.tar.bz2 gentoo-2-b4886d110258c9fc564163d3dddc51c4bb281e5e.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 'virtual/mysql')
-rw-r--r-- | virtual/mysql/ChangeLog | 9 | ||||
-rw-r--r-- | virtual/mysql/mysql-4.0.ebuild | 6 | ||||
-rw-r--r-- | virtual/mysql/mysql-4.1.ebuild | 6 |
3 files changed, 13 insertions, 8 deletions
diff --git a/virtual/mysql/ChangeLog b/virtual/mysql/ChangeLog index 55687b74797e..fa155bd46193 100644 --- a/virtual/mysql/ChangeLog +++ b/virtual/mysql/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for virtual/mysql -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v 1.8 2007/06/27 03:39:15 mr_bones_ Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v 1.9 2008/12/14 20:15:11 klausman Exp $ + + 14 Dec 2008; Tobias Klausmann <klausman@gentoo.org> mysql-4.0.ebuild, + mysql-4.1.ebuild: + Mysql 4 doesn't compile cleanly on alpha (bug 162062) and nothing depends + on it specifically, so dropping the keyword altogether 27 Jun 2007; Michael Sterrett <mr_bones_@gentoo.org> mysql-4.1.ebuild: remove reference to dev-db/mysql-community-4 which has gone away. diff --git a/virtual/mysql/mysql-4.0.ebuild b/virtual/mysql/mysql-4.0.ebuild index b8db642e1330..0196ed2be754 100644 --- a/virtual/mysql/mysql-4.0.ebuild +++ b/virtual/mysql/mysql-4.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-4.0.ebuild,v 1.2 2006/11/23 15:57:58 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-4.0.ebuild,v 1.3 2008/12/14 20:15:11 klausman Exp $ DESCRIPTION="Virtual for MySQL client or database" HOMEPAGE="http://dev.mysql.com" @@ -8,7 +8,7 @@ SRC_URI="" LICENSE="GPL-2" SLOT="0" -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" IUSE="" DEPEND="" diff --git a/virtual/mysql/mysql-4.1.ebuild b/virtual/mysql/mysql-4.1.ebuild index 8091816e2b3d..5aa3b13e60d2 100644 --- a/virtual/mysql/mysql-4.1.ebuild +++ b/virtual/mysql/mysql-4.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-4.1.ebuild,v 1.4 2007/06/27 03:39:15 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-4.1.ebuild,v 1.5 2008/12/14 20:15:11 klausman Exp $ DESCRIPTION="Virtual for MySQL client or database" HOMEPAGE="http://dev.mysql.com" @@ -8,7 +8,7 @@ SRC_URI="" LICENSE="GPL-2" SLOT="0" -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" IUSE="" DEPEND="" |