diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-10-17 03:14:34 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-10-17 03:14:34 +0000 |
commit | 25314c01999be116534fb704d074e0c871dfc893 (patch) | |
tree | 1baaf990c9bdcf0ef49438702bc3f729ce58c959 | |
parent | x86 stable wrt bug #436320 (diff) | |
download | gentoo-2-25314c01999be116534fb704d074e0c871dfc893.tar.gz gentoo-2-25314c01999be116534fb704d074e0c871dfc893.tar.bz2 gentoo-2-25314c01999be116534fb704d074e0c871dfc893.zip |
x86 stable wrt bug #433251
(Portage version: 2.1.11.9/cvs/Linux i686)
-rw-r--r-- | dev-perl/SOAP-Lite/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/SOAP-Lite/SOAP-Lite-0.715.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 060145bfc1fa..f8a4a6f9c6de 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.84 2012/10/11 14:22:46 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.85 2012/10/17 03:14:34 phajdan.jr Exp $ + + 17 Oct 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> + SOAP-Lite-0.715.0.ebuild: + x86 stable wrt bug #433251 11 Oct 2012; Agostino Sarubbo <ago@gentoo.org> SOAP-Lite-0.715.0.ebuild: Stable for amd64, wrt 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 47f79113a50e..2147d5ba73b4 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.5 2012/10/11 14:22:46 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.715.0.ebuild,v 1.6 2012/10/17 03:14:34 phajdan.jr 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" |