summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Redaelli <drizzt@gentoo.org>2007-01-20 14:54:34 +0000
committerTimothy Redaelli <drizzt@gentoo.org>2007-01-20 14:54:34 +0000
commitcf9a985563be14d498de38fa010b9aa9240c9aec (patch)
treed607858e166e654ec6bbfef26cf275a28b5b22bf /x11-misc/fraqtive
parentChanged libapreq dep to new location, bug 162120 (diff)
downloadgentoo-2-cf9a985563be14d498de38fa010b9aa9240c9aec.tar.gz
gentoo-2-cf9a985563be14d498de38fa010b9aa9240c9aec.tar.bz2
gentoo-2-cf9a985563be14d498de38fa010b9aa9240c9aec.zip
It needs =x11-libs/qt-3* with USE opengl, thanks to Pablo Trabajos wrt bug #162926
(Portage version: 2.1.2)
Diffstat (limited to 'x11-misc/fraqtive')
-rw-r--r--x11-misc/fraqtive/ChangeLog6
-rw-r--r--x11-misc/fraqtive/fraqtive-0.3.1.ebuild11
2 files changed, 15 insertions, 2 deletions
diff --git a/x11-misc/fraqtive/ChangeLog b/x11-misc/fraqtive/ChangeLog
index 6af52044af98..818f082560da 100644
--- a/x11-misc/fraqtive/ChangeLog
+++ b/x11-misc/fraqtive/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/fraqtive
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/fraqtive/ChangeLog,v 1.1 2007/01/19 15:22:49 drizzt Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/fraqtive/ChangeLog,v 1.2 2007/01/20 14:54:34 drizzt Exp $
+
+ 20 Jan 2007; Timothy Redaelli <drizzt@gentoo.org> fraqtive-0.3.1.ebuild:
+ It needs =x11-libs/qt-3* with USE opengl, thanks to Pablo Trabajos wrt bug
+ #162926
*fraqtive-0.3.1 (19 Jan 2007)
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