diff options
author | Caleb Tennis <caleb@gentoo.org> | 2007-12-21 20:05:07 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2007-12-21 20:05:07 +0000 |
commit | d63b8d93a0c5c1e14c1ae9a9bb462a410de1ed4e (patch) | |
tree | c8a919fddd322690d5f839d94a695b4f06e4b725 /x11-libs/qt-opengl | |
parent | Add libpaper-1.1.23.ebuild, fixes bug #200439. (diff) | |
download | historical-d63b8d93a0c5c1e14c1ae9a9bb462a410de1ed4e.tar.gz historical-d63b8d93a0c5c1e14c1ae9a9bb462a410de1ed4e.tar.bz2 historical-d63b8d93a0c5c1e14c1ae9a9bb462a410de1ed4e.zip |
use flag fix
Package-Manager: portage-2.1.3.16
Diffstat (limited to 'x11-libs/qt-opengl')
-rw-r--r-- | x11-libs/qt-opengl/qt-opengl-4.4.0_rc1.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-libs/qt-opengl/qt-opengl-4.4.0_rc1.ebuild b/x11-libs/qt-opengl/qt-opengl-4.4.0_rc1.ebuild index f33716e8e182..e793f224cdc6 100644 --- a/x11-libs/qt-opengl/qt-opengl-4.4.0_rc1.ebuild +++ b/x11-libs/qt-opengl/qt-opengl-4.4.0_rc1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/qt-opengl-4.4.0_rc1.ebuild,v 1.4 2007/12/21 20:01:42 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/qt-opengl-4.4.0_rc1.ebuild,v 1.5 2007/12/21 20:05:07 caleb Exp $ inherit qt4-build @@ -17,8 +17,6 @@ LICENSE="|| ( QPL-1.0 GPL-2 )" SLOT="4" KEYWORDS="~x86" -IUSE="debug" - RDEPEND="~x11-libs/qt-gui-${PV} ( virtual/opengl virtual/glu )" |