diff options
author | Markus Rothe <corsair@gentoo.org> | 2007-12-04 20:41:32 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2007-12-04 20:41:32 +0000 |
commit | d2c4145ae73a8f9de03bd2ca1d9cd16ac3693af3 (patch) | |
tree | a71960a881b210b8e96557ce4b6c4e12aaa0ebe1 /dev-perl/SOAP-Lite | |
parent | Version bump, remove old (diff) | |
download | historical-d2c4145ae73a8f9de03bd2ca1d9cd16ac3693af3.tar.gz historical-d2c4145ae73a8f9de03bd2ca1d9cd16ac3693af3.tar.bz2 historical-d2c4145ae73a8f9de03bd2ca1d9cd16ac3693af3.zip |
Stable on ppc64; bug #198075
Package-Manager: portage-2.1.3.19
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.69.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/SOAP-Lite/ChangeLog b/dev-perl/SOAP-Lite/ChangeLog index eba5f5e49d61..d0d5102d746f 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.42 2007/07/13 18:52:00 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.43 2007/12/04 20:40:39 corsair Exp $ + + 04 Dec 2007; Markus Rothe <corsair@gentoo.org> SOAP-Lite-0.69.ebuild: + Stable on ppc64; bug #198075 13 Jul 2007; Raúl Porcel <armin76@gentoo.org> SOAP-Lite-0.69.ebuild: alpha/ia64/x86 stable diff --git a/dev-perl/SOAP-Lite/SOAP-Lite-0.69.ebuild b/dev-perl/SOAP-Lite/SOAP-Lite-0.69.ebuild index f1cf0fac8d57..03283d48513e 100644 --- a/dev-perl/SOAP-Lite/SOAP-Lite-0.69.ebuild +++ b/dev-perl/SOAP-Lite/SOAP-Lite-0.69.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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.69.ebuild,v 1.5 2007/07/13 18:52:00 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.69.ebuild,v 1.6 2007/12/04 20:40:39 corsair Exp $ IUSE="jabber ssl" @@ -13,7 +13,7 @@ HOMEPAGE="http://search.cpan.org/~byrne/" 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" |