commit: 9374d77dea58b300b724c751da3ca8d2a2f39e11 Author: Brian Evans <grknight <AT> gentoo <DOT> org> AuthorDate: Wed Aug 19 18:36:22 2015 +0000 Commit: Brian Evans <grknight <AT> gentoo <DOT> org> CommitDate: Wed Aug 19 18:36:22 2015 +0000 URL: https://gitweb.gentoo.org/proj/mysql.git/commit/?id=9374d77d
dev-db/mysql: Drop keywords ~hppa ~ppc ~sparc ~sparc-fbsd MySQL 5.7 requires native GCC atomics and these platforms do not provide it. Need to patch or leave unkeyworded. Package-Manager: portage-2.2.20.1 Manifest-Sign-Key: D1F781EFF9F4A3B6 dev-db/mysql/ChangeLog | 6 ++++++ dev-db/mysql/mysql-5.7.7_rc.ebuild | 2 +- dev-db/mysql/mysql-5.7.8_rc.ebuild | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/dev-db/mysql/ChangeLog b/dev-db/mysql/ChangeLog index 907d2c9..3256438 100644 --- a/dev-db/mysql/ChangeLog +++ b/dev-db/mysql/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Id$ + 19 Aug 2015; Brian Evans <[email protected]> mysql-5.7.7_rc.ebuild, + mysql-5.7.8_rc.ebuild: + dev-db/mysql: Drop keywords ~hppa ~ppc ~sparc ~sparc-fbsd MySQL 5.7 requires + native GCC atomics and these platforms do not provide it. Need to patch or + leave unkeyworded. + *mysql-5.7.8_rc (13 Aug 2015) 13 Aug 2015; Brian Evans <[email protected]> +mysql-5.7.8_rc.ebuild, diff --git a/dev-db/mysql/mysql-5.7.7_rc.ebuild b/dev-db/mysql/mysql-5.7.7_rc.ebuild index 8943a26..3d70597 100644 --- a/dev-db/mysql/mysql-5.7.7_rc.ebuild +++ b/dev-db/mysql/mysql-5.7.7_rc.ebuild @@ -17,7 +17,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-linux" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc64 ~s390 ~sh ~x86 ~x86-fbsd ~x86-linux" # When MY_EXTRAS is bumped, the index should be revised to exclude these. EPATCH_EXCLUDE='' diff --git a/dev-db/mysql/mysql-5.7.8_rc.ebuild b/dev-db/mysql/mysql-5.7.8_rc.ebuild index baa9e6c..a335105 100644 --- a/dev-db/mysql/mysql-5.7.8_rc.ebuild +++ b/dev-db/mysql/mysql-5.7.8_rc.ebuild @@ -17,7 +17,7 @@ IUSE="$IUSE" EGIT_REPO_URI="git://anongit.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-linux" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc64 ~s390 ~sh ~x86 ~x86-fbsd ~x86-linux" # When MY_EXTRAS is bumped, the index should be revised to exclude these. EPATCH_EXCLUDE=''
