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 75CE21393F1 for ; Tue, 15 Sep 2015 17:28:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4560E086F; Tue, 15 Sep 2015 17:28:26 +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 7036CE086F for ; Tue, 15 Sep 2015 17:28:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 730F4340BF6 for ; Tue, 15 Sep 2015 17:28:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 423CF18B for ; Tue, 15 Sep 2015 17:28:24 +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: <1442338351.aad67c9c267a9c6fdbb1f41c88cd5c1d20dd9638.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mysql-connector-c/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/mysql-connector-c/mysql-connector-c-6.1.6-r1.ebuild X-VCS-Directories: dev-db/mysql-connector-c/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: aad67c9c267a9c6fdbb1f41c88cd5c1d20dd9638 X-VCS-Branch: master Date: Tue, 15 Sep 2015 17:28:24 +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: e9e57c60-2f4c-4814-8a03-91264c7b6798 X-Archives-Hash: 823067cdbe988df6ac6b9931a0e80848 commit: aad67c9c267a9c6fdbb1f41c88cd5c1d20dd9638 Author: Brian Evans gentoo org> AuthorDate: Tue Sep 15 17:32:31 2015 +0000 Commit: Brian Evans gentoo org> CommitDate: Tue Sep 15 17:32:31 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aad67c9c dev-db/mysql-connector-c: Revert accidental stable keyword for ppc64 Package-Manager: portage-2.2.20.1 dev-db/mysql-connector-c/mysql-connector-c-6.1.6-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/mysql-connector-c/mysql-connector-c-6.1.6-r1.ebuild b/dev-db/mysql-connector-c/mysql-connector-c-6.1.6-r1.ebuild index 6d7cc08..d12e474 100644 --- a/dev-db/mysql-connector-c/mysql-connector-c-6.1.6-r1.ebuild +++ b/dev-db/mysql-connector-c/mysql-connector-c-6.1.6-r1.ebuild @@ -20,7 +20,7 @@ LICENSE="GPL-2" SRC_URI="mirror://mysql/Downloads/Connector-C/${P}-src.tar.gz" S="${WORKDIR}/${P}-src" -KEYWORDS="~amd64 ~ia64 ppc64 ~x86" +KEYWORDS="~amd64 ~ia64 ~ppc64 ~x86" SLOT="0/18" IUSE="+ssl static-libs"