diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-08-09 10:48:51 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-08-09 10:48:51 +0000 |
commit | 6bde56a41a6b8ef55eccf2fd666f56fecafde26b (patch) | |
tree | 4e12e6a753639edc6e72e6b3385d54f192618eb9 /dev-db | |
parent | Stable for ppc64, wrt bug #517864 (diff) | |
download | gentoo-2-6bde56a41a6b8ef55eccf2fd666f56fecafde26b.tar.gz gentoo-2-6bde56a41a6b8ef55eccf2fd666f56fecafde26b.tar.bz2 gentoo-2-6bde56a41a6b8ef55eccf2fd666f56fecafde26b.zip |
Stable for ppc64, wrt bug #518718
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", 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.5.39.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/mysql/ChangeLog b/dev-db/mysql/ChangeLog index a0316912a072..3413837a0ae6 100644 --- a/dev-db/mysql/ChangeLog +++ b/dev-db/mysql/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/mysql # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.683 2014/08/08 21:35:42 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.684 2014/08/09 10:48:51 ago Exp $ + + 09 Aug 2014; Agostino Sarubbo <ago@gentoo.org> mysql-5.5.39.ebuild: + Stable for ppc64, wrt bug #518718 08 Aug 2014; Agostino Sarubbo <ago@gentoo.org> mysql-5.5.39.ebuild: Stable for ppc, wrt bug #518718 diff --git a/dev-db/mysql/mysql-5.5.39.ebuild b/dev-db/mysql/mysql-5.5.39.ebuild index 4149d48dc3de..ca6229e6566c 100644 --- a/dev-db/mysql/mysql-5.5.39.ebuild +++ b/dev-db/mysql/mysql-5.5.39.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/dev-db/mysql/mysql-5.5.39.ebuild,v 1.6 2014/08/08 21:35:42 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.5.39.ebuild,v 1.7 2014/08/09 10:48:51 ago Exp $ EAPI="5" @@ -19,7 +19,7 @@ IUSE="$IUSE" EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/mysql-extras.git" # REMEMBER: also update eclass/mysql*.eclass before committing! -KEYWORDS="alpha amd64 ~arm hppa ~ia64 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 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='' |