commit:     b27d5eb65a80d8714be1fe0c5c8fa7a8114f66ca
Author:     Mike Frysinger <vapier <AT> chromium <DOT> org>
AuthorDate: Wed Jun  9 18:16:52 2021 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Wed Jun  9 18:16:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b27d5eb6

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 <AT> gentoo.org>

 app-arch/makeself/makeself-2.4.4.ebuild | 9 +++++----
 1 file 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 55fe1ca8929..17f5cf26fdd 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() { :; }

Reply via email to