summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2020-08-22 14:26:21 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2020-08-22 14:26:38 -0500
commit95cfaa7817eaec92a7edd0b8ee8def032e59f2c7 (patch)
tree42b2bf492a75684696269083d611ab7c37fcb589 /dev-libs/leatherman
parentwww-apps/nikola: fix PkgMetadataXmlInvalidPkgRef (diff)
downloadgentoo-95cfaa7817eaec92a7edd0b8ee8def032e59f2c7.tar.gz
gentoo-95cfaa7817eaec92a7edd0b8ee8def032e59f2c7.tar.bz2
gentoo-95cfaa7817eaec92a7edd0b8ee8def032e59f2c7.zip
dev-libs/leatherman: restrict tests til nowide patch isn't needed
Closes: https://bugs.gentoo.org/738594 Package-Manager: Portage-3.0.4, Repoman-2.3.23 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-libs/leatherman')
-rw-r--r--dev-libs/leatherman/leatherman-1.12.1-r2.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-libs/leatherman/leatherman-1.12.1-r2.ebuild b/dev-libs/leatherman/leatherman-1.12.1-r2.ebuild
index 340f36608ce1..c432e0dcd956 100644
--- a/dev-libs/leatherman/leatherman-1.12.1-r2.ebuild
+++ b/dev-libs/leatherman/leatherman-1.12.1-r2.ebuild
@@ -11,7 +11,8 @@ SRC_URI="https://github.com/puppetlabs/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
LICENSE="Apache-2.0"
IUSE="debug static-libs test"
-RESTRICT="!test? ( test )"
+#RESTRICT="!test? ( test )"
+RESTRICT="test" # restricted til we don't need the shared_nowide patch
KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
SLOT="0/${PV}"