diff options
author | 2007-07-31 13:42:23 +0000 | |
---|---|---|
committer | 2007-07-31 13:42:23 +0000 | |
commit | 2ccb3cabbbe5f3bbda9066bcc301cbc3a75ef3d0 (patch) | |
tree | 151aae54f4d9075d1c4a8e79d2aac87eab208bd7 /eclass/qt3.eclass | |
parent | Adding eqmake from bug #120116 (diff) | |
download | historical-2ccb3cabbbe5f3bbda9066bcc301cbc3a75ef3d0.tar.gz historical-2ccb3cabbbe5f3bbda9066bcc301cbc3a75ef3d0.tar.bz2 historical-2ccb3cabbbe5f3bbda9066bcc301cbc3a75ef3d0.zip |
Add debug use
Diffstat (limited to 'eclass/qt3.eclass')
-rw-r--r-- | eclass/qt3.eclass | 4 |
1 files changed, 3 insertions, 1 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" |