summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Kapusta <ayoy@gentoo.org>2009-10-06 17:59:44 +0000
committerDominik Kapusta <ayoy@gentoo.org>2009-10-06 17:59:44 +0000
commit1f9debe020e74d9053849d75591704d2e7e2ef7e (patch)
tree2d3439bd3a6e7a04fb3c00379d7dc0a221ab6487 /x11-libs
parentVersion bump KDE 4.3.2 (diff)
downloadgentoo-2-1f9debe020e74d9053849d75591704d2e7e2ef7e.tar.gz
gentoo-2-1f9debe020e74d9053849d75591704d2e7e2ef7e.tar.bz2
gentoo-2-1f9debe020e74d9053849d75591704d2e7e2ef7e.zip
Removed alternative dependency on Qt metapackage
(Portage version: 2.2_rc43/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/qwtplot3d/ChangeLog5
-rw-r--r--x11-libs/qwtplot3d/qwtplot3d-0.2.7-r1.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/x11-libs/qwtplot3d/ChangeLog b/x11-libs/qwtplot3d/ChangeLog
index 8cfaa81c2a55..55e9186b1569 100644
--- a/x11-libs/qwtplot3d/ChangeLog
+++ b/x11-libs/qwtplot3d/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/qwtplot3d
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qwtplot3d/ChangeLog,v 1.17 2009/07/25 22:20:56 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qwtplot3d/ChangeLog,v 1.18 2009/10/06 17:59:44 ayoy Exp $
+
+ 06 Oct 2009; Dominik Kapusta <ayoy@gentoo.org> qwtplot3d-0.2.7-r1.ebuild:
+ Removed alternative dependency on Qt metapackage
25 Jul 2009; Mark Loeser <halcy0n@gentoo.org>
+files/qwtplot3d-gcc44.patch, qwtplot3d-0.2.7-r1.ebuild:
diff --git a/x11-libs/qwtplot3d/qwtplot3d-0.2.7-r1.ebuild b/x11-libs/qwtplot3d/qwtplot3d-0.2.7-r1.ebuild
index 7df585a399ad..b8809ec963f2 100644
--- a/x11-libs/qwtplot3d/qwtplot3d-0.2.7-r1.ebuild
+++ b/x11-libs/qwtplot3d/qwtplot3d-0.2.7-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 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-r1.ebuild,v 1.2 2009/07/25 22:20:56 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qwtplot3d/qwtplot3d-0.2.7-r1.ebuild,v 1.3 2009/10/06 17:59:44 ayoy Exp $
EAPI=2
inherit eutils qt4
@@ -14,8 +14,8 @@ SLOT="0"
IUSE="doc examples"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-RDEPEND="|| ( ( x11-libs/qt-gui:4 x11-libs/qt-opengl:4 )
- <x11-libs/qt-4.4:4[opengl] )
+RDEPEND="x11-libs/qt-gui:4
+ x11-libs/qt-opengl:4
x11-libs/gl2ps"
DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )"