diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-02-16 10:27:41 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-02-16 10:27:41 +0000 |
commit | a33ec09c293cd664e1ea95787b2b1bbb80b5d7b8 (patch) | |
tree | 2837711dfaeab0e85b919d61a1d86dc767a50f4a /dev-db/mysql | |
parent | Stable for alpha, wrt bug #525296 (diff) | |
download | gentoo-2-a33ec09c293cd664e1ea95787b2b1bbb80b5d7b8.tar.gz gentoo-2-a33ec09c293cd664e1ea95787b2b1bbb80b5d7b8.tar.bz2 gentoo-2-a33ec09c293cd664e1ea95787b2b1bbb80b5d7b8.zip |
Stable for alpha, wrt bug #525296
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-db/mysql')
-rw-r--r-- | dev-db/mysql/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/mysql/mysql-5.6.22.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/mysql/ChangeLog b/dev-db/mysql/ChangeLog index d1763edcb8c6..4a91ee49cbbd 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.722 2015/02/16 10:27:05 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.723 2015/02/16 10:27:41 ago Exp $ + + 16 Feb 2015; Agostino Sarubbo <ago@gentoo.org> mysql-5.6.22.ebuild: + Stable for alpha, wrt bug #525296 16 Feb 2015; Agostino Sarubbo <ago@gentoo.org> mysql-5.6.22.ebuild: Stable for ia64, wrt bug #525296 diff --git a/dev-db/mysql/mysql-5.6.22.ebuild b/dev-db/mysql/mysql-5.6.22.ebuild index 25b5858382aa..e3fd130ffc6f 100644 --- a/dev-db/mysql/mysql-5.6.22.ebuild +++ b/dev-db/mysql/mysql-5.6.22.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.22.ebuild,v 1.10 2015/02/16 10:27:05 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild,v 1.11 2015/02/16 10:27:41 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='' |