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 1A3B9158090 for ; Tue, 10 May 2022 20:13:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C7A4E09B4; Tue, 10 May 2022 20:13:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 440C0E09B4 for ; Tue, 10 May 2022 20:13:14 +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 79BB13416CA for ; Tue, 10 May 2022 20:13:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3353C290 for ; Tue, 10 May 2022 20:13:10 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1652213579.a0e83164ec3c310cbb1a7e02d180e8c1f4b2c832.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/leatherman/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/leatherman/leatherman-1.12.7.ebuild X-VCS-Directories: dev-libs/leatherman/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: a0e83164ec3c310cbb1a7e02d180e8c1f4b2c832 X-VCS-Branch: master Date: Tue, 10 May 2022 20:13:10 +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: 7cd6f2a4-31f6-4802-abd2-05da5a4d1e2f X-Archives-Hash: f536618cb81de53b3d1f4d4d02c5d84c commit: a0e83164ec3c310cbb1a7e02d180e8c1f4b2c832 Author: Arthur Zamarin gentoo org> AuthorDate: Tue May 10 20:12:59 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Tue May 10 20:12:59 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0e83164 dev-libs/leatherman: Stabilize 1.12.7 ppc64, #843626 Signed-off-by: Arthur Zamarin gentoo.org> dev-libs/leatherman/leatherman-1.12.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/leatherman/leatherman-1.12.7.ebuild b/dev-libs/leatherman/leatherman-1.12.7.ebuild index 0ea0c97a183f..7e281ad5a077 100644 --- a/dev-libs/leatherman/leatherman-1.12.7.ebuild +++ b/dev-libs/leatherman/leatherman-1.12.7.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/puppetlabs/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="Apache-2.0" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ppc ~ppc64 sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ppc ppc64 sparc ~x86" IUSE="debug static-libs test" #RESTRICT="!test? ( test )" RESTRICT="test" # restricted til we don't need the shared_nowide patch