commit:     d1bc73adcb366be87cc2313b67bc7fc41d500a0a
Author:     Andrey Utkin <andrey_utkin <AT> fastmail <DOT> com>
AuthorDate: Sat Jan 21 23:51:40 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Jan 29 15:22:04 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1bc73ad

sys-block/whdd: 9999: specify ncurses slot in DEPEND

Since whdd links to ncurses, this needs to be :0=

 sys-block/whdd/whdd-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/whdd/whdd-9999.ebuild b/sys-block/whdd/whdd-9999.ebuild
index ccea158..6c4ff07 100644
--- a/sys-block/whdd/whdd-9999.ebuild
+++ b/sys-block/whdd/whdd-9999.ebuild
@@ -23,6 +23,6 @@ IUSE=""
 
 DEPEND="
        dev-util/dialog
-       sys-libs/ncurses:0[unicode]"
+       sys-libs/ncurses:0=[unicode]"
 RDEPEND="${DEPEND}
        sys-apps/smartmontools"

Reply via email to