Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/grub/
Date: Thu, 01 Feb 2018 20:37:29
Message-Id: 1517517409.4014188fd1e817dc7960bb4b74496d92db6abf91.whissi@gentoo
1 commit: 4014188fd1e817dc7960bb4b74496d92db6abf91
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 1 20:27:36 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 1 20:36:49 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4014188f
7
8 sys-boot/grub: x86 stable (bug #639606)
9
10 Package-Manager: Portage-2.3.21, Repoman-2.3.6
11
12 sys-boot/grub/grub-0.97-r18.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-boot/grub/grub-0.97-r18.ebuild b/sys-boot/grub/grub-0.97-r18.ebuild
16 index a286b4a5527..695b074e304 100644
17 --- a/sys-boot/grub/grub-0.97-r18.ebuild
18 +++ b/sys-boot/grub/grub-0.97-r18.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 # XXX: we need to review menu.lst vs grub.conf handling. We've been converting
25 @@ -30,7 +30,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz
26
27 LICENSE="GPL-2"
28 SLOT="0"
29 -KEYWORDS="amd64 ~x86 ~x86-fbsd"
30 +KEYWORDS="amd64 x86 ~x86-fbsd"
31 IUSE="custom-cflags ncurses netboot static"
32
33 LIB_DEPEND="ncurses? ( >=sys-libs/ncurses-5.9-r3:0[static-libs(+),abi_x86_32(-)] )"