summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Markus With <olemarkus@gentoo.org>2012-09-11 19:36:50 +0000
committerOle Markus With <olemarkus@gentoo.org>2012-09-11 19:36:50 +0000
commit6123cd6a7e58c714e31db8468d5aa4b5ea57f744 (patch)
tree0e4806f978381449138944200217ca598f365534 /dev-lang/php
parentgnome-extra/zeitgeist-datahub: Version Bump, #434610 (diff)
downloadgentoo-2-6123cd6a7e58c714e31db8468d5aa4b5ea57f744.tar.gz
gentoo-2-6123cd6a7e58c714e31db8468d5aa4b5ea57f744.tar.bz2
gentoo-2-6123cd6a7e58c714e31db8468d5aa4b5ea57f744.zip
Fix for #419519
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/php')
-rw-r--r--dev-lang/php/ChangeLog6
-rw-r--r--dev-lang/php/files/eblits/src_configure-v54.eblit4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog
index d51369ca99a4..b5099db38f01 100644
--- a/dev-lang/php/ChangeLog
+++ b/dev-lang/php/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lang/php
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.632 2012/09/11 01:38:31 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.633 2012/09/11 19:36:50 olemarkus Exp $
+
+ 11 Sep 2012; Ole Markus With <olemarkus@gentoo.org>
+ files/eblits/src_configure-v54.eblit:
+ Fix for #419519
11 Sep 2012; Christoph Junghans <ottxor@gentoo.org>
files/eblits/common-v2.eblit, files/eblits/src_configure-v54.eblit,
diff --git a/dev-lang/php/files/eblits/src_configure-v54.eblit b/dev-lang/php/files/eblits/src_configure-v54.eblit
index 38013ffb4975..c8d932fad43b 100644
--- a/dev-lang/php/files/eblits/src_configure-v54.eblit
+++ b/dev-lang/php/files/eblits/src_configure-v54.eblit
@@ -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-lang/php/files/eblits/src_configure-v54.eblit,v 1.5 2012/09/11 01:38:31 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_configure-v54.eblit,v 1.6 2012/09/11 19:36:50 olemarkus Exp $
eblit-php-src_configure() {
addpredict /usr/share/snmp/mibs/.index
@@ -105,7 +105,7 @@ eblit-php-src_configure() {
$(use_with xpm xpm-dir ${EPREFIX}/usr)"
# enable gd last, so configure can pick up the previous settings
my_conf+="
- $(use_with gd gd ${EPREFIX}/usr)"
+ $(use_with gd gd)"
# IMAP support
if use imap ; then