diff options
author | 2012-03-24 17:12:58 +0000 | |
---|---|---|
committer | 2012-03-24 17:12:58 +0000 | |
commit | f8df877d4c0000e4fb80d4e0ca2488c1a0ac4208 (patch) | |
tree | 86b06954b8667d9f82484b99e1b51124efb49768 /dev-php/PEAR-HTTP_Client/PEAR-HTTP_Client-1.2.1.ebuild | |
parent | x86 stable wrt bug #404771 (diff) | |
download | gentoo-2-f8df877d4c0000e4fb80d4e0ca2488c1a0ac4208.tar.gz gentoo-2-f8df877d4c0000e4fb80d4e0ca2488c1a0ac4208.tar.bz2 gentoo-2-f8df877d4c0000e4fb80d4e0ca2488c1a0ac4208.zip |
x86 stable wrt bug #408723
(Portage version: 2.1.10.49/cvs/Linux i686)
Diffstat (limited to 'dev-php/PEAR-HTTP_Client/PEAR-HTTP_Client-1.2.1.ebuild')
-rw-r--r-- | dev-php/PEAR-HTTP_Client/PEAR-HTTP_Client-1.2.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-php/PEAR-HTTP_Client/PEAR-HTTP_Client-1.2.1.ebuild b/dev-php/PEAR-HTTP_Client/PEAR-HTTP_Client-1.2.1.ebuild index f2a3ae975519..5be68127aee4 100644 --- a/dev-php/PEAR-HTTP_Client/PEAR-HTTP_Client-1.2.1.ebuild +++ b/dev-php/PEAR-HTTP_Client/PEAR-HTTP_Client-1.2.1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTTP_Client/PEAR-HTTP_Client-1.2.1.ebuild,v 1.1 2009/08/22 19:48:43 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTTP_Client/PEAR-HTTP_Client-1.2.1.ebuild,v 1.2 2012/03/24 17:12:58 phajdan.jr Exp $ inherit php-pear-r1 DESCRIPTION="Provides functionality to perform multiple HTTP requests and process their results." LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" IUSE="" RDEPEND=">=dev-php/PEAR-HTTP_Request-1.2" |