summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Cakebread <pythonhead@gentoo.org>2005-05-14 15:36:45 +0000
committerRob Cakebread <pythonhead@gentoo.org>2005-05-14 15:36:45 +0000
commita5054d3a4b217e7e9b767ef7b16168f79a4de06a (patch)
treea4b27456e0cb9bf6ccdbabada3e8ef20203a373e /eclass/wxlib.eclass
parent0.2.0 x86 stable (diff)
downloadhistorical-a5054d3a4b217e7e9b767ef7b16168f79a4de06a.tar.gz
historical-a5054d3a4b217e7e9b767ef7b16168f79a4de06a.tar.bz2
historical-a5054d3a4b217e7e9b767ef7b16168f79a4de06a.zip
Removed dmalloc support. bug# 92569
Diffstat (limited to 'eclass/wxlib.eclass')
-rw-r--r--eclass/wxlib.eclass6
1 files changed, 2 insertions, 4 deletions
diff --git a/eclass/wxlib.eclass b/eclass/wxlib.eclass
index 462ea3d8a409..2028c31aebca 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.6 2005/05/12 18:01:38 pythonhead Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/wxlib.eclass,v 1.7 2005/05/14 15:36:45 pythonhead Exp $
# Author Diego Pettenò <flameeyes@gentoo.org>
# Maintained by wxwidgets herd
@@ -13,7 +13,7 @@ inherit flag-o-matic eutils multilib toolchain-funcs
ECLASS="wxlib"
INHERITED="${INHERITED} ${ECLASS}"
-IUSE="doc debug unicode dmalloc"
+IUSE="doc debug unicode"
LICENSE="wxWinLL-3"
@@ -21,7 +21,6 @@ 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="!hppa? ( !alpha? ( !ppc64? ( !amd64? ( !arm? ( !mips? ( dmalloc? ( dev-libs/dmalloc ) ) ) ) ) ) )"
DEPEND="${RDEPEND}
sys-libs/zlib
@@ -73,7 +72,6 @@ subconfigure() {
debug_conf=""
if use debug; then
debug_conf="--enable-debug --enable-debug_gdb"
- debug_conf="${debug_conf} `use_with dmalloc`"
fi
${S}/configure \
--host=${CHOST} \