diff options
author | 2010-11-03 19:34:33 +0000 | |
---|---|---|
committer | 2010-11-03 19:34:33 +0000 | |
commit | 630936d424ea2160cc1beb32e50b0cc71c7f714e (patch) | |
tree | 6b06d789b5270bd3566a1e45075c2e8bf7862646 /dev-db/mysql | |
parent | Drop redudant mask message, xfdesktop is now good to go (diff) | |
download | gentoo-2-630936d424ea2160cc1beb32e50b0cc71c7f714e.tar.gz gentoo-2-630936d424ea2160cc1beb32e50b0cc71c7f714e.tar.bz2 gentoo-2-630936d424ea2160cc1beb32e50b0cc71c7f714e.zip |
Stable on amd64 wrt bug #339717
(Portage version: 2.2.0_alpha3/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.51.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/mysql/ChangeLog b/dev-db/mysql/ChangeLog index 014502b7555a..a33ca8989a8b 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.553 2010/11/03 09:18:14 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.554 2010/11/03 19:34:33 hwoarang Exp $ + + 03 Nov 2010; Markos Chandras <hwoarang@gentoo.org> mysql-5.1.51.ebuild: + Stable on amd64 wrt bug #339717 03 Nov 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> mysql-5.1.51.ebuild: x86 stable wrt security bug #339717 diff --git a/dev-db/mysql/mysql-5.1.51.ebuild b/dev-db/mysql/mysql-5.1.51.ebuild index 6f68e8280281..f3279ec727db 100644 --- a/dev-db/mysql/mysql-5.1.51.ebuild +++ b/dev-db/mysql/mysql-5.1.51.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.51.ebuild,v 1.3 2010/11/03 09:18:14 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.51.ebuild,v 1.4 2010/11/03 19:34:33 hwoarang Exp $ MY_EXTRAS_VER="20101006-0004Z" 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 |