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 | f0e728baf751c22ca1358ea766eb873981506681 (patch) | |
tree | 16ba0b85a63a95127da1de7847606af6f440f91e /eclass/qt4-build.eclass | |
parent | fixed qgtkstyle, it actually works now (diff) | |
download | historical-f0e728baf751c22ca1358ea766eb873981506681.tar.gz historical-f0e728baf751c22ca1358ea766eb873981506681.tar.bz2 historical-f0e728baf751c22ca1358ea766eb873981506681.zip |
re-enable some of the USE flags for qgtkstyle
Diffstat (limited to 'eclass/qt4-build.eclass')
-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} |