summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2007-03-26 20:19:22 +0000
committerStefan Schweizer <genstef@gentoo.org>2007-03-26 20:19:22 +0000
commitec5ba1dd268100515df8bb220fec1c0e7afe89af (patch)
tree51019a073e85a3c2a674ccfad75f508656b296c2 /eclass/php5-sapi-r1.eclass
parentfixed broken encoding in ChangeLog (diff)
downloadgentoo-2-ec5ba1dd268100515df8bb220fec1c0e7afe89af.tar.gz
gentoo-2-ec5ba1dd268100515df8bb220fec1c0e7afe89af.tar.bz2
gentoo-2-ec5ba1dd268100515df8bb220fec1c0e7afe89af.zip
Remove more virtual/x11 usages, nxserver is not marked as DEPRECATED in the header yet but unused. Leaving it for now
Diffstat (limited to 'eclass/php5-sapi-r1.eclass')
-rw-r--r--eclass/php5-sapi-r1.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php5-sapi-r1.eclass b/eclass/php5-sapi-r1.eclass
index 290d7081a3c2..03be7802b2c8 100644
--- a/eclass/php5-sapi-r1.eclass
+++ b/eclass/php5-sapi-r1.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r1.eclass,v 1.23 2006/11/23 14:02:50 vivo Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r1.eclass,v 1.24 2007/03/26 20:19:22 genstef Exp $
#
# eclass/php5-sapi-r1.eclass
# Eclass for building different php5 SAPI instances
@@ -68,7 +68,7 @@ DEPEND="$DEPEND
tiff? ( media-libs/tiff )
truetype? ( =media-libs/freetype-1* =media-libs/freetype-2* >=media-libs/t1lib-5.0.0 )
wddx? ( dev-libs/expat )
- xpm? ( || ( x11-libs/libXpm virtual/x11 ) )
+ xpm? ( x11-libs/libXpm )
xsl? ( dev-libs/libxslt )
zlib? ( sys-libs/zlib )"