summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Alexander <wired@gentoo.org>2010-09-23 21:31:59 +0000
committerAlex Alexander <wired@gentoo.org>2010-09-23 21:31:59 +0000
commit96654ca178b6bbfe2982770a22cf1e500e2faf3f (patch)
tree5f89d96f7b60002f1db78440410fe45d750a7ed3 /x11-libs/qt-opengl
parentEAPI 3, prefix, other improvements (diff)
downloadgentoo-2-96654ca178b6bbfe2982770a22cf1e500e2faf3f.tar.gz
gentoo-2-96654ca178b6bbfe2982770a22cf1e500e2faf3f.tar.bz2
gentoo-2-96654ca178b6bbfe2982770a22cf1e500e2faf3f.zip
EAPI 3, prefix, other improvements
(Portage version: 2.2_rc85/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/qt-opengl')
-rw-r--r--x11-libs/qt-opengl/ChangeLog5
-rw-r--r--x11-libs/qt-opengl/qt-opengl-4.7.0.ebuild8
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-libs/qt-opengl/ChangeLog b/x11-libs/qt-opengl/ChangeLog
index 11002db9a47a..1d09857c85e1 100644
--- a/x11-libs/qt-opengl/ChangeLog
+++ b/x11-libs/qt-opengl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/qt-opengl
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/ChangeLog,v 1.71 2010/09/21 14:58:11 tampakrap Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/ChangeLog,v 1.72 2010/09/23 21:31:59 wired Exp $
+
+ 23 Sep 2010; Alex Alexander <wired@gentoo.org> qt-opengl-4.7.0.ebuild:
+ EAPI 3, prefix, other improvements
*qt-opengl-4.7.0 (21 Sep 2010)
diff --git a/x11-libs/qt-opengl/qt-opengl-4.7.0.ebuild b/x11-libs/qt-opengl/qt-opengl-4.7.0.ebuild
index 13bc499ff157..19b7cc081140 100644
--- a/x11-libs/qt-opengl/qt-opengl-4.7.0.ebuild
+++ b/x11-libs/qt-opengl/qt-opengl-4.7.0.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2010 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.7.0.ebuild,v 1.1 2010/09/21 14:58:11 tampakrap Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/qt-opengl-4.7.0.ebuild,v 1.2 2010/09/23 21:31:59 wired Exp $
-EAPI="2"
+EAPI="3"
inherit qt4-build
DESCRIPTION="The OpenGL module for the Qt toolkit"
@@ -10,8 +10,8 @@ SLOT="4"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE="egl qt3support"
-DEPEND="~x11-libs/qt-core-${PV}[debug=,qt3support=]
- ~x11-libs/qt-gui-${PV}[debug=,egl=,qt3support=]
+DEPEND="~x11-libs/qt-core-${PV}[aqua=,debug=,qt3support=]
+ ~x11-libs/qt-gui-${PV}[aqua=,debug=,egl=,qt3support=]
virtual/opengl"
RDEPEND="${DEPEND}"