From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 103DC1397EC for ; Wed, 19 Aug 2015 18:33:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 370DC14179; Wed, 19 Aug 2015 18:33:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C576714179 for ; Wed, 19 Aug 2015 18:33:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DC5E93409ED for ; Wed, 19 Aug 2015 18:33:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 69219153 for ; Wed, 19 Aug 2015 18:33:00 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1440009382.9374d77dea58b300b724c751da3ca8d2a2f39e11.grknight@gentoo> Subject: [gentoo-commits] proj/mysql:master commit in: dev-db/mysql/ X-VCS-Repository: proj/mysql X-VCS-Files: dev-db/mysql/ChangeLog dev-db/mysql/mysql-5.7.7_rc.ebuild dev-db/mysql/mysql-5.7.8_rc.ebuild X-VCS-Directories: dev-db/mysql/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 9374d77dea58b300b724c751da3ca8d2a2f39e11 X-VCS-Branch: master Date: Wed, 19 Aug 2015 18:33:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 92e0520d-064e-40f5-be54-106bf0545f1d X-Archives-Hash: cf170eb6d2b34a6b8b7f0b77bee8a213 commit: 9374d77dea58b300b724c751da3ca8d2a2f39e11 Author: Brian Evans gentoo org> AuthorDate: Wed Aug 19 18:36:22 2015 +0000 Commit: Brian Evans gentoo 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 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 +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=''