diff options
author | Brent Baude <ranger@gentoo.org> | 2012-03-03 17:12:21 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2012-03-03 17:12:21 +0000 |
commit | cb394b4fea078f6fc15b71ed2dc297a03288a17e (patch) | |
tree | 1fd8c63617ca899c8a5d0e6810d59bae6a9682ab | |
parent | Version bump supporting php 5.4 (diff) | |
download | gentoo-2-cb394b4fea078f6fc15b71ed2dc297a03288a17e.tar.gz gentoo-2-cb394b4fea078f6fc15b71ed2dc297a03288a17e.tar.bz2 gentoo-2-cb394b4fea078f6fc15b71ed2dc297a03288a17e.zip |
Marking mysql-5.1.61 ppc64 for bug 399375
(Portage version: 2.1.10.11/cvs/Linux ppc64)
-rw-r--r-- | dev-db/mysql/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/mysql/mysql-5.1.61.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/mysql/ChangeLog b/dev-db/mysql/ChangeLog index b846ac4bc923..b966692ca7fd 100644 --- a/dev-db/mysql/ChangeLog +++ b/dev-db/mysql/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/mysql # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.606 2012/02/28 19:54:07 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.607 2012/03/03 17:12:21 ranger Exp $ + + 03 Mar 2012; Brent Baude <ranger@gentoo.org> mysql-5.1.61.ebuild: + Marking mysql-5.1.61 ppc64 for bug 399375 28 Feb 2012; Brent Baude <ranger@gentoo.org> mysql-5.1.61.ebuild: Marking mysql-5.1.61 ppc for bug 399375 diff --git a/dev-db/mysql/mysql-5.1.61.ebuild b/dev-db/mysql/mysql-5.1.61.ebuild index 067270f186a9..c0fa5c26be35 100644 --- a/dev-db/mysql/mysql-5.1.61.ebuild +++ b/dev-db/mysql/mysql-5.1.61.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.61.ebuild,v 1.8 2012/02/28 19:54:07 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.61.ebuild,v 1.9 2012/03/03 17:12:21 ranger Exp $ EAPI="4" @@ -19,7 +19,7 @@ inherit toolchain-funcs mysql-v2 IUSE="$IUSE" # REMEMBER: also update eclass/mysql*.eclass before committing! -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-solaris" # When MY_EXTRAS is bumped, the index should be revised to exclude these. # This is often broken still |