Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-nntp/tin/
Date: Sat, 17 Jul 2021 21:31:00
Message-Id: 1626557429.24f62e8ba13d0271549fc56b28286893bb7254e8.soap@gentoo
1 commit: 24f62e8ba13d0271549fc56b28286893bb7254e8
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 17 21:30:29 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 17 21:30:29 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24f62e8b
7
8 net-nntp/tin: Add sys-libs/ncurses[unicode(+)]
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 net-nntp/tin/{tin-2.4.5.ebuild => tin-2.4.5-r1.ebuild} | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/net-nntp/tin/tin-2.4.5.ebuild b/net-nntp/tin/tin-2.4.5-r1.ebuild
16 similarity index 96%
17 rename from net-nntp/tin/tin-2.4.5.ebuild
18 rename to net-nntp/tin/tin-2.4.5-r1.ebuild
19 index 3d038bb3b7f..d9022f05e51 100644
20 --- a/net-nntp/tin/tin-2.4.5.ebuild
21 +++ b/net-nntp/tin/tin-2.4.5-r1.ebuild
22 @@ -15,15 +15,16 @@ KEYWORDS="amd64 arm ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
23 IUSE="cancel-locks debug doc +etiquette gpg idn ipv6 mime nls sasl socks5 spell unicode"
24
25 BDEPEND="virtual/pkgconfig"
26 -RDEPEND="dev-libs/libpcre
27 +RDEPEND="
28 + dev-libs/libpcre
29 dev-libs/uulib
30 + sys-libs/ncurses:=[unicode(+)?]
31 gpg? ( app-crypt/gnupg )
32 idn? ( net-dns/libidn )
33 mime? ( net-mail/metamail )
34 nls? ( sys-devel/gettext )
35 sasl? ( virtual/gsasl )
36 socks5? ( net-proxy/dante )
37 - sys-libs/ncurses:0[unicode?]
38 unicode? ( dev-libs/icu:= )"
39 DEPEND="${RDEPEND}"