diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2008-05-20 18:54:17 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2008-05-20 18:54:17 +0000 |
commit | 8dbf511b77f365741d860ce547fc17db1cf28cb4 (patch) | |
tree | 6edea0ff0f06b0bbdb41e3d5a2eb484674435dbb /x11-libs/qwtplot3d | |
parent | sparc/x86 stable wrt #222875 (diff) | |
download | gentoo-2-8dbf511b77f365741d860ce547fc17db1cf28cb4.tar.gz gentoo-2-8dbf511b77f365741d860ce547fc17db1cf28cb4.tar.bz2 gentoo-2-8dbf511b77f365741d860ce547fc17db1cf28cb4.zip |
Added qt-4.4 support (bug #217189)
(Portage version: 2.1.5)
Diffstat (limited to 'x11-libs/qwtplot3d')
-rw-r--r-- | x11-libs/qwtplot3d/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/qwtplot3d/qwtplot3d-0.2.7.ebuild | 8 |
2 files changed, 11 insertions, 5 deletions
diff --git a/x11-libs/qwtplot3d/ChangeLog b/x11-libs/qwtplot3d/ChangeLog index 6eed7222ba97..2313805a8143 100644 --- a/x11-libs/qwtplot3d/ChangeLog +++ b/x11-libs/qwtplot3d/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/qwtplot3d -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qwtplot3d/ChangeLog,v 1.11 2007/11/28 23:13:49 bicatali Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qwtplot3d/ChangeLog,v 1.12 2008/05/20 18:54:17 bicatali Exp $ + + 20 May 2008; Sébastien Fabbro <bicatali@gentoo.org> + qwtplot3d-0.2.7.ebuild: + Added qt-4.4 support (bug #217189) *qwtplot3d-0.2.7 (28 Nov 2007) diff --git a/x11-libs/qwtplot3d/qwtplot3d-0.2.7.ebuild b/x11-libs/qwtplot3d/qwtplot3d-0.2.7.ebuild index 33163276526e..d26d4b050203 100644 --- a/x11-libs/qwtplot3d/qwtplot3d-0.2.7.ebuild +++ b/x11-libs/qwtplot3d/qwtplot3d-0.2.7.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qwtplot3d/qwtplot3d-0.2.7.ebuild,v 1.2 2007/12/03 10:15:39 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qwtplot3d/qwtplot3d-0.2.7.ebuild,v 1.3 2008/05/20 18:54:17 bicatali Exp $ +EAPI=1 inherit multilib qt4 DESCRIPTION="Qt4/OpenGL-based 3D widget library for C++" @@ -13,7 +14,8 @@ SLOT="0" IUSE="doc examples" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -RDEPEND="$(qt4_min_version 4)" +RDEPEND="|| ( >=x11-libs/qt-4:4 + ( x11-libs/qt-gui:4 x11-libs/qt-opengl:4 ) )" DEPEND="${RDEPEND} doc? ( app-doc/doxygen )" |