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 312B6158094 for ; Sun, 10 Jul 2022 06:18:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7117FE0B9A; Sun, 10 Jul 2022 06:18:30 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 5A8A1E0B9A for ; Sun, 10 Jul 2022 06:18:30 +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 61D4E340DF0 for ; Sun, 10 Jul 2022 06:18:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D90C5105 for ; Sun, 10 Jul 2022 06:18:27 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1657433905.12877d65724296681af6436d29e4a0835620c8b0.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/ossp-uuid/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/ossp-uuid/ossp-uuid-1.6.2-r7.ebuild X-VCS-Directories: dev-libs/ossp-uuid/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 12877d65724296681af6436d29e4a0835620c8b0 X-VCS-Branch: master Date: Sun, 10 Jul 2022 06:18:27 +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: 62e5ff9b-c4d5-4d74-8dff-dc8ceef1662b X-Archives-Hash: 95f09bef687ae9bfaae37607867e4659 commit: 12877d65724296681af6436d29e4a0835620c8b0 Author: Agostino Sarubbo gentoo org> AuthorDate: Sun Jul 10 06:18:25 2022 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Sun Jul 10 06:18:25 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12877d65 dev-libs/ossp-uuid: ppc stable wrt bug #857144 Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo gentoo.org> dev-libs/ossp-uuid/ossp-uuid-1.6.2-r7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/ossp-uuid/ossp-uuid-1.6.2-r7.ebuild b/dev-libs/ossp-uuid/ossp-uuid-1.6.2-r7.ebuild index 1023a217d5be..42dd5d3da060 100644 --- a/dev-libs/ossp-uuid/ossp-uuid-1.6.2-r7.ebuild +++ b/dev-libs/ossp-uuid/ossp-uuid-1.6.2-r7.ebuild @@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="ISC" SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" IUSE="+cxx perl static-libs test" RESTRICT="!test? ( test )"