diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2006-10-20 19:56:38 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2006-10-20 19:56:38 +0000 |
commit | 6229b5125223160c1acfa4529ea272ecec5e4ca2 (patch) | |
tree | fccc3c66ff7d7cdebb960858a4d0efac2c1b8454 /dev-perl/SOAP-Lite | |
parent | Mark 2.6.9 stable on alpha (diff) | |
download | gentoo-2-6229b5125223160c1acfa4529ea272ecec5e4ca2.tar.gz gentoo-2-6229b5125223160c1acfa4529ea272ecec5e4ca2.tar.bz2 gentoo-2-6229b5125223160c1acfa4529ea272ecec5e4ca2.zip |
Stable on Alpha.
(Portage version: 2.1.2_pre3-r2)
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.66.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/SOAP-Lite/ChangeLog b/dev-perl/SOAP-Lite/ChangeLog index 9cd0a94559de..30d219aca11c 100644 --- a/dev-perl/SOAP-Lite/ChangeLog +++ b/dev-perl/SOAP-Lite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/SOAP-Lite # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.31 2006/10/15 17:24:58 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.32 2006/10/20 19:56:38 kloeri Exp $ + + 20 Oct 2006; Bryan Østergaard <kloeri@gentoo.org> SOAP-Lite-0.66.ebuild: + Stable on Alpha. 15 Oct 2006; Bryan Østergaard <kloeri@gentoo.org> SOAP-Lite-0.66.ebuild: Stable on ia64. diff --git a/dev-perl/SOAP-Lite/SOAP-Lite-0.66.ebuild b/dev-perl/SOAP-Lite/SOAP-Lite-0.66.ebuild index c6a568fd0ec5..5de477c4d41f 100644 --- a/dev-perl/SOAP-Lite/SOAP-Lite-0.66.ebuild +++ b/dev-perl/SOAP-Lite/SOAP-Lite-0.66.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.66.ebuild,v 1.8 2006/10/15 17:24:58 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.66.ebuild,v 1.9 2006/10/20 19:56:38 kloeri Exp $ IUSE="jabber ssl" @@ -16,7 +16,7 @@ HOMEPAGE="http://search.cpan.org/~byrne/${P}" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~alpha amd64 ia64 ppc sparc ~x86" +KEYWORDS="alpha amd64 ia64 ppc sparc ~x86" myconf="${myconf} --noprompt" |