diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2020-12-14 09:23:37 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2020-12-14 09:23:54 -0600 |
commit | a3df26b493903046a5fbb2ab11999be211b9df76 (patch) | |
tree | 21175445c03169e21419c1c174269e77a23bc63d /dev-libs/leatherman | |
parent | app-text/ghostscript-gpl: fix path (diff) | |
download | gentoo-a3df26b493903046a5fbb2ab11999be211b9df76.tar.gz gentoo-a3df26b493903046a5fbb2ab11999be211b9df76.tar.bz2 gentoo-a3df26b493903046a5fbb2ab11999be211b9df76.zip |
dev-libs/leatherman: 1.12.3 stable amd64 / x86
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-libs/leatherman')
-rw-r--r-- | dev-libs/leatherman/leatherman-1.12.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/leatherman/leatherman-1.12.3.ebuild b/dev-libs/leatherman/leatherman-1.12.3.ebuild index 75314013d9e0..c7ed781d77ee 100644 --- a/dev-libs/leatherman/leatherman-1.12.3.ebuild +++ b/dev-libs/leatherman/leatherman-1.12.3.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" |