summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@chromium.org>2021-06-09 14:16:52 -0400
committerMike Frysinger <vapier@gentoo.org>2021-06-09 14:16:52 -0400
commitb27d5eb65a80d8714be1fe0c5c8fa7a8114f66ca (patch)
tree4dc31923980e7179f87855fcc88713e33c4f6d8a /app-arch
parentapp-arch/lbzip2: add USE=static support (diff)
downloadgentoo-b27d5eb65a80d8714be1fe0c5c8fa7a8114f66ca.tar.gz
gentoo-b27d5eb65a80d8714be1fe0c5c8fa7a8114f66ca.tar.bz2
gentoo-b27d5eb65a80d8714be1fe0c5c8fa7a8114f66ca.zip
app-arch/makeself: disable tests
I meant to disable these but left out the restrict after testing. Closes: https://bugs.gentoo.org/794448 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/makeself/makeself-2.4.4.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/app-arch/makeself/makeself-2.4.4.ebuild b/app-arch/makeself/makeself-2.4.4.ebuild
index 55fe1ca89293..17f5cf26fdd7 100644
--- a/app-arch/makeself/makeself-2.4.4.ebuild
+++ b/app-arch/makeself/makeself-2.4.4.ebuild
@@ -1,10 +1,6 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-# NB: The test framework requires bashunit (which isn't a big deal), but the
-# tests themselves are not of great quality. You should avoid running them
-# yourself as they like to run commands like gpg against your own ~/ settings.
-
EAPI="7"
inherit optfeature
@@ -17,6 +13,11 @@ LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux"
+# NB: The test framework requires bashunit (which isn't a big deal), but the
+# tests themselves are not of great quality. You should avoid running them
+# yourself as they like to run commands like gpg against your own ~/ settings.
+RESTRICT="test"
+
S="${WORKDIR}/${PN}-release-${PV}"
src_compile() { :; }