diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-08-08 21:35:47 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-08-08 21:35:47 +0000 |
commit | bfe762c5740a9d5b50599f16c5b96affd1ac9f92 (patch) | |
tree | 8d458f44728b978909859d929e7c874781dcfd26 /virtual/mysql | |
parent | Stable for ppc, wrt bug #518718 (diff) | |
download | gentoo-2-bfe762c5740a9d5b50599f16c5b96affd1ac9f92.tar.gz gentoo-2-bfe762c5740a9d5b50599f16c5b96affd1ac9f92.tar.bz2 gentoo-2-bfe762c5740a9d5b50599f16c5b96affd1ac9f92.zip |
Stable for ppc, wrt bug #518718
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'virtual/mysql')
-rw-r--r-- | virtual/mysql/ChangeLog | 5 | ||||
-rw-r--r-- | virtual/mysql/mysql-5.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/virtual/mysql/ChangeLog b/virtual/mysql/ChangeLog index 58a1eba15225..575d9e5d7f73 100644 --- a/virtual/mysql/ChangeLog +++ b/virtual/mysql/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/mysql # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v 1.40 2014/08/08 13:51:19 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v 1.41 2014/08/08 21:35:47 ago Exp $ + + 08 Aug 2014; Agostino Sarubbo <ago@gentoo.org> mysql-5.5.ebuild: + Stable for ppc, wrt bug #518718 08 Aug 2014; Tobias Klausmann <klausman@gentoo.org> mysql-5.5.ebuild: Stable on alpha, bug 518718 diff --git a/virtual/mysql/mysql-5.5.ebuild b/virtual/mysql/mysql-5.5.ebuild index 607717fb7ecc..f8e720be453e 100644 --- a/virtual/mysql/mysql-5.5.ebuild +++ b/virtual/mysql/mysql-5.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.5.ebuild,v 1.11 2014/08/08 13:51:19 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.5.ebuild,v 1.12 2014/08/08 21:35:47 ago Exp $ EAPI="4" @@ -10,7 +10,7 @@ SRC_URI="" LICENSE="" SLOT="0" -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="" |