projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99a04cf
)
sys-block/whdd: 9999: specify ncurses slot in DEPEND
author
Andrey Utkin
<andrey_utkin@fastmail.com>
Sat, 21 Jan 2017 23:51:40 +0000
(23:51 +0000)
committer
Michael Palimaka
<kensington@gentoo.org>
Sun, 29 Jan 2017 15:22:04 +0000
(
02:22
+1100)
Since whdd links to ncurses, this needs to be :0=
sys-block/whdd/whdd-9999.ebuild
patch
|
blob
|
history
diff --git
a/sys-block/whdd/whdd-9999.ebuild
b/sys-block/whdd/whdd-9999.ebuild
index ccea158e179b22d6a2e37df43e93df05ccc94882..6c4ff079329aae5f5b55d13b63558a05fc298a06 100644
(file)
--- 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"