diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-04-29 09:13:23 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-04-29 09:13:23 +0000 |
commit | 2fe9fcd973c1d7adf0ca4c9443c1c1e1fd0ff07c (patch) | |
tree | 95d08f9c7ec6efd0ccaccdc1e87bbbd88c1e4d24 /dev-db | |
parent | Stable for ppc, wrt bug #546872 (diff) | |
download | gentoo-2-2fe9fcd973c1d7adf0ca4c9443c1c1e1fd0ff07c.tar.gz gentoo-2-2fe9fcd973c1d7adf0ca4c9443c1c1e1fd0ff07c.tar.bz2 gentoo-2-2fe9fcd973c1d7adf0ca4c9443c1c1e1fd0ff07c.zip |
Stable for ppc, wrt bug #546722
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-db')
-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 a8fc66883764..22ae1556615e 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.735 2015/04/28 07:45:54 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.736 2015/04/29 09:13:23 ago Exp $ + + 29 Apr 2015; Agostino Sarubbo <ago@gentoo.org> mysql-5.6.24.ebuild: + Stable for ppc, wrt bug #546722 28 Apr 2015; Agostino Sarubbo <ago@gentoo.org> mysql-5.6.24.ebuild: Stable for ia64, wrt bug #546722 diff --git a/dev-db/mysql/mysql-5.6.24.ebuild b/dev-db/mysql/mysql-5.6.24.ebuild index 12ad70469dde..61f6f96ada5c 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.8 2015/04/28 07:45:54 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.24.ebuild,v 1.9 2015/04/29 09:13:23 ago 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='' |