diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2009-10-24 11:54:31 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2009-10-24 11:54:31 +0000 |
commit | 4104f04f21b1cac1d9d6fc9ee1a53424da08073f (patch) | |
tree | 3712c28bdea221734ab825e98c9bcc276118aac6 /dev-perl/WWW-Curl | |
parent | ppc stable #284544 (diff) | |
download | gentoo-2-4104f04f21b1cac1d9d6fc9ee1a53424da08073f.tar.gz gentoo-2-4104f04f21b1cac1d9d6fc9ee1a53424da08073f.tar.bz2 gentoo-2-4104f04f21b1cac1d9d6fc9ee1a53424da08073f.zip |
ppc stable #284544
(Portage version: 2.1.6.13/cvs/Linux ppc)
Diffstat (limited to 'dev-perl/WWW-Curl')
-rw-r--r-- | dev-perl/WWW-Curl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/WWW-Curl/WWW-Curl-4.09.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/WWW-Curl/ChangeLog b/dev-perl/WWW-Curl/ChangeLog index be350763a3aa..3fec0d16617e 100644 --- a/dev-perl/WWW-Curl/ChangeLog +++ b/dev-perl/WWW-Curl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/WWW-Curl # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Curl/ChangeLog,v 1.10 2009/09/18 19:55:28 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Curl/ChangeLog,v 1.11 2009/10/24 11:54:31 nixnut Exp $ + + 24 Oct 2009; nixnut <nixnut@gentoo.org> WWW-Curl-4.09.ebuild: + ppc stable #284544 18 Sep 2009; Alexis Ballier <aballier@gentoo.org> WWW-Curl-4.09.ebuild: keyword ~ppc64, working fine on a PowerMac 970 diff --git a/dev-perl/WWW-Curl/WWW-Curl-4.09.ebuild b/dev-perl/WWW-Curl/WWW-Curl-4.09.ebuild index e21f50657a28..120f1339e395 100644 --- a/dev-perl/WWW-Curl/WWW-Curl-4.09.ebuild +++ b/dev-perl/WWW-Curl/WWW-Curl-4.09.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Curl/WWW-Curl-4.09.ebuild,v 1.2 2009/09/18 19:55:28 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Curl/WWW-Curl-4.09.ebuild,v 1.3 2009/10/24 11:54:31 nixnut Exp $ EAPI=2 @@ -11,7 +11,7 @@ DESCRIPTION="Perl extension interface for libcurl" LICENSE="|| ( MPL-1.0 MPL-1.1 MIT )" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ppc ~ppc64 ~x86" IUSE="" RDEPEND="net-misc/curl" |