diff options
author | Rob Cakebread <pythonhead@gentoo.org> | 2005-05-02 17:40:39 +0000 |
---|---|---|
committer | Rob Cakebread <pythonhead@gentoo.org> | 2005-05-02 17:40:39 +0000 |
commit | 1c12b0ca7594e5aa0c358b84adf4b20a11f99050 (patch) | |
tree | 935d15e4fb10c13aaa48f8294661e8a77b11cf52 /eclass/wxlib.eclass | |
parent | Added dmalloc for wxGTK (diff) | |
download | historical-1c12b0ca7594e5aa0c358b84adf4b20a11f99050.tar.gz historical-1c12b0ca7594e5aa0c358b84adf4b20a11f99050.tar.bz2 historical-1c12b0ca7594e5aa0c358b84adf4b20a11f99050.zip |
Fixed dmalloc arch deps
Diffstat (limited to 'eclass/wxlib.eclass')
-rw-r--r-- | eclass/wxlib.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
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ò <flameeyes@gentoo.org> # 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} |