diff options
Diffstat (limited to 'dev-perl/WWW-Curl/WWW-Curl-4.13.ebuild')
-rw-r--r-- | dev-perl/WWW-Curl/WWW-Curl-4.13.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |