diff options
author | 2015-01-24 17:07:23 +0000 | |
---|---|---|
committer | 2015-01-24 17:07:23 +0000 | |
commit | 330b8ccc86e7a950a0a0109aa21569a18fd12f29 (patch) | |
tree | 69907e6371df1127fc5745d67b1b97619e8af65f /dev-db | |
parent | amd64 stable wrt bug #525296 (diff) | |
download | gentoo-2-330b8ccc86e7a950a0a0109aa21569a18fd12f29.tar.gz gentoo-2-330b8ccc86e7a950a0a0109aa21569a18fd12f29.tar.bz2 gentoo-2-330b8ccc86e7a950a0a0109aa21569a18fd12f29.zip |
amd64 stable wrt bug #525296
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/mysql/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/mysql/mysql-5.6.22.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/mysql/ChangeLog b/dev-db/mysql/ChangeLog index be6a4cc2b1eb..d93de4f10ae8 100644 --- a/dev-db/mysql/ChangeLog +++ b/dev-db/mysql/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/mysql # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.713 2015/01/22 18:28:08 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.714 2015/01/24 17:07:23 zlogene Exp $ + + 24 Jan 2015; Mikle Kolyada <zlogene@gentoo.org> mysql-5.6.22.ebuild: + amd64 stable wrt bug #525296 22 Jan 2015; Markus Meier <maekke@gentoo.org> mysql-5.6.22.ebuild: arm stable, bug #525296 diff --git a/dev-db/mysql/mysql-5.6.22.ebuild b/dev-db/mysql/mysql-5.6.22.ebuild index 68849c9c37f2..c4b95685abef 100644 --- a/dev-db/mysql/mysql-5.6.22.ebuild +++ b/dev-db/mysql/mysql-5.6.22.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild,v 1.4 2015/01/22 18:28:08 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild,v 1.5 2015/01/24 17:07:23 zlogene Exp $ EAPI="5" @@ -13,7 +13,7 @@ inherit toolchain-funcs mysql-multilib 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 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" # When MY_EXTRAS is bumped, the index should be revised to exclude these. EPATCH_EXCLUDE='' |