diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-01-24 20:42:26 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-01-24 20:42:26 +0000 |
commit | 4e763bb77ab450a5a54870e6b5d3b1968179767e (patch) | |
tree | 1c492e2521d3adb9bb52f5a8e4b27710459e1a51 /virtual | |
parent | Fix MAKEOPTS (bug #537542). (diff) | |
download | gentoo-2-4e763bb77ab450a5a54870e6b5d3b1968179767e.tar.gz gentoo-2-4e763bb77ab450a5a54870e6b5d3b1968179767e.tar.bz2 gentoo-2-4e763bb77ab450a5a54870e6b5d3b1968179767e.zip |
Stable for ppc64, wrt bug #525296
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/mysql/ChangeLog | 5 | ||||
-rw-r--r-- | virtual/mysql/mysql-5.6-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/virtual/mysql/ChangeLog b/virtual/mysql/ChangeLog index 3164ac19f569..09c1b13d872c 100644 --- a/virtual/mysql/ChangeLog +++ b/virtual/mysql/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/mysql # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v 1.54 2015/01/24 17:06:24 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v 1.55 2015/01/24 20:42:26 ago Exp $ + + 24 Jan 2015; Agostino Sarubbo <ago@gentoo.org> mysql-5.6-r2.ebuild: + Stable for ppc64, wrt bug #525296 24 Jan 2015; Mikle Kolyada <zlogene@gentoo.org> mysql-5.6-r2.ebuild: amd64 stable wrt bug #525296 diff --git a/virtual/mysql/mysql-5.6-r2.ebuild b/virtual/mysql/mysql-5.6-r2.ebuild index 35ea464d75a4..49a1c66176f5 100644 --- a/virtual/mysql/mysql-5.6-r2.ebuild +++ b/virtual/mysql/mysql-5.6-r2.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/virtual/mysql/mysql-5.6-r2.ebuild,v 1.4 2015/01/24 17:06:24 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.6-r2.ebuild,v 1.5 2015/01/24 20:42:26 ago Exp $ EAPI="5" @@ -12,7 +12,7 @@ SRC_URI="" LICENSE="" SLOT="0/18" -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" IUSE="embedded minimal static static-libs" DEPEND="" |