diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-02-01 21:27:36 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-02-01 21:36:49 +0100 |
commit | 4014188fd1e817dc7960bb4b74496d92db6abf91 (patch) | |
tree | 74280bb0532c5049bbf4723c3e590192ee2b1dcd /sys-boot | |
parent | sys-kernel/genkernel-next: x86 stable (bug #640084) (diff) | |
download | gentoo-4014188fd1e817dc7960bb4b74496d92db6abf91.tar.gz gentoo-4014188fd1e817dc7960bb4b74496d92db6abf91.tar.bz2 gentoo-4014188fd1e817dc7960bb4b74496d92db6abf91.zip |
sys-boot/grub: x86 stable (bug #639606)
Package-Manager: Portage-2.3.21, Repoman-2.3.6
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/grub/grub-0.97-r18.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-boot/grub/grub-0.97-r18.ebuild b/sys-boot/grub/grub-0.97-r18.ebuild index a286b4a55275..695b074e3044 100644 --- a/sys-boot/grub/grub-0.97-r18.ebuild +++ b/sys-boot/grub/grub-0.97-r18.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # XXX: we need to review menu.lst vs grub.conf handling. We've been converting @@ -30,7 +30,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~x86 ~x86-fbsd" +KEYWORDS="amd64 x86 ~x86-fbsd" IUSE="custom-cflags ncurses netboot static" LIB_DEPEND="ncurses? ( >=sys-libs/ncurses-5.9-r3:0[static-libs(+),abi_x86_32(-)] )" |