summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-09-20 05:00:28 +0100
committerSam James <sam@gentoo.org>2021-09-20 05:00:28 +0100
commite5035f4ef27dd41c1632d31f588e02be7712592e (patch)
tree498bad5881e38ca253095ec7f58f2f825fd488a3
parentnet-im/profanity: Version updated to 0.11.0 (diff)
downloadgentoo-e5035f4e.tar.gz
gentoo-e5035f4e.tar.bz2
gentoo-e5035f4e.zip
net-im/profanity: fix unicode dep on ncurses
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--net-im/profanity/profanity-0.11.0-r1.ebuild (renamed from net-im/profanity/profanity-0.11.0.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/profanity/profanity-0.11.0.ebuild b/net-im/profanity/profanity-0.11.0-r1.ebuild
index 1625e5b0c0a8..1ca09eb39937 100644
--- a/net-im/profanity/profanity-0.11.0.ebuild
+++ b/net-im/profanity/profanity-0.11.0-r1.ebuild
@@ -22,7 +22,7 @@ COMMON_DEPEND="
dev-libs/openssl:0=
net-misc/curl
sys-apps/util-linux
- sys-libs/ncurses:=[unicode]
+ sys-libs/ncurses:=[unicode(+)]
virtual/libcrypt:=
gpg? ( app-crypt/gpgme:= )
libnotify? ( x11-libs/libnotify )