diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2013-03-21 14:20:26 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2013-03-21 14:20:26 +0100 |
commit | 6a9f6b4f52d0620db5eb9741ad3b50e4f77e3f4c (patch) | |
tree | db9f10e5453122a4b8f1aa149e17d667c8fdc490 /x11-libs/qscintilla/qscintilla-2.3.2.ebuild | |
parent | [kde-base/kdialog] Change dep to virtual/eject so it doesn't conflict with ne... (diff) | |
download | kde-sunset-6a9f6b4f52d0620db5eb9741ad3b50e4f77e3f4c.tar.gz kde-sunset-6a9f6b4f52d0620db5eb9741ad3b50e4f77e3f4c.tar.bz2 kde-sunset-6a9f6b4f52d0620db5eb9741ad3b50e4f77e3f4c.zip |
Fixed dependencies on qt packages.
Diffstat (limited to 'x11-libs/qscintilla/qscintilla-2.3.2.ebuild')
-rw-r--r-- | x11-libs/qscintilla/qscintilla-2.3.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-libs/qscintilla/qscintilla-2.3.2.ebuild b/x11-libs/qscintilla/qscintilla-2.3.2.ebuild index 91e396c6..5d3203b0 100644 --- a/x11-libs/qscintilla/qscintilla-2.3.2.ebuild +++ b/x11-libs/qscintilla/qscintilla-2.3.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.3.2.ebuild,v 1.9 2009/06/01 22:28:49 yngwin Exp $ @@ -17,8 +17,8 @@ LICENSE="GPL-2" KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="qt4 +python doc examples debug" -RDEPEND="qt4? ( x11-libs/qt-gui:4 ) - !qt4? ( x11-libs/qt-meta:3 )" +RDEPEND="qt4? ( dev-qt/qtgui:4 ) + !qt4? ( dev-qt/qt-meta:3 )" DEPEND="${RDEPEND}" # dev-python/PyQt needs qscintilla to build and qscintilla's python bindings # need dev-python/PyQt, bug 199543 |