diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2022-08-22 11:05:49 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2022-08-22 11:06:45 -0500 |
commit | 54c53e8aa825edfe24130134b70f930871c6c951 (patch) | |
tree | daaaee0d7d2b28c1be2c5d4995c562207efd6583 /dev-libs/leatherman | |
parent | media-radio/wsjtx: Disable -flto (diff) | |
download | gentoo-54c53e8aa825edfe24130134b70f930871c6c951.tar.gz gentoo-54c53e8aa825edfe24130134b70f930871c6c951.tar.bz2 gentoo-54c53e8aa825edfe24130134b70f930871c6c951.zip |
dev-libs/leatherman: stabilize 1.12.8 for amd64, ppc, ppc64, sparc, x86
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-libs/leatherman')
-rw-r--r-- | dev-libs/leatherman/leatherman-1.12.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/leatherman/leatherman-1.12.8.ebuild b/dev-libs/leatherman/leatherman-1.12.8.ebuild index ec52f32f8a1a..5106b0cbeb53 100644 --- a/dev-libs/leatherman/leatherman-1.12.8.ebuild +++ b/dev-libs/leatherman/leatherman-1.12.8.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 |