diff options
author | Caleb Tennis <caleb@gentoo.org> | 2007-07-31 13:42:23 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2007-07-31 13:42:23 +0000 |
commit | 1c01b6670c569d09ed53a447f573a13e6c0d623b (patch) | |
tree | 149228c30e2e520206ba19275a15a98f9314c58d /eclass | |
parent | Adding eqmake from bug #120116 (diff) | |
download | gentoo-2-1c01b6670c569d09ed53a447f573a13e6c0d623b.tar.gz gentoo-2-1c01b6670c569d09ed53a447f573a13e6c0d623b.tar.bz2 gentoo-2-1c01b6670c569d09ed53a447f573a13e6c0d623b.zip |
Add debug use
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/qt3.eclass | 4 | ||||
-rw-r--r-- | eclass/qt4.eclass | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/eclass/qt3.eclass b/eclass/qt3.eclass index 17717867d7e7..15f6efb206fc 100644 --- a/eclass/qt3.eclass +++ b/eclass/qt3.eclass @@ -1,6 +1,6 @@ # Copyright 2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/qt3.eclass,v 1.27 2007/07/31 13:41:14 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qt3.eclass,v 1.28 2007/07/31 13:42:23 caleb Exp $ # # Author Caleb Tennis <caleb@gentoo.org> # @@ -16,6 +16,8 @@ inherit toolchain-funcs versionator +IUSE="${IUSE} debug" + QTPKG="x11-libs/qt-" QT3MAJORVERSIONS="3.3 3.2 3.1 3.0" QT3VERSIONS="3.3.8-r2 3.3.8-r1 3.3.8 3.3.6-r5 3.3.6-r4 3.3.6-r3 3.3.6-r2 3.3.6-r1 3.3.6 3.3.5-r1 3.3.5 3.3.4-r9 3.3.4-r8 3.3.4-r7 3.3.4-r6 3.3.4-r5 3.3.4-r4 3.3.4-r3 3.3.4-r2 3.3.4-r1 3.3.4 3.3.3-r3 3.3.3-r2 3.3.3-r1 3.3.3 3.3.2 3.3.1-r2 3.3.1-r1 3.3.1 3.3.0-r1 3.3.0 3.2.3-r1 3.2.3 3.2.2-r1 3.2.2 3.2.1-r2 3.2.1-r1 3.2.1 3.2.0 3.1.2-r4 3.1.2-r3 3.1.2-r2 3.1.2-r1 3.1.2 3.1.1-r2 3.1.1-r1 3.1.1 3.1.0-r3 3.1.0-r2 3.1.0-r1 3.1.0" diff --git a/eclass/qt4.eclass b/eclass/qt4.eclass index d56bee8435e3..9f1979342f7d 100644 --- a/eclass/qt4.eclass +++ b/eclass/qt4.eclass @@ -1,6 +1,6 @@ # Copyright 2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/qt4.eclass,v 1.20 2007/07/31 13:39:50 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4.eclass,v 1.21 2007/07/31 13:42:23 caleb Exp $ # # Author Caleb Tennis <caleb@gentoo.org> # @@ -15,6 +15,8 @@ inherit eutils multilib toolchain-funcs versionator +IUSE="${IUSE} debug" + QTPKG="x11-libs/qt-" QT4MAJORVERSIONS="4.3 4.2 4.1 4.0" QT4VERSIONS="4.3.0 4.3.0_rc1 4.3.0_beta1 4.2.3-r1 4.2.3 4.2.2 4.2.1 4.2.0-r2 4.2.0-r1 4.2.0 4.1.4-r2 4.1.4-r1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.0.1 4.0.0" |