diff options
Diffstat (limited to 'dev-util/ostree')
-rw-r--r-- | dev-util/ostree/ostree-2021.3-r2.ebuild | 2 | ||||
-rw-r--r-- | dev-util/ostree/ostree-2021.4-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-util/ostree/ostree-2021.5.ebuild | 2 | ||||
-rw-r--r-- | dev-util/ostree/ostree-2022.1.ebuild | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/dev-util/ostree/ostree-2021.3-r2.ebuild b/dev-util/ostree/ostree-2021.3-r2.ebuild index 81adc59544d9..b422addea358 100644 --- a/dev-util/ostree/ostree-2021.3-r2.ebuild +++ b/dev-util/ostree/ostree-2021.3-r2.ebuild @@ -73,6 +73,8 @@ src_configure() { local econfargs=( --enable-man --enable-shared + --with-grub2-mkconfig-path=grub-mkconfig + --with-modern-grub $(use_with archive libarchive) $(use_with curl) $(use_with dracut) diff --git a/dev-util/ostree/ostree-2021.4-r1.ebuild b/dev-util/ostree/ostree-2021.4-r1.ebuild index 4e256a7ed7c6..d8ab1b23e9b9 100644 --- a/dev-util/ostree/ostree-2021.4-r1.ebuild +++ b/dev-util/ostree/ostree-2021.4-r1.ebuild @@ -74,6 +74,8 @@ src_configure() { local econfargs=( --enable-man --enable-shared + --with-grub2-mkconfig-path=grub-mkconfig + --with-modern-grub $(use_with archive libarchive) $(use_with curl) $(use_with dracut dracut yesbutnoconf) #816867 diff --git a/dev-util/ostree/ostree-2021.5.ebuild b/dev-util/ostree/ostree-2021.5.ebuild index 4e256a7ed7c6..d8ab1b23e9b9 100644 --- a/dev-util/ostree/ostree-2021.5.ebuild +++ b/dev-util/ostree/ostree-2021.5.ebuild @@ -74,6 +74,8 @@ src_configure() { local econfargs=( --enable-man --enable-shared + --with-grub2-mkconfig-path=grub-mkconfig + --with-modern-grub $(use_with archive libarchive) $(use_with curl) $(use_with dracut dracut yesbutnoconf) #816867 diff --git a/dev-util/ostree/ostree-2022.1.ebuild b/dev-util/ostree/ostree-2022.1.ebuild index 18f57563e889..6993c19e5db7 100644 --- a/dev-util/ostree/ostree-2022.1.ebuild +++ b/dev-util/ostree/ostree-2022.1.ebuild @@ -74,6 +74,8 @@ src_configure() { local econfargs=( --enable-man --enable-shared + --with-grub2-mkconfig-path=grub-mkconfig + --with-modern-grub $(use_with archive libarchive) $(use_with curl) $(use_with dracut dracut yesbutnoconf) #816867 |