diff options
author | 2012-03-09 09:56:05 +0000 | |
---|---|---|
committer | 2012-03-09 09:56:05 +0000 | |
commit | 5bfd0ded121dab34f6f3e352d2cafbef28e24740 (patch) | |
tree | 7cf7669e3c1fc87e00bae7ff46f3be0d76e3e7ec /dev-perl/WWW-Curl | |
parent | Add ~x86-fbsd. (diff) | |
download | gentoo-2-5bfd0ded121dab34f6f3e352d2cafbef28e24740.tar.gz gentoo-2-5bfd0ded121dab34f6f3e352d2cafbef28e24740.tar.bz2 gentoo-2-5bfd0ded121dab34f6f3e352d2cafbef28e24740.zip |
x86 stable wrt bug #400263
(Portage version: 2.1.10.44/cvs/Linux i686)
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.150.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/WWW-Curl/ChangeLog b/dev-perl/WWW-Curl/ChangeLog index f58031b03dbf..5b51c1b28b42 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Curl/ChangeLog,v 1.26 2012/02/27 18:56:19 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Curl/ChangeLog,v 1.27 2012/03/09 09:56:05 phajdan.jr Exp $ + + 09 Mar 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> WWW-Curl-4.150.0.ebuild: + x86 stable wrt bug #400263 27 Feb 2012; Brent Baude <ranger@gentoo.org> WWW-Curl-4.150.0.ebuild: Marking WWW-Curl-4.150.0 ppc for bug 400263 diff --git a/dev-perl/WWW-Curl/WWW-Curl-4.150.0.ebuild b/dev-perl/WWW-Curl/WWW-Curl-4.150.0.ebuild index e2739fa2c5b2..5bf815bc7006 100644 --- a/dev-perl/WWW-Curl/WWW-Curl-4.150.0.ebuild +++ b/dev-perl/WWW-Curl/WWW-Curl-4.150.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/WWW-Curl/WWW-Curl-4.150.0.ebuild,v 1.3 2012/02/27 18:56:19 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Curl/WWW-Curl-4.150.0.ebuild,v 1.4 2012/03/09 09:56:05 phajdan.jr Exp $ EAPI=4 @@ -12,7 +12,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" |