projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3eecb5
)
app-arch/rpm: disable tests
author
Virgil Dupras
<vdupras@gentoo.org>
Mon, 18 Jun 2018 01:42:37 +0000
(21:42 -0400)
committer
Virgil Dupras
<vdupras@gentoo.org>
Mon, 18 Jun 2018 01:42:37 +0000
(21:42 -0400)
They are broken.
Bug: https://bugs.gentoo.org/657500
Package-Manager: Portage-2.3.40, Repoman-2.3.9
app-arch/rpm/rpm-4.14.1.ebuild
patch
|
blob
|
history
diff --git
a/app-arch/rpm/rpm-4.14.1.ebuild
b/app-arch/rpm/rpm-4.14.1.ebuild
index 0f40f3c08c2985e6a75ec832ef3033056371676a..67e9960ddf4e25842320c18860aa97b2387299e4 100644
(file)
--- 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} )"