projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d72b3a3
)
app-emulation/buildah: fix GLEP73Immutability
author
Zac Medico
<zmedico@gentoo.org>
Tue, 19 Jun 2018 20:48:39 +0000
(13:48 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Tue, 19 Jun 2018 20:50:10 +0000
(13:50 -0700)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
app-emulation/buildah/buildah-1.1.ebuild
patch
|
blob
|
history
diff --git
a/app-emulation/buildah/buildah-1.1.ebuild
b/app-emulation/buildah/buildah-1.1.ebuild
index 8a089f6d13ebdb7505bea9f9e92c22d0d76c8e47..3be0b76e6b5f7567091b94e7e43b6615ffe48ac1 100644
(file)
--- a/
app-emulation/buildah/buildah-1.1.ebuild
+++ b/
app-emulation/buildah/buildah-1.1.ebuild
@@
-23,7
+23,7
@@
RDEPEND="app-crypt/gpgme:=
selinux? ( sys-libs/libselinux:= )"
DEPEND="${RDEPEND}"
RESTRICT="test"
-REQUIRED_USE="
ostree? ( selinux
)"
+REQUIRED_USE="
!selinux? ( !ostree
)"
S="${WORKDIR}/${P}/src/${EGO_PN}"
src_prepare() {