diff options
Diffstat (limited to 'dev-perl/SOAP-Lite/SOAP-Lite-1.140.0.ebuild')
-rw-r--r-- | dev-perl/SOAP-Lite/SOAP-Lite-1.140.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-perl/SOAP-Lite/SOAP-Lite-1.140.0.ebuild b/dev-perl/SOAP-Lite/SOAP-Lite-1.140.0.ebuild index e3b54fd02a6f..ed767c834cfd 100644 --- a/dev-perl/SOAP-Lite/SOAP-Lite-1.140.0.ebuild +++ b/dev-perl/SOAP-Lite/SOAP-Lite-1.140.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-1.140.0.ebuild,v 1.2 2015/04/03 08:57:45 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-1.140.0.ebuild,v 1.3 2015/05/11 20:56:13 pacho Exp $ EAPI=5 @@ -10,7 +10,7 @@ inherit perl-module eutils DESCRIPTION="Simple and lightweight interface to the SOAP protocol (sic) both on client and server side" -IUSE="jabber ssl test" +IUSE="ssl test xmpp" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" @@ -31,7 +31,7 @@ RDEPEND=" dev-perl/LWP-Protocol-https dev-perl/Crypt-SSLeay ) - jabber? ( dev-perl/Net-Jabber ) + xmpp? ( dev-perl/Net-Jabber ) " DEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker |