summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVirgil Dupras <vdupras@gentoo.org>2018-06-17 21:42:37 -0400
committerVirgil Dupras <vdupras@gentoo.org>2018-06-17 21:42:37 -0400
commit11d517f4ec03e463075e95af11be968ce128b22a (patch)
treea10bf9c1fd85c133b513e1a3ee7d8410fd250318 /app-arch/rpm/rpm-4.14.1.ebuild
parentapp-misc/tails-installer: use HTTPs (diff)
downloadgentoo-11d517f4ec03e463075e95af11be968ce128b22a.tar.gz
gentoo-11d517f4ec03e463075e95af11be968ce128b22a.tar.bz2
gentoo-11d517f4ec03e463075e95af11be968ce128b22a.zip
app-arch/rpm: disable tests
They are broken. Bug: https://bugs.gentoo.org/657500 Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-arch/rpm/rpm-4.14.1.ebuild')
-rw-r--r--app-arch/rpm/rpm-4.14.1.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/app-arch/rpm/rpm-4.14.1.ebuild b/app-arch/rpm/rpm-4.14.1.ebuild
index 0f40f3c08c29..67e9960ddf4e 100644
--- a/app-arch/rpm/rpm-4.14.1.ebuild
+++ b/app-arch/rpm/rpm-4.14.1.ebuild
@@ -16,6 +16,9 @@ LICENSE="GPL-2 LGPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+# Tests are broken. See bug 657500
+RESTRICT="test"
+
IUSE="acl caps doc lua nls python selinux test"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"