diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-10-11 08:06:12 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-10-11 08:06:12 +0000 |
commit | 2299ab6065659c798323267f7ff46c951e85d360 (patch) | |
tree | e240e0e4e46253710f4910fb002cc49d725bb58e /dev-perl/SOAP-Lite | |
parent | stable ppc64, bug #433255 (diff) | |
download | gentoo-2-2299ab6065659c798323267f7ff46c951e85d360.tar.gz gentoo-2-2299ab6065659c798323267f7ff46c951e85d360.tar.bz2 gentoo-2-2299ab6065659c798323267f7ff46c951e85d360.zip |
stable ppc64, bug #433251
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/SOAP-Lite')
-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 9093e01a9694..40a0b1c504b8 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.82 2012/10/10 15:42:10 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.83 2012/10/11 08:06:12 blueness Exp $ + + 11 Oct 2012; Anthony G. Basile <blueness@gentoo.org> SOAP-Lite-0.715.0.ebuild: + stable ppc64, bug #433251 10 Oct 2012; Brent Baude <ranger@gentoo.org> SOAP-Lite-0.715.0.ebuild: Marking SOAP-Lite-0.715.0 ppc for 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 20983ee7d0e5..c55acafa98fc 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.3 2012/10/10 15:42:10 ranger Exp $ +# $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 $ 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" |