diff options
author | 2010-08-31 12:31:38 +0000 | |
---|---|---|
committer | 2010-08-31 12:31:38 +0000 | |
commit | 6c1c9423ce6c473faf0cf4548e81b75852d60c65 (patch) | |
tree | 75fe9418d02d16d5cc69b1d0f18fb1b5c08e9bf4 /dev-db/mysql | |
parent | Stable on amd64 wrt bug #321791 (diff) | |
download | gentoo-2-6c1c9423ce6c473faf0cf4548e81b75852d60c65.tar.gz gentoo-2-6c1c9423ce6c473faf0cf4548e81b75852d60c65.tar.bz2 gentoo-2-6c1c9423ce6c473faf0cf4548e81b75852d60c65.zip |
Stable on amd64 wrt bug #321791
(Portage version: 2.2_rc72/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.50.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/mysql/ChangeLog b/dev-db/mysql/ChangeLog index f06a8808e6c7..e815b32d3ddf 100644 --- a/dev-db/mysql/ChangeLog +++ b/dev-db/mysql/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/mysql # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.537 2010/08/21 02:14:18 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.538 2010/08/31 12:31:38 hwoarang Exp $ + + 31 Aug 2010; Markos Chandras <hwoarang@gentoo.org> mysql-5.1.50.ebuild: + Stable on amd64 wrt bug #321791 *mysql-5.1.50 (21 Aug 2010) diff --git a/dev-db/mysql/mysql-5.1.50.ebuild b/dev-db/mysql/mysql-5.1.50.ebuild index d3fe96b7dfa4..8d2b28723531 100644 --- a/dev-db/mysql/mysql-5.1.50.ebuild +++ b/dev-db/mysql/mysql-5.1.50.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.50.ebuild,v 1.1 2010/08/21 02:14:18 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.50.ebuild,v 1.2 2010/08/31 12:31:38 hwoarang Exp $ MY_EXTRAS_VER="20100820-2350Z" EAPI=2 @@ -15,7 +15,7 @@ inherit toolchain-funcs mysql IUSE="$IUSE" # REMEMBER: also update eclass/mysql*.eclass before committing! -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x64-macos ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x64-macos ~x86-solaris" # When MY_EXTRAS is bumped, the index should be revised to exclude these. # This is often broken still |