summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-11-02 00:10:24 +0000
committerMike Frysinger <vapier@gentoo.org>2005-11-02 00:10:24 +0000
commitc565c4d9c42d004940639c00ad31bffd9f603fc2 (patch)
tree7ffc0c052746b0f1295a14712ee1c606dd3b9a90 /dev-lang
parenttouchups (diff)
downloadgentoo-2-c565c4d9c42d004940639c00ad31bffd9f603fc2.tar.gz
gentoo-2-c565c4d9c42d004940639c00ad31bffd9f603fc2.tar.bz2
gentoo-2-c565c4d9c42d004940639c00ad31bffd9f603fc2.zip
arm/s390 love
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/php/files/4-any/php4-uClibc-have_dn_skipname.patch3
-rw-r--r--dev-lang/php/php-4.3.11-r2.ebuild4
-rw-r--r--dev-lang/php/php-4.4.0-r2.ebuild4
-rw-r--r--dev-lang/php/php-5.0.4-r2.ebuild4
-rw-r--r--dev-lang/php/php-5.0.5-r2.ebuild4
5 files changed, 11 insertions, 8 deletions
diff --git a/dev-lang/php/files/4-any/php4-uClibc-have_dn_skipname.patch b/dev-lang/php/files/4-any/php4-uClibc-have_dn_skipname.patch
index 3a86dfbb59b3..e19a720661a6 100644
--- a/dev-lang/php/files/4-any/php4-uClibc-have_dn_skipname.patch
+++ b/dev-lang/php/files/4-any/php4-uClibc-have_dn_skipname.patch
@@ -1,3 +1,6 @@
+Backport from php-5 which will only use the dn_skipname function if the host
+system supports it (uClibc for example does not).
+
--- ext/standard/dns.c
+++ ext/standard/dns.c
@@ -275,6 +275,7 @@ PHP_FUNCTION(checkdnsrr)
diff --git a/dev-lang/php/php-4.3.11-r2.ebuild b/dev-lang/php/php-4.3.11-r2.ebuild
index be50106dbad6..14e1d1b0c910 100644
--- a/dev-lang/php/php-4.3.11-r2.ebuild
+++ b/dev-lang/php/php-4.3.11-r2.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-4.3.11-r2.ebuild,v 1.1 2005/10/31 14:10:39 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-4.3.11-r2.ebuild,v 1.2 2005/11/02 00:10:23 vapier Exp $
IUSE="cgi cli discard-path force-cgi-redirect"
-KEYWORDS="~sparc ~x86"
+KEYWORDS="~arm ~s390 ~sparc ~x86"
# NOTE: Portage doesn't support setting PROVIDE based on the USE flags
# that have been enabled, so we have to PROVIDE everything for now
diff --git a/dev-lang/php/php-4.4.0-r2.ebuild b/dev-lang/php/php-4.4.0-r2.ebuild
index a0c185f1b042..81fcd5a72c67 100644
--- a/dev-lang/php/php-4.4.0-r2.ebuild
+++ b/dev-lang/php/php-4.4.0-r2.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-4.4.0-r2.ebuild,v 1.1 2005/10/31 14:10:39 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-4.4.0-r2.ebuild,v 1.2 2005/11/02 00:10:23 vapier Exp $
IUSE="cgi cli discard-path force-cgi-redirect"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ~s390 ~sparc ~x86"
# NOTE: Portage doesn't support setting PROVIDE based on the USE flags
# that have been enabled, so we have to PROVIDE everything for now
diff --git a/dev-lang/php/php-5.0.4-r2.ebuild b/dev-lang/php/php-5.0.4-r2.ebuild
index 02f914447afc..cd172d9ea58d 100644
--- a/dev-lang/php/php-5.0.4-r2.ebuild
+++ b/dev-lang/php/php-5.0.4-r2.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.0.4-r2.ebuild,v 1.1 2005/10/31 14:10:39 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.0.4-r2.ebuild,v 1.2 2005/11/02 00:10:23 vapier Exp $
IUSE="cgi cli discard-path force-cgi-redirect"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ~s390 ~sparc ~x86"
# NOTE: Portage doesn't support setting PROVIDE based on the USE flags
# that have been enabled, so we have to PROVIDE everything for now
diff --git a/dev-lang/php/php-5.0.5-r2.ebuild b/dev-lang/php/php-5.0.5-r2.ebuild
index 177824a91cf8..e25dedf488c6 100644
--- a/dev-lang/php/php-5.0.5-r2.ebuild
+++ b/dev-lang/php/php-5.0.5-r2.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.0.5-r2.ebuild,v 1.1 2005/10/31 14:10:39 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.0.5-r2.ebuild,v 1.2 2005/11/02 00:10:23 vapier Exp $
IUSE="cgi cli discard-path force-cgi-redirect"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ~s390 ~sparc ~x86"
# NOTE: Portage doesn't support setting PROVIDE based on the USE flags
# that have been enabled, so we have to PROVIDE everything for now