diff options
author | Mike Gilbert <floppym@gentoo.org> | 2019-03-20 23:38:07 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2019-03-20 23:38:07 -0400 |
commit | 598e8b3f76a437208ff1a34e33aa68dd8d518475 (patch) | |
tree | 5ddf6c38ad327cb8a140d13c7950ec695beafd5d /sys-boot | |
parent | sys-boot/grub: adjust bootstrap logic (diff) | |
download | gentoo-598e8b3f76a437208ff1a34e33aa68dd8d518475.tar.gz gentoo-598e8b3f76a437208ff1a34e33aa68dd8d518475.tar.bz2 gentoo-598e8b3f76a437208ff1a34e33aa68dd8d518475.zip |
sys-boot/grub: 2.02-r3 stable on amd64 and x86
Closes: https://bugs.gentoo.org/681008
Package-Manager: Portage-2.3.62, Repoman-2.3.12_p83
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/grub/grub-2.02-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-boot/grub/grub-2.02-r3.ebuild b/sys-boot/grub/grub-2.02-r3.ebuild index f40c9c795298..8067036a24cc 100644 --- a/sys-boot/grub/grub-2.02-r3.ebuild +++ b/sys-boot/grub/grub-2.02-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -28,7 +28,7 @@ if [[ ${PV} != 9999 ]]; then SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" S=${WORKDIR}/${P%_*} fi - KEYWORDS="~amd64 ~arm ~arm64 ppc ppc64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86" else inherit git-r3 EGIT_REPO_URI="git://git.sv.gnu.org/grub.git |