commit: 31f39c31a5d525cb855c98eb3fcf95bfc97b2694 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Mon Oct 18 03:31:38 2021 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Mon Oct 18 04:20:35 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31f39c31
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 <AT> gentoo.org> Signed-off-by: Zac Medico <zmedico <AT> gentoo.org> dev-util/ostree/{ostree-2021.4.ebuild => ostree-2021.4-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/ostree/ostree-2021.4.ebuild b/dev-util/ostree/ostree-2021.4-r1.ebuild similarity index 98% rename from dev-util/ostree/ostree-2021.4.ebuild rename to dev-util/ostree/ostree-2021.4-r1.ebuild index e55303e2476..4c74aecc1d4 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)
