diff options
author | Sam James <sam@gentoo.org> | 2021-09-20 05:00:28 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-09-20 05:00:28 +0100 |
commit | e5035f4ef27dd41c1632d31f588e02be7712592e (patch) | |
tree | 498bad5881e38ca253095ec7f58f2f825fd488a3 /net-im/profanity | |
parent | net-im/profanity: Version updated to 0.11.0 (diff) | |
download | gentoo-e5035f4ef27dd41c1632d31f588e02be7712592e.tar.gz gentoo-e5035f4ef27dd41c1632d31f588e02be7712592e.tar.bz2 gentoo-e5035f4ef27dd41c1632d31f588e02be7712592e.zip |
net-im/profanity: fix unicode dep on ncurses
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-im/profanity')
-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 ) |