From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id CA1821384B4 for ; Tue, 8 Dec 2015 20:14:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92C37E08AD; Tue, 8 Dec 2015 20:14:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2D1E5E08AD for ; Tue, 8 Dec 2015 20:14:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C569A3407D0 for ; Tue, 8 Dec 2015 20:14:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E32A9A1 for ; Tue, 8 Dec 2015 20:14:27 +0000 (UTC) From: "Ian Stakenvicius" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Stakenvicius" Message-ID: <1449605636.5cb0eb89b96126bb7d364b3fc85d7f9fa20e9264.axs@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/grub/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-boot/grub/grub-0.97-r15.ebuild X-VCS-Directories: sys-boot/grub/ X-VCS-Committer: axs X-VCS-Committer-Name: Ian Stakenvicius X-VCS-Revision: 5cb0eb89b96126bb7d364b3fc85d7f9fa20e9264 X-VCS-Branch: master Date: Tue, 8 Dec 2015 20:14:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f6979b16-2bfa-409e-8d61-3cb8c694b18f X-Archives-Hash: cb7c7e47c5ab9238440ffe6333964b2d commit: 5cb0eb89b96126bb7d364b3fc85d7f9fa20e9264 Author: Ian Stakenvicius gentoo org> AuthorDate: Tue Dec 8 20:13:56 2015 +0000 Commit: Ian Stakenvicius gentoo 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} )"