diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-11-28 14:29:25 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-11-28 14:29:25 +0100 |
commit | 841f000ebc11cb834683b30f4193d9aead0c3ab1 (patch) | |
tree | e97867f4a1ff8963f1854711b22845b74cb28b63 /dev-libs | |
parent | dev-python/typed-ast: ~x64-macos keyworded (diff) | |
download | gentoo-841f000ebc11cb834683b30f4193d9aead0c3ab1.tar.gz gentoo-841f000ebc11cb834683b30f4193d9aead0c3ab1.tar.bz2 gentoo-841f000ebc11cb834683b30f4193d9aead0c3ab1.zip |
dev-libs/leatherman: x86 stable (bug #756301)
Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/leatherman/leatherman-1.12.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/leatherman/leatherman-1.12.2.ebuild b/dev-libs/leatherman/leatherman-1.12.2.ebuild index 75314013d9e0..14a6741f634c 100644 --- a/dev-libs/leatherman/leatherman-1.12.2.ebuild +++ b/dev-libs/leatherman/leatherman-1.12.2.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" |