From 1c48f704c09f664ecd58d9194731d14efe20a0ed Mon Sep 17 00:00:00 2001 From: Dmitry Podgorny Date: Tue, 13 Oct 2015 15:37:54 +0300 Subject: net-im/profanity-9999: removed use flag xml --with-libxml2 is removed. Also fixed version of libstrophe, because profanity uses features from upstream now. --- net-im/profanity/profanity-9999.ebuild | 5 ++--- 1 file 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) } -- cgit v1.2.1