Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/profanity/
Date: Mon, 20 Sep 2021 04:00:48
Message-Id: 1632110428.e5035f4ef27dd41c1632d31f588e02be7712592e.sam@gentoo
1 commit: e5035f4ef27dd41c1632d31f588e02be7712592e
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 20 04:00:28 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 20 04:00:28 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5035f4e
7
8 net-im/profanity: fix unicode dep on ncurses
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 .../profanity/{profanity-0.11.0.ebuild => profanity-0.11.0-r1.ebuild} | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-im/profanity/profanity-0.11.0.ebuild b/net-im/profanity/profanity-0.11.0-r1.ebuild
16 similarity index 96%
17 rename from net-im/profanity/profanity-0.11.0.ebuild
18 rename to net-im/profanity/profanity-0.11.0-r1.ebuild
19 index 1625e5b0c0a..1ca09eb3993 100644
20 --- a/net-im/profanity/profanity-0.11.0.ebuild
21 +++ b/net-im/profanity/profanity-0.11.0-r1.ebuild
22 @@ -22,7 +22,7 @@ COMMON_DEPEND="
23 dev-libs/openssl:0=
24 net-misc/curl
25 sys-apps/util-linux
26 - sys-libs/ncurses:=[unicode]
27 + sys-libs/ncurses:=[unicode(+)]
28 virtual/libcrypt:=
29 gpg? ( app-crypt/gpgme:= )
30 libnotify? ( x11-libs/libnotify )