diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2011-09-11 01:25:14 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2011-09-11 01:25:14 +0000 |
commit | 1a90c161cd2da7ab4e626edf9fc2f3ee876f2da4 (patch) | |
tree | a2f71a8bd8d53ce9d5dbc140394a813ad8f320dd /dev-perl/SOAP-Lite | |
parent | Version bump via perl-bump experimental tool. (diff) | |
download | gentoo-2-1a90c161cd2da7ab4e626edf9fc2f3ee876f2da4.tar.gz gentoo-2-1a90c161cd2da7ab4e626edf9fc2f3ee876f2da4.tar.bz2 gentoo-2-1a90c161cd2da7ab4e626edf9fc2f3ee876f2da4.zip |
Missed that the base version had changed vs my local copy, update for prefix keywords.
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/SOAP-Lite')
-rw-r--r-- | dev-perl/SOAP-Lite/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/SOAP-Lite/SOAP-Lite-0.714.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/SOAP-Lite/ChangeLog b/dev-perl/SOAP-Lite/ChangeLog index 92a904ac25a3..584480b8d064 100644 --- a/dev-perl/SOAP-Lite/ChangeLog +++ b/dev-perl/SOAP-Lite/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/SOAP-Lite # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.70 2011/09/11 01:23:33 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.71 2011/09/11 01:25:14 robbat2 Exp $ + + 11 Sep 2011; Robin H. Johnson <robbat2@gentoo.org> SOAP-Lite-0.714.0.ebuild: + Missed that the base version had changed vs my local copy, update for prefix + keywords. *SOAP-Lite-0.714.0 (11 Sep 2011) 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 e6f1f7a891ac..5ab511bc23db 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-2011 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.1 2011/09/11 01:23:33 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.714.0.ebuild,v 1.2 2011/09/11 01:25:14 robbat2 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" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" myconf="${myconf} --noprompt" |