diff options
author | Jeroen Roovers <jer@gentoo.org> | 2015-04-22 03:53:04 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2015-04-22 03:53:04 +0000 |
commit | b426eb5e21aa5b39efeb7047d15472e074271bb7 (patch) | |
tree | d191e717ce86802165d3c1edc78659125dad2b1c /dev-db/mysql | |
parent | add update of subslot to these ebuilds (diff) | |
download | gentoo-2-b426eb5e21aa5b39efeb7047d15472e074271bb7.tar.gz gentoo-2-b426eb5e21aa5b39efeb7047d15472e074271bb7.tar.bz2 gentoo-2-b426eb5e21aa5b39efeb7047d15472e074271bb7.zip |
Stable for PPC64 (bug #546722).
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-db/mysql')
-rw-r--r-- | dev-db/mysql/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/mysql/mysql-5.6.24.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/mysql/ChangeLog b/dev-db/mysql/ChangeLog index 33f373cf2a9f..24470ba5a72c 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.730 2015/04/17 17:02:39 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.731 2015/04/22 03:53:04 jer Exp $ + + 22 Apr 2015; Jeroen Roovers <jer@gentoo.org> mysql-5.6.24.ebuild: + Stable for PPC64 (bug #546722). 17 Apr 2015; Jeroen Roovers <jer@gentoo.org> mysql-5.6.24.ebuild: Stable for HPPA (bug #546722). diff --git a/dev-db/mysql/mysql-5.6.24.ebuild b/dev-db/mysql/mysql-5.6.24.ebuild index 2f8dabf62c5c..b1a1c8c25435 100644 --- a/dev-db/mysql/mysql-5.6.24.ebuild +++ b/dev-db/mysql/mysql-5.6.24.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.24.ebuild,v 1.4 2015/04/17 17:02:39 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.24.ebuild,v 1.5 2015/04/22 03:53:04 jer 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='' |