diff options
Diffstat (limited to 'x11-misc/fraqtive/fraqtive-0.3.1.ebuild')
-rw-r--r-- | x11-misc/fraqtive/fraqtive-0.3.1.ebuild | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/x11-misc/fraqtive/fraqtive-0.3.1.ebuild b/x11-misc/fraqtive/fraqtive-0.3.1.ebuild index a6f48decc5db..c232fc7b2012 100644 --- a/x11-misc/fraqtive/fraqtive-0.3.1.ebuild +++ b/x11-misc/fraqtive/fraqtive-0.3.1.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-misc/fraqtive/fraqtive-0.3.1.ebuild,v 1.1 2007/01/19 15:22:49 drizzt Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fraqtive/fraqtive-0.3.1.ebuild,v 1.2 2007/01/20 14:54:34 drizzt Exp $ inherit kde @@ -13,4 +13,13 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" +pkg_setup() { + if ! built_with_use =x11-libs/qt-3* opengl; then #162926 + eerror "${PN} requires =x11-libs/qt-3* emerged with USE=opengl" + die "${PN} requires =x11-libs/qt-3* emerged with USE=opengl" + fi + + kde_pkg_setup +} + need-kde 3.2 |