diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-05-08 22:07:33 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-05-08 22:07:33 +0000 |
commit | e87bf3dbf31e87fea927de29f5bb40fa7363229c (patch) | |
tree | d99b3e5c22a99f8de7be490b1bf570990bdb8923 /dev-db | |
parent | 1.10.0 version bump for Python 2. (diff) | |
download | gentoo-2-e87bf3dbf31e87fea927de29f5bb40fa7363229c.tar.gz gentoo-2-e87bf3dbf31e87fea927de29f5bb40fa7363229c.tar.bz2 gentoo-2-e87bf3dbf31e87fea927de29f5bb40fa7363229c.zip |
Stable on amd64 wrt bug #344987
(Portage version: 2.1.9.47/cvs/Linux x86_64)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/mysql/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/mysql/mysql-5.1.56.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/mysql/ChangeLog b/dev-db/mysql/ChangeLog index 34feee35bb12..1687588b2fe1 100644 --- a/dev-db/mysql/ChangeLog +++ b/dev-db/mysql/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/mysql # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.572 2011/05/06 22:08:33 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.573 2011/05/08 22:07:33 hwoarang Exp $ + + 08 May 2011; Markos Chandras <hwoarang@gentoo.org> mysql-5.1.56.ebuild: + Stable on amd64 wrt bug #344987 06 May 2011; Thomas Kahle <tomka@gentoo.org> mysql-5.1.56.ebuild: x86 stable per bug 344987 diff --git a/dev-db/mysql/mysql-5.1.56.ebuild b/dev-db/mysql/mysql-5.1.56.ebuild index 5c2a374ba80b..9eb156a0f99c 100644 --- a/dev-db/mysql/mysql-5.1.56.ebuild +++ b/dev-db/mysql/mysql-5.1.56.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.56.ebuild,v 1.3 2011/05/06 22:08:33 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.56.ebuild,v 1.4 2011/05/08 22:07:33 hwoarang Exp $ EAPI="2" @@ -19,7 +19,7 @@ inherit toolchain-funcs mysql 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 ~ppc-macos ~x64-macos ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-solaris" # When MY_EXTRAS is bumped, the index should be revised to exclude these. # This is often broken still |