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 | fe45bd298fddd4cf01cec4f274d4754775ec2109 (patch) | |
tree | 120fa2ecea28f4cc504b5c68af780ebf81876816 /eclass/php5-sapi-r2.eclass | |
parent | fixed broken encoding in ChangeLog (diff) | |
download | historical-fe45bd298fddd4cf01cec4f274d4754775ec2109.tar.gz historical-fe45bd298fddd4cf01cec4f274d4754775ec2109.tar.bz2 historical-fe45bd298fddd4cf01cec4f274d4754775ec2109.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-r2.eclass')
-rw-r--r-- | eclass/php5-sapi-r2.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php5-sapi-r2.eclass b/eclass/php5-sapi-r2.eclass index 45ce83193189..b3e22072b23c 100644 --- a/eclass/php5-sapi-r2.eclass +++ b/eclass/php5-sapi-r2.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-r2.eclass,v 1.42 2006/11/23 14:02:50 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r2.eclass,v 1.43 2007/03/26 20:19:22 genstef Exp $ # # eclass/php5-sapi-r2.eclass # Eclass for building different php5 SAPI instances @@ -85,7 +85,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 ) " |