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 | 55937721ed5ec8c79b442709ab78b393d1301f04 (patch) | |
tree | a6e6c4821fcf371241c053777cc5ff7df3c13ef7 /dev-perl | |
parent | Stable on amd64 wrt bug #341295 (diff) | |
download | gentoo-2-55937721ed5ec8c79b442709ab78b393d1301f04.tar.gz gentoo-2-55937721ed5ec8c79b442709ab78b393d1301f04.tar.bz2 gentoo-2-55937721ed5ec8c79b442709ab78b393d1301f04.zip |
Stable on amd64 wrt bug #344591
(Portage version: 2.1.9.24/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.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" |