Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/leatherman/
Date: Sat, 27 Feb 2021 12:30:39
Message-Id: 1614429027.ccecdf33cad3063ad6a4f65b22e268f95fb184c6.sam@gentoo
1 commit: ccecdf33cad3063ad6a4f65b22e268f95fb184c6
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 27 12:30:27 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 27 12:30:27 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccecdf33
7
8 dev-libs/leatherman: Stabilize 1.12.4 ppc64, #773160
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-libs/leatherman/leatherman-1.12.4.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/leatherman/leatherman-1.12.4.ebuild b/dev-libs/leatherman/leatherman-1.12.4.ebuild
16 index 12198a26e87..b2765bd36ba 100644
17 --- a/dev-libs/leatherman/leatherman-1.12.4.ebuild
18 +++ b/dev-libs/leatherman/leatherman-1.12.4.ebuild
19 @@ -13,7 +13,7 @@ LICENSE="Apache-2.0"
20 IUSE="debug static-libs test"
21 #RESTRICT="!test? ( test )"
22 RESTRICT="test" # restricted til we don't need the shared_nowide patch
23 -KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 sparc x86"
24 +KEYWORDS="amd64 ~arm ~hppa ~ppc ppc64 sparc x86"
25 SLOT="0/${PV}"
26
27 RDEPEND="net-misc/curl"