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 4921013835A for ; Fri, 26 Feb 2021 21:58:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88647E07F9; Fri, 26 Feb 2021 21:58:19 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 7435BE077F for ; Fri, 26 Feb 2021 21:58:19 +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 937FD33F6A5 for ; Fri, 26 Feb 2021 21:58:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45324530 for ; Fri, 26 Feb 2021 21:58:17 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1614376684.c4b9d1e4397adeedee6b41efdbb000c7ae476550.sam@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.4.ebuild X-VCS-Directories: dev-libs/leatherman/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c4b9d1e4397adeedee6b41efdbb000c7ae476550 X-VCS-Branch: master Date: Fri, 26 Feb 2021 21:58:17 +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: 057c5306-85c6-4249-b5be-51814b4cbcf9 X-Archives-Hash: ddb83b91a95342760247bad3ea526bae commit: c4b9d1e4397adeedee6b41efdbb000c7ae476550 Author: Sam James gentoo org> AuthorDate: Fri Feb 26 21:58:04 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Feb 26 21:58:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4b9d1e4 dev-libs/leatherman: Stabilize 1.12.4 sparc, #773160 Signed-off-by: Sam James gentoo.org> dev-libs/leatherman/leatherman-1.12.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/leatherman/leatherman-1.12.4.ebuild b/dev-libs/leatherman/leatherman-1.12.4.ebuild index 75654f08f0e..12198a26e87 100644 --- a/dev-libs/leatherman/leatherman-1.12.4.ebuild +++ b/dev-libs/leatherman/leatherman-1.12.4.ebuild @@ -13,7 +13,7 @@ LICENSE="Apache-2.0" IUSE="debug static-libs test" #RESTRICT="!test? ( test )" RESTRICT="test" # restricted til we don't need the shared_nowide patch -KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc x86" +KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 sparc x86" SLOT="0/${PV}" RDEPEND="net-misc/curl"