diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-11-05 13:19:19 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-11-05 13:19:19 +0000 |
commit | b6ec36600ae719689190897e96b08cf0e5b65c08 (patch) | |
tree | 9f40d3d9050b78b32e95ee71fe0e9e90b56a419f /dev-perl/WWW-Curl | |
parent | Stable on amd64 wrt bug #341865 (diff) | |
download | gentoo-2-b6ec36600ae719689190897e96b08cf0e5b65c08.tar.gz gentoo-2-b6ec36600ae719689190897e96b08cf0e5b65c08.tar.bz2 gentoo-2-b6ec36600ae719689190897e96b08cf0e5b65c08.zip |
Stable on amd64 wrt bug #341865
(Portage version: 2.1.9.24/cvs/Linux x86_64)
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.13.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/WWW-Curl/ChangeLog b/dev-perl/WWW-Curl/ChangeLog index fe99315cb627..007793dc69aa 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Curl/ChangeLog,v 1.18 2010/11/04 13:41:23 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Curl/ChangeLog,v 1.19 2010/11/05 13:19:19 hwoarang Exp $ + + 05 Nov 2010; Markos Chandras <hwoarang@gentoo.org> WWW-Curl-4.13.ebuild: + Stable on amd64 wrt bug #341865 04 Nov 2010; Christian Faulhammer <fauli@gentoo.org> WWW-Curl-4.13.ebuild: x86 stable, bug 341865 diff --git a/dev-perl/WWW-Curl/WWW-Curl-4.13.ebuild b/dev-perl/WWW-Curl/WWW-Curl-4.13.ebuild index d2e18080ecc1..672285dfdb82 100644 --- a/dev-perl/WWW-Curl/WWW-Curl-4.13.ebuild +++ b/dev-perl/WWW-Curl/WWW-Curl-4.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 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.13.ebuild,v 1.2 2010/11/04 13:41:23 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Curl/WWW-Curl-4.13.ebuild,v 1.3 2010/11/05 13:19:19 hwoarang Exp $ EAPI=3 @@ -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" |