aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Podgorny <pasis.ua@gmail.com>2015-10-13 15:37:54 +0300
committerDmitry Podgorny <pasis.ua@gmail.com>2015-10-13 15:37:54 +0300
commit1c48f704c09f664ecd58d9194731d14efe20a0ed (patch)
treef69a3fc36f5293d290c3cc61209440d41348328d
parentdea8563c5f2a398c72bab446e0c0d5f5b1c61bab (diff)
downloadprofanity-1c48f704c09f664ecd58d9194731d14efe20a0ed.tar.gz
profanity-1c48f704c09f664ecd58d9194731d14efe20a0ed.tar.xz
net-im/profanity-9999: removed use flag xml
--with-libxml2 is removed. Also fixed version of libstrophe, because profanity uses features from upstream now.
-rw-r--r--net-im/profanity/profanity-9999.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/net-im/profanity/profanity-9999.ebuild b/net-im/profanity/profanity-9999.ebuild
index b1ec416..ef4a382 100644
--- a/net-im/profanity/profanity-9999.ebuild
+++ b/net-im/profanity/profanity-9999.ebuild
@@ -14,10 +14,10 @@ HOMEPAGE="http://www.profanity.im/"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS=""
-IUSE="libnotify otr pgp +themes xml xscreensaver"
+IUSE="libnotify otr pgp +themes xscreensaver"
RDEPEND=">=dev-libs/glib-2.26:2
- >=dev-libs/libstrophe-0.8-r1[xml=]
+ >=dev-libs/libstrophe-0.8.9
net-misc/curl
sys-libs/ncurses
sys-libs/readline
@@ -39,7 +39,6 @@ src_configure() {
$(use_enable otr) \
$(use_enable pgp) \
$(use_with themes) \
- $(use_with xml libxml2) \
$(use_with xscreensaver)
}