Skip to content

Commit

Permalink
sys-boot/grub: drop versionator
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.40_p15, Repoman-2.3.9_p247
  • Loading branch information
floppym committed Jun 26, 2018
1 parent f600b92 commit 5b347c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sys-boot/grub/grub-2.02-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion sys-boot/grub/grub-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5b347c0

Please sign in to comment.