diff options
author | David Seifert <soap@gentoo.org> | 2021-07-17 23:30:30 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-07-17 23:30:30 +0200 |
commit | 81c8c066f463f59d576d9de1ae31a118c0191750 (patch) | |
tree | 5c3f678dcf863b05e7e70ea2664bba3ebb7a0b05 /net-p2p | |
parent | net-nntp/tin: Add sys-libs/ncurses[unicode(+)] (diff) | |
download | gentoo-81c8c066f463f59d576d9de1ae31a118c0191750.tar.gz gentoo-81c8c066f463f59d576d9de1ae31a118c0191750.tar.bz2 gentoo-81c8c066f463f59d576d9de1ae31a118c0191750.zip |
net-p2p/ncdc: Add sys-libs/ncurses[unicode(+)]
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/ncdc/ncdc-1.22.1-r1.ebuild (renamed from net-p2p/ncdc/ncdc-1.22.1.ebuild) | 2 | ||||
-rw-r--r-- | net-p2p/ncdc/ncdc-9999.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/ncdc/ncdc-1.22.1.ebuild b/net-p2p/ncdc/ncdc-1.22.1-r1.ebuild index 24e91e7af127..d7201b1fe491 100644 --- a/net-p2p/ncdc/ncdc-1.22.1.ebuild +++ b/net-p2p/ncdc/ncdc-1.22.1-r1.ebuild @@ -24,7 +24,7 @@ RDEPEND=" dev-db/sqlite:3 dev-libs/glib:2 net-libs/gnutls:= - sys-libs/ncurses:0=[unicode] + sys-libs/ncurses:=[unicode(+)] sys-libs/zlib:= geoip? ( dev-libs/geoip diff --git a/net-p2p/ncdc/ncdc-9999.ebuild b/net-p2p/ncdc/ncdc-9999.ebuild index 8377b413dc10..f6cebc9b3c0a 100644 --- a/net-p2p/ncdc/ncdc-9999.ebuild +++ b/net-p2p/ncdc/ncdc-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -24,7 +24,7 @@ RDEPEND=" dev-db/sqlite:3 dev-libs/glib:2 net-libs/gnutls:= - sys-libs/ncurses:0=[unicode] + sys-libs/ncurses:=[unicode(+)] sys-libs/zlib:= geoip? ( dev-libs/geoip |