From 1c12b0ca7594e5aa0c358b84adf4b20a11f99050 Mon Sep 17 00:00:00 2001 From: Rob Cakebread Date: Mon, 2 May 2005 17:40:39 +0000 Subject: Fixed dmalloc arch deps --- eclass/wxlib.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eclass/wxlib.eclass') diff --git a/eclass/wxlib.eclass b/eclass/wxlib.eclass index dbc36871d704..947a02900ac2 100644 --- a/eclass/wxlib.eclass +++ b/eclass/wxlib.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/wxlib.eclass,v 1.2 2005/05/02 16:44:24 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/wxlib.eclass,v 1.3 2005/05/02 17:40:39 pythonhead Exp $ # Author Diego Pettenò # Maintained by wxwidgets herd @@ -21,7 +21,7 @@ LICENSE="wxWinLL-3" # has its own implementation of it # Note 2: PCX support is enabled if the correct libraries are detected. # There is no USE flag for this. -RDEPEND=" dmalloc? ( !amd64? ( !arm? ( !mips? ( dev-libs/dmalloc ) ) ) ) +RDEPEND="!hppa? ( !alpha? ( !ppc64? ( !amd64? ( !arm? ( !mips? ( dmalloc? ( dev-libs/dmalloc ) ) ) ) ) ) ) zlib? ( sys-libs/zlib )" DEPEND="${RDEPEND} -- cgit v1.2.3-65-gdbad