diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2012-02-25 18:02:59 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2012-02-25 18:02:59 +0000 |
commit | eb3b10391666619e2f311ee2e7b36a09709d51fd (patch) | |
tree | 7b71eaefb47da238e6c353aea800815db4497a73 /dev-perl | |
parent | alpha/ia64/sparc stable wrt #400323 (diff) | |
download | gentoo-2-eb3b10391666619e2f311ee2e7b36a09709d51fd.tar.gz gentoo-2-eb3b10391666619e2f311ee2e7b36a09709d51fd.tar.bz2 gentoo-2-eb3b10391666619e2f311ee2e7b36a09709d51fd.zip |
Stable on alpha, bug #400211
(Portage version: 2.1.10.49/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.714.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 693199aa7002..90c25628fb4c 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.72 2012/02/24 10:33:34 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.73 2012/02/25 18:02:59 klausman Exp $ + + 25 Feb 2012; Tobias Klausmann <klausman@gentoo.org> SOAP-Lite-0.714.0.ebuild: + Stable on alpha, bug #400211 24 Feb 2012; Agostino Sarubbo <ago@gentoo.org> SOAP-Lite-0.714.0.ebuild: Stable for amd64, wrt bug #400211 diff --git a/dev-perl/SOAP-Lite/SOAP-Lite-0.714.0.ebuild b/dev-perl/SOAP-Lite/SOAP-Lite-0.714.0.ebuild index 2e2b63a3f5a5..f60be6885090 100644 --- a/dev-perl/SOAP-Lite/SOAP-Lite-0.714.0.ebuild +++ b/dev-perl/SOAP-Lite/SOAP-Lite-0.714.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.714.0.ebuild,v 1.3 2012/02/24 10:33:34 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.714.0.ebuild,v 1.4 2012/02/25 18:02:59 klausman 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="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" myconf="${myconf} --noprompt" |