Gentoo Archives: gentoo-commits

From: Ian Stakenvicius <axs@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/grub/
Date: Tue, 08 Dec 2015 20:14:33
Message-Id: 1449605636.5cb0eb89b96126bb7d364b3fc85d7f9fa20e9264.axs@gentoo
1 commit: 5cb0eb89b96126bb7d364b3fc85d7f9fa20e9264
2 Author: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 8 20:13:56 2015 +0000
4 Commit: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 8 20:13:56 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cb0eb89
7
8 sys-boot/grub:0 - add missing slot-operator dep on ncurses when USE="-static"
9
10 Package-Manager: portage-2.2.24
11
12 sys-boot/grub/grub-0.97-r15.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-boot/grub/grub-0.97-r15.ebuild b/sys-boot/grub/grub-0.97-r15.ebuild
16 index b043b06..068f68b 100644
17 --- a/sys-boot/grub/grub-0.97-r15.ebuild
18 +++ b/sys-boot/grub/grub-0.97-r15.ebuild
19 @@ -34,7 +34,7 @@ KEYWORDS="amd64 x86 ~x86-fbsd"
20 IUSE="custom-cflags ncurses netboot static"
21
22 LIB_DEPEND="ncurses? ( >=sys-libs/ncurses-5.9-r3:0[static-libs(+),abi_x86_32(-)] )"
23 -RDEPEND="!static? ( ${LIB_DEPEND//static-libs(+),/} )"
24 +RDEPEND="!static? ( ${LIB_DEPEND//[static-libs(+),/=[} )"
25 DEPEND="${RDEPEND}
26 static? ( ${LIB_DEPEND} )"