summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2012-02-07 16:46:54 +0000
committerJeroen Roovers <jer@gentoo.org>2012-02-07 16:46:54 +0000
commit1ad9d478a20ce52abff2f0580f99838edf45ebc3 (patch)
treee46f6207afe6d0dff898d0755c2abf70690e1f05 /dev-php/PEAR-HTTP_Request2
parentDrop php scripting support; it is unmaintained by upstream, has already been ... (diff)
downloadhistorical-1ad9d478a20ce52abff2f0580f99838edf45ebc3.tar.gz
historical-1ad9d478a20ce52abff2f0580f99838edf45ebc3.tar.bz2
historical-1ad9d478a20ce52abff2f0580f99838edf45ebc3.zip
Marked ~hppa (bug #396973).
Package-Manager: portage-2.2.0_alpha85/cvs/Linux x86_64
Diffstat (limited to 'dev-php/PEAR-HTTP_Request2')
-rw-r--r--dev-php/PEAR-HTTP_Request2/ChangeLog5
-rw-r--r--dev-php/PEAR-HTTP_Request2/PEAR-HTTP_Request2-2.0.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/PEAR-HTTP_Request2/ChangeLog b/dev-php/PEAR-HTTP_Request2/ChangeLog
index 317e22e94e18..c08a52bfe483 100644
--- a/dev-php/PEAR-HTTP_Request2/ChangeLog
+++ b/dev-php/PEAR-HTTP_Request2/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-php/PEAR-HTTP_Request2
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTTP_Request2/ChangeLog,v 1.4 2012/02/01 11:03:06 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTTP_Request2/ChangeLog,v 1.5 2012/02/07 16:46:54 jer Exp $
+
+ 07 Feb 2012; Jeroen Roovers <jer@gentoo.org> PEAR-HTTP_Request2-2.0.0.ebuild:
+ Marked ~hppa (bug #396973).
01 Feb 2012; Samuli Suominen <ssuominen@gentoo.org>
PEAR-HTTP_Request2-2.0.0.ebuild:
diff --git a/dev-php/PEAR-HTTP_Request2/PEAR-HTTP_Request2-2.0.0.ebuild b/dev-php/PEAR-HTTP_Request2/PEAR-HTTP_Request2-2.0.0.ebuild
index da317cbb7f74..9864109eb472 100644
--- a/dev-php/PEAR-HTTP_Request2/PEAR-HTTP_Request2-2.0.0.ebuild
+++ b/dev-php/PEAR-HTTP_Request2/PEAR-HTTP_Request2-2.0.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-php/PEAR-HTTP_Request2/PEAR-HTTP_Request2-2.0.0.ebuild,v 1.2 2012/02/01 11:03:06 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTTP_Request2/PEAR-HTTP_Request2-2.0.0.ebuild,v 1.3 2012/02/07 16:46:54 jer Exp $
EAPI=4
@@ -10,7 +10,7 @@ DESCRIPTION="Provides an easy way to perform HTTP requests"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
IUSE="+curl +fileinfo +ssl +zlib"
RDEPEND="dev-lang/php[curl?,fileinfo?,ssl?,zlib?]