diff options
author | Andreas Schuerch <nativemad@gentoo.org> | 2012-11-12 18:21:04 +0000 |
---|---|---|
committer | Andreas Schuerch <nativemad@gentoo.org> | 2012-11-12 18:21:04 +0000 |
commit | 4d96f18188de7993a3944f74691491757102c7f7 (patch) | |
tree | e3e7afc5f0275f4b6b0de197d40fb4b649fa2f30 /dev-db | |
parent | Fixed udevdir in rules file (bug #442742) (diff) | |
download | gentoo-2-4d96f18188de7993a3944f74691491757102c7f7.tar.gz gentoo-2-4d96f18188de7993a3944f74691491757102c7f7.tar.bz2 gentoo-2-4d96f18188de7993a3944f74691491757102c7f7.zip |
x86 stable, see bug 417989
(Portage version: 2.1.11.9/cvs/Linux i686)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/mysql/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/mysql/mysql-5.1.66.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/mysql/ChangeLog b/dev-db/mysql/ChangeLog index 5b207c213c93..6122943c89f7 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.620 2012/11/02 00:04:36 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.621 2012/11/12 18:21:04 nativemad Exp $ + + 13 Nov 2012; Andreas Schuerch <nativemad@gentoo.org> mysql-5.1.66.ebuild: + x86 stable, see bug 417989 *mysql-5.1.66 (02 Nov 2012) *mysql-5.5.28 (02 Nov 2012) diff --git a/dev-db/mysql/mysql-5.1.66.ebuild b/dev-db/mysql/mysql-5.1.66.ebuild index 69ba62061f07..1c35633ab0b9 100644 --- a/dev-db/mysql/mysql-5.1.66.ebuild +++ b/dev-db/mysql/mysql-5.1.66.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.66.ebuild,v 1.1 2012/11/02 00:04:36 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.66.ebuild,v 1.2 2012/11/12 18:21:04 nativemad 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 |