diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2012-05-12 15:12:47 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2012-05-12 15:12:47 +0000 |
commit | 79f9debbdac004ed68149ac18a78e9dc2925792a (patch) | |
tree | 715832b8399a2838f62b8f356892a6f68a253086 /dev-db/mysql | |
parent | disable wnckpager plugin. bug #415519 (diff) | |
download | gentoo-2-79f9debbdac004ed68149ac18a78e9dc2925792a.tar.gz gentoo-2-79f9debbdac004ed68149ac18a78e9dc2925792a.tar.bz2 gentoo-2-79f9debbdac004ed68149ac18a78e9dc2925792a.zip |
Stable on alpha, bug #412889
(Portage version: 2.1.10.58/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.62-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/mysql/ChangeLog b/dev-db/mysql/ChangeLog index efb67b66beac..fd8e56badc83 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.615 2012/05/09 17:11:55 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.616 2012/05/12 15:12:47 klausman Exp $ + + 12 May 2012; Tobias Klausmann <klausman@gentoo.org> mysql-5.1.62-r1.ebuild: + Stable on alpha, bug #412889 09 May 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> mysql-5.1.62.ebuild: x86 stable wrt bug #412889 diff --git a/dev-db/mysql/mysql-5.1.62-r1.ebuild b/dev-db/mysql/mysql-5.1.62-r1.ebuild index ac2d56050487..9d1a0ed348b2 100644 --- a/dev-db/mysql/mysql-5.1.62-r1.ebuild +++ b/dev-db/mysql/mysql-5.1.62-r1.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.62-r1.ebuild,v 1.4 2012/05/03 20:46:36 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.62-r1.ebuild,v 1.5 2012/05/12 15:12:47 klausman 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 |