From a43e0e8f4e3901d330e9b75e4c2ae5586d0e1f05 Mon Sep 17 00:00:00 2001 From: Luca Longinotti Date: Wed, 4 Jan 2006 11:44:55 +0000 Subject: Change X11 deps order, first new modular X then virtual. --- eclass/php4_4-sapi.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eclass/php4_4-sapi.eclass') diff --git a/eclass/php4_4-sapi.eclass b/eclass/php4_4-sapi.eclass index 4330843bc44a..1569150d1e37 100644 --- a/eclass/php4_4-sapi.eclass +++ b/eclass/php4_4-sapi.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/php4_4-sapi.eclass,v 1.7 2006/01/04 09:22:48 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php4_4-sapi.eclass,v 1.8 2006/01/04 11:44:55 chtekk Exp $ # # ######################################################################## # @@ -89,7 +89,7 @@ DEPEND="${DEPEND} sybase? ( dev-db/freetds ) tiff? ( media-libs/tiff ) truetype? ( =media-libs/freetype-2* >=media-libs/t1lib-5.0.0 ) - xpm? ( || ( virtual/x11 x11-libs/libXpm ) ) + xpm? ( || ( x11-libs/libXpm virtual/x11 ) ) xml? ( dev-libs/libxml2 xsl? ( dev-libs/libxslt ) ) xmlrpc? ( dev-libs/expat ) xsl? ( app-text/sablotron dev-libs/expat ) -- cgit v1.2.3-65-gdbad