diff options
author | Andrey Utkin <andrey_utkin@fastmail.com> | 2017-01-21 23:51:40 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-01-30 02:22:04 +1100 |
commit | d1bc73adcb366be87cc2313b67bc7fc41d500a0a (patch) | |
tree | 720934af54f4148b591b8fd5f490c26e46f46a82 /sys-block/whdd | |
parent | sys-block/whdd: 9999: incorporate handling of tagged versions (diff) | |
download | gentoo-d1bc73adcb366be87cc2313b67bc7fc41d500a0a.tar.gz gentoo-d1bc73adcb366be87cc2313b67bc7fc41d500a0a.tar.bz2 gentoo-d1bc73adcb366be87cc2313b67bc7fc41d500a0a.zip |
sys-block/whdd: 9999: specify ncurses slot in DEPEND
Since whdd links to ncurses, this needs to be :0=
Diffstat (limited to 'sys-block/whdd')
-rw-r--r-- | sys-block/whdd/whdd-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-block/whdd/whdd-9999.ebuild b/sys-block/whdd/whdd-9999.ebuild index ccea158e179b..6c4ff079329a 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" |