From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9AC9B15808B for ; Thu, 3 Mar 2022 21:22:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C788FE09AD; Thu, 3 Mar 2022 21:22:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A9D1E2BC04E for ; Thu, 3 Mar 2022 21:22:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BECFE343123 for ; Thu, 3 Mar 2022 21:22:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9466132A for ; Thu, 3 Mar 2022 21:22:13 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1646342508.2c43e2d21b537cd3dc6ee44bdfcdf1d3801a01e7.soap@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++-1.1.12-r1.ebuild X-VCS-Directories: dev-db/mysql-connector-c++/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 2c43e2d21b537cd3dc6ee44bdfcdf1d3801a01e7 X-VCS-Branch: master Date: Thu, 3 Mar 2022 21:22:13 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 961d8564-8007-449f-a27a-88cafcaf6b28 X-Archives-Hash: 5eb4eaa8522f1a9afadf0abd7eda282c commit: 2c43e2d21b537cd3dc6ee44bdfcdf1d3801a01e7 Author: David Seifert gentoo org> AuthorDate: Thu Mar 3 21:21:48 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Thu Mar 3 21:21:48 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c43e2d2 dev-db/mysql-connector-c++: destabilize 1.1.12-r1 for ~ppc Signed-off-by: David Seifert gentoo.org> dev-db/mysql-connector-c++/mysql-connector-c++-1.1.12-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.12-r1.ebuild b/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.12-r1.ebuild index 039fa95c392b..889a975cea72 100644 --- a/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.12-r1.ebuild +++ b/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.12-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://dev.mysql.com/get/Downloads/${URI_DIR}/${P}.tar.gz" LICENSE="Artistic GPL-2" SLOT="0/7" -KEYWORDS="amd64 arm ~arm64 ppc ppc64 sparc x86" +KEYWORDS="amd64 arm ~arm64 ~ppc ppc64 sparc x86" IUSE="debug examples gcov static-libs" DEPEND="dev-db/mysql-connector-c:=