aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Podgorny <pasis.ua@gmail.com>2015-10-13 16:01:57 +0300
committerDmitry Podgorny <pasis.ua@gmail.com>2015-10-13 16:03:36 +0300
commit882ef31ee7e341c75a35b226db4851661e3dff48 (patch)
tree98129a924324fa9e892b46461b0dfebce0da4a91
parent1c48f704c09f664ecd58d9194731d14efe20a0ed (diff)
downloadprofanity-882ef31ee7e341c75a35b226db4851661e3dff48.tar.gz
profanity-882ef31ee7e341c75a35b226db4851661e3dff48.tar.xz
net-im/profanity-9999: added libmesode to dependencies
Profanity can be built either with libmesode or libstrophe now.
-rw-r--r--net-im/profanity/profanity-9999.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/net-im/profanity/profanity-9999.ebuild b/net-im/profanity/profanity-9999.ebuild
index ef4a382..3453699 100644
--- a/net-im/profanity/profanity-9999.ebuild
+++ b/net-im/profanity/profanity-9999.ebuild
@@ -17,7 +17,10 @@ KEYWORDS=""
IUSE="libnotify otr pgp +themes xscreensaver"
RDEPEND=">=dev-libs/glib-2.26:2
- >=dev-libs/libstrophe-0.8.9
+ || (
+ dev-libs/libmesode
+ >=dev-libs/libstrophe-0.8.9
+ )
net-misc/curl
sys-libs/ncurses
sys-libs/readline