diff options
author | Mike Gilbert <floppym@gentoo.org> | 2018-06-26 10:16:53 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2018-06-26 10:45:15 -0400 |
commit | 5b347c06f9e08bbdf4631c1fe2715019ffeab8cd (patch) | |
tree | 6859413044b4d58acf42d41ddb8537eab2d4e4e2 /sys-boot | |
parent | sys-boot/grub: remove old (diff) | |
download | gentoo-5b347c06f9e08bbdf4631c1fe2715019ffeab8cd.tar.gz gentoo-5b347c06f9e08bbdf4631c1fe2715019ffeab8cd.tar.bz2 gentoo-5b347c06f9e08bbdf4631c1fe2715019ffeab8cd.zip |
sys-boot/grub: drop versionator
Package-Manager: Portage-2.3.40_p15, Repoman-2.3.9_p247
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/grub/grub-2.02-r1.ebuild | 2 | ||||
-rw-r--r-- | sys-boot/grub/grub-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-boot/grub/grub-2.02-r1.ebuild b/sys-boot/grub/grub-2.02-r1.ebuild index c8bd4fb84d95..c1bcb5ffedf9 100644 --- a/sys-boot/grub/grub-2.02-r1.ebuild +++ b/sys-boot/grub/grub-2.02-r1.ebuild @@ -16,7 +16,7 @@ if [[ -n ${GRUB_AUTORECONF} ]]; then inherit autotools fi -inherit bash-completion-r1 flag-o-matic multibuild pax-utils toolchain-funcs versionator +inherit bash-completion-r1 flag-o-matic multibuild pax-utils toolchain-funcs if [[ ${PV} != 9999 ]]; then if [[ ${PV} == *_alpha* || ${PV} == *_beta* || ${PV} == *_rc* ]]; then diff --git a/sys-boot/grub/grub-9999.ebuild b/sys-boot/grub/grub-9999.ebuild index 8c33dc3f4bbc..d6d3d47e7c5f 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 flag-o-matic multibuild pax-utils toolchain-funcs versionator +inherit bash-completion-r1 flag-o-matic multibuild pax-utils toolchain-funcs if [[ ${PV} != 9999 ]]; then if [[ ${PV} == *_alpha* || ${PV} == *_beta* || ${PV} == *_rc* ]]; then |