summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2021-10-17 23:31:38 -0400
committerZac Medico <zmedico@gentoo.org>2021-10-17 21:20:35 -0700
commit31f39c31a5d525cb855c98eb3fcf95bfc97b2694 (patch)
treecffa89df0f5bda280d9952d368480cc0e477fdf8 /dev-util/ostree
parentdev-util/ostree: set REQUIRED_USE="dracut? ( systemd )" (diff)
downloadgentoo-31f39c31a5d525cb855c98eb3fcf95bfc97b2694.tar.gz
gentoo-31f39c31a5d525cb855c98eb3fcf95bfc97b2694.tar.bz2
gentoo-31f39c31a5d525cb855c98eb3fcf95bfc97b2694.zip
dev-util/ostree: do not install /etc/dracut.conf.d/ostree.conf
Bug: https://bugs.gentoo.org/816867 Closes: https://github.com/gentoo/gentoo/pull/22616 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.4-r1.ebuild (renamed from dev-util/ostree/ostree-2021.4.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/ostree/ostree-2021.4.ebuild b/dev-util/ostree/ostree-2021.4-r1.ebuild
index e55303e2476d..4c74aecc1d45 100644
--- a/dev-util/ostree/ostree-2021.4.ebuild
+++ b/dev-util/ostree/ostree-2021.4-r1.ebuild
@@ -76,7 +76,7 @@ src_configure() {
--enable-shared
$(use_with archive libarchive)
$(use_with curl)
- $(use_with dracut)
+ $(use_with dracut dracut yesbutnoconf) #816867
$(use_enable doc gtk-doc)
$(usex introspection --enable-introspection={,} yes no)
$(use_with gpg gpgme)