diff options
author | David Seifert <soap@gentoo.org> | 2020-09-07 10:54:06 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-09-07 10:54:06 +0200 |
commit | 2f9d0a27d4455b599bd0743b83b8e984aebf6324 (patch) | |
tree | a66048883d4e0fd43f697387363b8b8c5ed8962a /sys-boot | |
parent | sys-apps/tas: Inherit optfeature.eclass (diff) | |
download | gentoo-2f9d0a27d4455b599bd0743b83b8e984aebf6324.tar.gz gentoo-2f9d0a27d4455b599bd0743b83b8e984aebf6324.tar.bz2 gentoo-2f9d0a27d4455b599bd0743b83b8e984aebf6324.zip |
sys-boot/grub: Inherit optfeature.eclass
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/grub/grub-2.04-r1.ebuild | 2 | ||||
-rw-r--r-- | sys-boot/grub/grub-2.05_alpha20200310.ebuild | 2 | ||||
-rw-r--r-- | sys-boot/grub/grub-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys-boot/grub/grub-2.04-r1.ebuild b/sys-boot/grub/grub-2.04-r1.ebuild index ef4bd3028b86..01e987158d71 100644 --- a/sys-boot/grub/grub-2.04-r1.ebuild +++ b/sys-boot/grub/grub-2.04-r1.ebuild @@ -18,7 +18,7 @@ if [[ -n ${GRUB_AUTORECONF} ]]; then inherit autotools fi -inherit bash-completion-r1 eutils flag-o-matic multibuild pax-utils toolchain-funcs +inherit bash-completion-r1 flag-o-matic multibuild optfeature pax-utils toolchain-funcs if [[ ${PV} != 9999 ]]; then if [[ ${PV} == *_alpha* || ${PV} == *_beta* || ${PV} == *_rc* ]]; then diff --git a/sys-boot/grub/grub-2.05_alpha20200310.ebuild b/sys-boot/grub/grub-2.05_alpha20200310.ebuild index aeab60f11e11..72d09292ff8d 100644 --- a/sys-boot/grub/grub-2.05_alpha20200310.ebuild +++ b/sys-boot/grub/grub-2.05_alpha20200310.ebuild @@ -18,7 +18,7 @@ if [[ -n ${GRUB_AUTORECONF} ]]; then inherit autotools fi -inherit bash-completion-r1 eutils flag-o-matic multibuild pax-utils toolchain-funcs +inherit bash-completion-r1 flag-o-matic multibuild optfeature pax-utils toolchain-funcs if [[ ${PV} != 9999 ]]; then SRC_URI="https://dev.gentoo.org/~floppym/dist/${P}.tar.xz" diff --git a/sys-boot/grub/grub-9999.ebuild b/sys-boot/grub/grub-9999.ebuild index d94f9b724644..0a411aea7e66 100644 --- a/sys-boot/grub/grub-9999.ebuild +++ b/sys-boot/grub/grub-9999.ebuild @@ -18,7 +18,7 @@ if [[ -n ${GRUB_AUTORECONF} ]]; then inherit autotools fi -inherit bash-completion-r1 eutils flag-o-matic multibuild pax-utils toolchain-funcs +inherit bash-completion-r1 flag-o-matic multibuild optfeature pax-utils toolchain-funcs if [[ ${PV} != 9999 ]]; then if [[ ${PV} == *_alpha* || ${PV} == *_beta* || ${PV} == *_rc* ]]; then |