summaryrefslogtreecommitdiff
path: root/dev-util/ostree/ostree-2021.3-r2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/ostree/ostree-2021.3-r2.ebuild')
-rw-r--r--dev-util/ostree/ostree-2021.3-r2.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-util/ostree/ostree-2021.3-r2.ebuild b/dev-util/ostree/ostree-2021.3-r2.ebuild
index 770b54e43d5a..a131a22630ec 100644
--- a/dev-util/ostree/ostree-2021.3-r2.ebuild
+++ b/dev-util/ostree/ostree-2021.3-r2.ebuild
@@ -15,7 +15,10 @@ SLOT="0"
IUSE="archive curl doc dracut gnutls +gpg grub http2 httpd introspection libmount selinux sodium ssl +soup systemd zeroconf"
RESTRICT="test"
-REQUIRED_USE="httpd? ( || ( curl soup ) )"
+REQUIRED_USE="
+ dracut? ( systemd )
+ httpd? ( || ( curl soup ) )
+"
COMMON_DEPEND="
archive? ( app-arch/libarchive:= )