diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2007-03-26 20:19:22 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2007-03-26 20:19:22 +0000 |
commit | ec5ba1dd268100515df8bb220fec1c0e7afe89af (patch) | |
tree | 51019a073e85a3c2a674ccfad75f508656b296c2 /eclass/php5-sapi-r3.eclass | |
parent | fixed broken encoding in ChangeLog (diff) | |
download | gentoo-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-r3.eclass')
-rw-r--r-- | eclass/php5-sapi-r3.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php5-sapi-r3.eclass b/eclass/php5-sapi-r3.eclass index 417416d7c413..4c7fa074aaed 100644 --- a/eclass/php5-sapi-r3.eclass +++ b/eclass/php5-sapi-r3.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-r3.eclass,v 1.24 2006/11/23 14:02:50 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r3.eclass,v 1.25 2007/03/26 20:19:22 genstef Exp $ # # ######################################################################## # @@ -86,7 +86,7 @@ DEPEND="$DEPEND tiff? ( media-libs/tiff ) truetype? ( =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 ) " |