diff options
author | Alex Alexander <wired@gentoo.org> | 2010-11-13 20:50:57 +0000 |
---|---|---|
committer | Alex Alexander <wired@gentoo.org> | 2010-11-13 20:50:57 +0000 |
commit | 865dc4ddea924bfa9035a1526b85cf12e7dc3cdf (patch) | |
tree | 36d4368d89fdbceeffbf84389040d0dd2e5db217 | |
parent | fixed qgtkstyle, it actually works now (diff) | |
download | gentoo-2-865dc4ddea924bfa9035a1526b85cf12e7dc3cdf.tar.gz gentoo-2-865dc4ddea924bfa9035a1526b85cf12e7dc3cdf.tar.bz2 gentoo-2-865dc4ddea924bfa9035a1526b85cf12e7dc3cdf.zip |
re-enable some of the USE flags for qgtkstyle
-rw-r--r-- | eclass/qt4-build.eclass | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/eclass/qt4-build.eclass b/eclass/qt4-build.eclass index 0c1f7c2b1830..3f4165da3067 100644 --- a/eclass/qt4-build.eclass +++ b/eclass/qt4-build.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.86 2010/11/13 20:30:26 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.87 2010/11/13 20:50:57 wired Exp $ # @ECLASS: qt4-build.eclass # @MAINTAINER: @@ -28,9 +28,7 @@ HOMEPAGE="http://qt.nokia.com/" SRC_URI="http://get.qt.nokia.com/qt/source/${MY_P}.tar.gz" LICENSE="|| ( LGPL-2.1 GPL-3 )" -IUSE+=" debug" -[[ ${CATEGORY}/${PN} != x11-themes/qgtkstyle ]] && - IUSE+=" pch aqua" +IUSE+=" debug pch aqua" RDEPEND=" !<x11-libs/qt-assistant-${PV} |