diff options
author | 2012-10-11 14:22:46 +0000 | |
---|---|---|
committer | 2012-10-11 14:22:46 +0000 | |
commit | 9f4fd1397005da0b64c7713cb1570a400aca8a5c (patch) | |
tree | 159ad2c82a11f7e1ef7a20eb12d80acc530cecc8 /dev-perl | |
parent | Stable for amd64, wrt bug #433249 (diff) | |
download | gentoo-2-9f4fd1397005da0b64c7713cb1570a400aca8a5c.tar.gz gentoo-2-9f4fd1397005da0b64c7713cb1570a400aca8a5c.tar.bz2 gentoo-2-9f4fd1397005da0b64c7713cb1570a400aca8a5c.zip |
Stable for amd64, wrt bug #433251
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/SOAP-Lite/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/SOAP-Lite/SOAP-Lite-0.715.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/SOAP-Lite/ChangeLog b/dev-perl/SOAP-Lite/ChangeLog index 40a0b1c504b8..060145bfc1fa 100644 --- a/dev-perl/SOAP-Lite/ChangeLog +++ b/dev-perl/SOAP-Lite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/SOAP-Lite # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.83 2012/10/11 08:06:12 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.84 2012/10/11 14:22:46 ago Exp $ + + 11 Oct 2012; Agostino Sarubbo <ago@gentoo.org> SOAP-Lite-0.715.0.ebuild: + Stable for amd64, wrt bug #433251 11 Oct 2012; Anthony G. Basile <blueness@gentoo.org> SOAP-Lite-0.715.0.ebuild: stable ppc64, bug #433251 diff --git a/dev-perl/SOAP-Lite/SOAP-Lite-0.715.0.ebuild b/dev-perl/SOAP-Lite/SOAP-Lite-0.715.0.ebuild index c55acafa98fc..47f79113a50e 100644 --- a/dev-perl/SOAP-Lite/SOAP-Lite-0.715.0.ebuild +++ b/dev-perl/SOAP-Lite/SOAP-Lite-0.715.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.715.0.ebuild,v 1.4 2012/10/11 08:06:12 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.715.0.ebuild,v 1.5 2012/10/11 14:22:46 ago 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="~amd64 ppc ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ppc ppc64 ~x86 ~amd64-linux ~x86-linux" myconf="${myconf} --noprompt" |