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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5AF58138350 for ; Wed, 8 Apr 2020 06:54:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92771E09FE; Wed, 8 Apr 2020 06:53:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 73D7CE09FE for ; Wed, 8 Apr 2020 06:53:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F112934F0B5 for ; Wed, 8 Apr 2020 06:53:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 946309D for ; Wed, 8 Apr 2020 06:53:55 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1586328831.0b3d03b33b3e6a55b3c96b9e3f44c98f59dddfa0.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/gf2x/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/gf2x/gf2x-1.2.ebuild X-VCS-Directories: dev-libs/gf2x/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 0b3d03b33b3e6a55b3c96b9e3f44c98f59dddfa0 X-VCS-Branch: master Date: Wed, 8 Apr 2020 06:53:55 +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: 388e785d-a989-4919-946c-2e49aee37510 X-Archives-Hash: e0ca56b4cbf3bf8c3ed8d217a915edce commit: 0b3d03b33b3e6a55b3c96b9e3f44c98f59dddfa0 Author: Sergei Trofimovich gentoo org> AuthorDate: Wed Apr 8 06:53:46 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Wed Apr 8 06:53:51 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b3d03b3 dev-libs/gf2x: stable 1.2 for ppc, bug #714172 Tested-by: ernsteiswuerfel Package-Manager: Portage-2.3.96, Repoman-2.3.22 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich gentoo.org> dev-libs/gf2x/gf2x-1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/gf2x/gf2x-1.2.ebuild b/dev-libs/gf2x/gf2x-1.2.ebuild index 0c4b925b8fc..cf3175e7df3 100644 --- a/dev-libs/gf2x/gf2x-1.2.ebuild +++ b/dev-libs/gf2x/gf2x-1.2.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://gforge.inria.fr/frs/download.php/${PACKAGEID}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0/1" -KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="amd64 ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="fft static-libs custom-tune" IUSE_CPU_FLAGS=" pclmul sse2 sse3 sse4_1 ssse3" IUSE+=" ${IUSE_CPU_FLAGS// / cpu_flags_x86_}"