summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <dirtyepic@gentoo.org>2007-01-04 23:11:17 +0000
committerRyan Hill <dirtyepic@gentoo.org>2007-01-04 23:11:17 +0000
commit8adf09a336b4481d9af14e6fdf79dff0ed167c90 (patch)
treebeab78d3d90ec32aa7120eb77e656f0daf803524 /eclass/wxlib.eclass
parentFix graphviz deps, bug 142726 (diff)
downloadgentoo-2-8adf09a336b4481d9af14e6fdf79dff0ed167c90.tar.gz
gentoo-2-8adf09a336b4481d9af14e6fdf79dff0ed167c90.tar.bz2
gentoo-2-8adf09a336b4481d9af14e6fdf79dff0ed167c90.zip
Remove debug.eclass usage.
Diffstat (limited to 'eclass/wxlib.eclass')
-rw-r--r--eclass/wxlib.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/wxlib.eclass b/eclass/wxlib.eclass
index 38e8ead76f08..1716f4b3ae2e 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.17 2006/08/07 07:25:48 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/wxlib.eclass,v 1.18 2007/01/04 23:11:17 dirtyepic Exp $
# Author Diego Pettenò <flameeyes@gentoo.org>
# Maintained by wxwidgets herd
@@ -8,9 +8,9 @@
# This eclass is used by wxlib-based packages (wxGTK, wxMotif, wxBase, wxMac) to share code between
# them.
-inherit flag-o-matic debug eutils multilib toolchain-funcs
+inherit flag-o-matic eutils multilib toolchain-funcs
-IUSE="doc odbc unicode"
+IUSE="debug doc odbc unicode"
LICENSE="wxWinLL-3"