diff options
author | Brent Baude <ranger@gentoo.org> | 2011-01-13 17:04:21 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2011-01-13 17:04:21 +0000 |
commit | c869fd0c5f23cbf364776d7b3156d5f8548dee5a (patch) | |
tree | 4e0b7a1b4e67e9b86bd7bc14ccb68b5fb54421b5 /dev-perl/WWW-Curl | |
parent | Marking URI-1.55 ~ppc for bug 341865 (diff) | |
download | gentoo-2-c869fd0c5f23cbf364776d7b3156d5f8548dee5a.tar.gz gentoo-2-c869fd0c5f23cbf364776d7b3156d5f8548dee5a.tar.bz2 gentoo-2-c869fd0c5f23cbf364776d7b3156d5f8548dee5a.zip |
Marking WWW-Curl-4.13 ppc for bug 341865
(Portage version: 2.1.9.25/cvs/Linux ppc64)
Diffstat (limited to 'dev-perl/WWW-Curl')
-rw-r--r-- | dev-perl/WWW-Curl/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/WWW-Curl/WWW-Curl-4.13.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/WWW-Curl/ChangeLog b/dev-perl/WWW-Curl/ChangeLog index b098ffa00002..7e20b985031c 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.20 2010/11/30 07:26:52 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Curl/ChangeLog,v 1.21 2011/01/13 17:04:21 ranger Exp $ + + 13 Jan 2011; Brent Baude <ranger@gentoo.org> WWW-Curl-4.13.ebuild: + Marking WWW-Curl-4.13 ppc stable for bug 341865 *WWW-Curl-4.15 (30 Nov 2010) diff --git a/dev-perl/WWW-Curl/WWW-Curl-4.13.ebuild b/dev-perl/WWW-Curl/WWW-Curl-4.13.ebuild index 672285dfdb82..38587eee8388 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 +# Copyright 1999-2011 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.3 2010/11/05 13:19:19 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Curl/WWW-Curl-4.13.ebuild,v 1.4 2011/01/13 17:04:21 ranger 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" |