diff options
author | Thomas Kahle <tomka@gentoo.org> | 2012-02-08 16:58:44 +0000 |
---|---|---|
committer | Thomas Kahle <tomka@gentoo.org> | 2012-02-08 16:58:44 +0000 |
commit | 8442b0be490c128d24bbb5ad1253a4031c2d6ad5 (patch) | |
tree | 72c95bef966697cf5d3ecc415d2239c3613108bd /dev-db/mysql | |
parent | Added ~mips, bug 397769. (diff) | |
download | gentoo-2-8442b0be490c128d24bbb5ad1253a4031c2d6ad5.tar.gz gentoo-2-8442b0be490c128d24bbb5ad1253a4031c2d6ad5.tar.bz2 gentoo-2-8442b0be490c128d24bbb5ad1253a4031c2d6ad5.zip |
marked x86 per bug 399375
(Portage version: 2.1.10.45/cvs/Linux x86_64)
Diffstat (limited to 'dev-db/mysql')
-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 de391a1ef4f8..c75daf00f000 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.600 2012/02/04 17:12:25 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.601 2012/02/08 16:58:44 tomka Exp $ + + 08 Feb 2012; Thomas Kahle <tomka@gentoo.org> mysql-5.1.61.ebuild: + marked x86 per bug 399375 04 Feb 2012; Jeroen Roovers <jer@gentoo.org> mysql-5.1.61.ebuild: Stable for HPPA (bug #399375). diff --git a/dev-db/mysql/mysql-5.1.61.ebuild b/dev-db/mysql/mysql-5.1.61.ebuild index b58ed6d123d2..c1bffb427a90 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.4 2012/02/04 17:12:25 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.61.ebuild,v 1.5 2012/02/08 16:58:44 tomka 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 |