diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-08-08 13:09:13 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-08-08 13:09:13 +0000 |
commit | d4b49e9103463d821794b6e9c79490524bcb5685 (patch) | |
tree | 3b90b99eab06a8cbf55688b174fed04683ece819 /virtual | |
parent | Stable for amd64, wrt bug #518718 (diff) | |
download | gentoo-2-d4b49e9103463d821794b6e9c79490524bcb5685.tar.gz gentoo-2-d4b49e9103463d821794b6e9c79490524bcb5685.tar.bz2 gentoo-2-d4b49e9103463d821794b6e9c79490524bcb5685.zip |
Stable for amd64, wrt bug #518718
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'virtual')
-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 53a9217eddbf..4c7bb9e6ffd8 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.37 2014/08/07 10:37:36 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v 1.38 2014/08/08 13:09:13 ago Exp $ + + 08 Aug 2014; Agostino Sarubbo <ago@gentoo.org> mysql-5.5.ebuild: + Stable for amd64, wrt bug #518718 07 Aug 2014; Jeroen Roovers <jer@gentoo.org> mysql-5.5.ebuild: Stable for HPPA (bug #518718). diff --git a/virtual/mysql/mysql-5.5.ebuild b/virtual/mysql/mysql-5.5.ebuild index 89394e77c5bd..2297349d1cf0 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.8 2014/08/07 10:37:36 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.5.ebuild,v 1.9 2014/08/08 13:09:13 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="" |