diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-11-08 20:05:16 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-11-08 20:05:16 +0000 |
commit | 7731fac8cd882945dde44c48bd4038aed30f346c (patch) | |
tree | 50ba4306322bedf3cfe9070934e602ed4ca95c00 /dev-perl/SOAP-Lite | |
parent | Stable on amd64 wrt bug #341295 (diff) | |
download | historical-7731fac8cd882945dde44c48bd4038aed30f346c.tar.gz historical-7731fac8cd882945dde44c48bd4038aed30f346c.tar.bz2 historical-7731fac8cd882945dde44c48bd4038aed30f346c.zip |
Stable on amd64 wrt bug #344591
Package-Manager: portage-2.1.9.24/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.711.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/SOAP-Lite/ChangeLog b/dev-perl/SOAP-Lite/ChangeLog index f278d791cddd..50c9bc03afce 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.59 2010/11/08 01:02:49 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.60 2010/11/08 20:05:16 hwoarang Exp $ + + 08 Nov 2010; Markos Chandras <hwoarang@gentoo.org> SOAP-Lite-0.711.ebuild: + Stable on amd64 wrt bug #344591 08 Nov 2010; Christian Faulhammer <fauli@gentoo.org> SOAP-Lite-0.711.ebuild: diff --git a/dev-perl/SOAP-Lite/SOAP-Lite-0.711.ebuild b/dev-perl/SOAP-Lite/SOAP-Lite-0.711.ebuild index 7bc14b8965a0..cef9463ef45f 100644 --- a/dev-perl/SOAP-Lite/SOAP-Lite-0.711.ebuild +++ b/dev-perl/SOAP-Lite/SOAP-Lite-0.711.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 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.711.ebuild,v 1.3 2010/11/08 01:02:49 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.711.ebuild,v 1.4 2010/11/08 20:05:16 hwoarang Exp $ MODULE_AUTHOR="MKUTTER" inherit perl-module eutils @@ -10,7 +10,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" myconf="${myconf} --noprompt" |