aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)
}