diff options
author | Mike Gilbert <floppym@gentoo.org> | 2021-10-17 23:24:23 -0400 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2021-10-17 21:20:11 -0700 |
commit | 8fa6918c267a563d882443867522998146109a1e (patch) | |
tree | 24dcef3b513ae8e3ea3f884e9f915bff0e3f5707 /dev-util/ostree | |
parent | dev-util/ostree: drop 2019.5-r2, 2020.6-r2, 2020.7-r2, 2020.8-r2 (diff) | |
download | gentoo-8fa6918c267a563d882443867522998146109a1e.tar.gz gentoo-8fa6918c267a563d882443867522998146109a1e.tar.bz2 gentoo-8fa6918c267a563d882443867522998146109a1e.zip |
dev-util/ostree: set REQUIRED_USE="dracut? ( systemd )"
Closes: https://bugs.gentoo.org/816867
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'dev-util/ostree')
-rw-r--r-- | dev-util/ostree/ostree-2021.3-r2.ebuild | 5 | ||||
-rw-r--r-- | dev-util/ostree/ostree-2021.4.ebuild | 1 |
2 files changed, 5 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:= ) diff --git a/dev-util/ostree/ostree-2021.4.ebuild b/dev-util/ostree/ostree-2021.4.ebuild index 4914f0692b9e..e55303e2476d 100644 --- a/dev-util/ostree/ostree-2021.4.ebuild +++ b/dev-util/ostree/ostree-2021.4.ebuild @@ -16,6 +16,7 @@ SLOT="0" IUSE="archive +curl doc dracut gnutls +gpg grub +http2 httpd introspection libmount selinux sodium ssl +soup systemd zeroconf" RESTRICT+=" test" REQUIRED_USE=" + dracut? ( systemd ) http2? ( curl ) httpd? ( || ( curl soup ) ) " |