summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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() { :; }