commit:     8fa6918c267a563d882443867522998146109a1e
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 18 03:24:23 2021 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Mon Oct 18 04:20:11 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fa6918c

dev-util/ostree: set REQUIRED_USE="dracut? ( systemd )"

Closes: https://bugs.gentoo.org/816867
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 dev-util/ostree/ostree-2021.3-r2.ebuild | 5 ++++-
 dev-util/ostree/ostree-2021.4.ebuild    | 1 +
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/dev-util/ostree/ostree-2021.3-r2.ebuild 
b/dev-util/ostree/ostree-2021.3-r2.ebuild
index 770b54e43d5..a131a22630e 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 4914f0692b9..e55303e2476 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 ) )
 "

Reply via email to