commit: 5cb0eb89b96126bb7d364b3fc85d7f9fa20e9264
Author: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 8 20:13:56 2015 +0000
Commit: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
CommitDate: Tue Dec 8 20:13:56 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cb0eb89
sys-boot/grub:0 - add missing slot-operator dep on ncurses when USE="-static"
Package-Manager: portage-2.2.24
sys-boot/grub/grub-0.97-r15.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-boot/grub/grub-0.97-r15.ebuild
b/sys-boot/grub/grub-0.97-r15.ebuild
index b043b06..068f68b 100644
--- a/sys-boot/grub/grub-0.97-r15.ebuild
+++ b/sys-boot/grub/grub-0.97-r15.ebuild
@@ -34,7 +34,7 @@ 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(-)] )"
-RDEPEND="!static? ( ${LIB_DEPEND//static-libs(+),/} )"
+RDEPEND="!static? ( ${LIB_DEPEND//[static-libs(+),/=[} )"
DEPEND="${RDEPEND}
static? ( ${LIB_DEPEND} )"