summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2006-08-07 07:25:48 +0000
committerMart Raudsepp <leio@gentoo.org>2006-08-07 07:25:48 +0000
commitc59e604135ddc6ce6ada853806fd1b7bbfb309b7 (patch)
tree9d477ef65a78a35293dcc544791c579db1bd4bd3 /eclass
parentFix binary extension checks wrt concurrentmodphp. (diff)
downloadhistorical-c59e604135ddc6ce6ada853806fd1b7bbfb309b7.tar.gz
historical-c59e604135ddc6ce6ada853806fd1b7bbfb309b7.tar.bz2
historical-c59e604135ddc6ce6ada853806fd1b7bbfb309b7.zip
Inherit debug eclass to not strip binaries when debug USE is on, fixing bug #126453.
Change HOMEPAGE to the new and correct wxWidgets domain name which was changed due to the rename from wxWindows.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/wxlib.eclass8
1 files changed, 4 insertions, 4 deletions
diff --git a/eclass/wxlib.eclass b/eclass/wxlib.eclass
index 5b80c02f3114..38e8ead76f08 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.16 2006/08/07 04:05:31 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/wxlib.eclass,v 1.17 2006/08/07 07:25:48 leio 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 eutils multilib toolchain-funcs
+inherit flag-o-matic debug eutils multilib toolchain-funcs
-IUSE="debug doc odbc unicode"
+IUSE="doc odbc unicode"
LICENSE="wxWinLL-3"
@@ -23,7 +23,7 @@ DEPEND="${RDEPEND}
sys-libs/zlib
sys-apps/sed"
-HOMEPAGE="http://www.wxwindows.org"
+HOMEPAGE="http://www.wxwidgets.org"
SRC_URI="mirror://sourceforge/wxwindows/wxWidgets-${PV}.tar.bz2
doc? ( mirror://sourceforge/wxwindows/wxWidgets-${PV}-HTML.tar.gz )"
S=${WORKDIR}/wxWidgets-${PV}