diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-08-04 08:19:20 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-08-04 08:19:20 +0000 |
commit | 335f0f4d28ee0cacb6c22e2372dbbc5bec390bce (patch) | |
tree | 1c26bc15921c0acf355f66c10ad6779235afee0b /dev-db | |
parent | Stable for amd64, wrt bug #556630 (diff) | |
download | gentoo-2-335f0f4d28ee0cacb6c22e2372dbbc5bec390bce.tar.gz gentoo-2-335f0f4d28ee0cacb6c22e2372dbbc5bec390bce.tar.bz2 gentoo-2-335f0f4d28ee0cacb6c22e2372dbbc5bec390bce.zip |
Stable for x86, wrt bug #555478
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="x86", 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.6.26.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/mysql/ChangeLog b/dev-db/mysql/ChangeLog index a3d0257fdb09..97d999827694 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.746 2015/08/03 20:24:40 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.747 2015/08/04 08:19:20 ago Exp $ + + 04 Aug 2015; Agostino Sarubbo <ago@gentoo.org> mysql-5.6.26.ebuild: + Stable for x86, wrt bug #555478 03 Aug 2015; Mikle Kolyada <zlogene@gentoo.org> mysql-5.6.26.ebuild: amd64 stable wrt bug #555478 diff --git a/dev-db/mysql/mysql-5.6.26.ebuild b/dev-db/mysql/mysql-5.6.26.ebuild index 39d28465949f..3fedabe05daf 100644 --- a/dev-db/mysql/mysql-5.6.26.ebuild +++ b/dev-db/mysql/mysql-5.6.26.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.26.ebuild,v 1.3 2015/08/03 20:24:40 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.26.ebuild,v 1.4 2015/08/04 08:19:20 ago Exp $ EAPI="5" @@ -14,7 +14,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='' |