diff options
-rw-r--r-- | dev-perl/SOAP-Lite/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/SOAP-Lite/SOAP-Lite-0.714.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/SOAP-Lite/ChangeLog b/dev-perl/SOAP-Lite/ChangeLog index 92a904ac25a3..584480b8d064 100644 --- a/dev-perl/SOAP-Lite/ChangeLog +++ b/dev-perl/SOAP-Lite/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/SOAP-Lite # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.70 2011/09/11 01:23:33 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.71 2011/09/11 01:25:14 robbat2 Exp $ + + 11 Sep 2011; Robin H. Johnson <robbat2@gentoo.org> SOAP-Lite-0.714.0.ebuild: + Missed that the base version had changed vs my local copy, update for prefix + keywords. *SOAP-Lite-0.714.0 (11 Sep 2011) diff --git a/dev-perl/SOAP-Lite/SOAP-Lite-0.714.0.ebuild b/dev-perl/SOAP-Lite/SOAP-Lite-0.714.0.ebuild index e6f1f7a891ac..5ab511bc23db 100644 --- a/dev-perl/SOAP-Lite/SOAP-Lite-0.714.0.ebuild +++ b/dev-perl/SOAP-Lite/SOAP-Lite-0.714.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.714.0.ebuild,v 1.1 2011/09/11 01:23:33 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.714.0.ebuild,v 1.2 2011/09/11 01:25:14 robbat2 Exp $ EAPI=4 @@ -13,7 +13,7 @@ DESCRIPTION="Simple and lightweight interface to the SOAP protocol (sic) both on IUSE="jabber ssl" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" myconf="${myconf} --noprompt" |