From: David Seifert Date: Thu, 22 Dec 2016 17:46:38 +0000 (+0100) Subject: dev-util/kscope: Depend on x11-libs/qscintilla[qt4] X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=1e3419e26fe4f913804d9f841603fa5907c8d148;p=gentoo.git dev-util/kscope: Depend on x11-libs/qscintilla[qt4] Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3188 --- diff --git a/dev-util/kscope/kscope-1.9.4-r1.ebuild b/dev-util/kscope/kscope-1.9.4-r2.ebuild similarity index 92% rename from dev-util/kscope/kscope-1.9.4-r1.ebuild rename to dev-util/kscope/kscope-1.9.4-r2.ebuild index 2a68bc3ca96c..f433dafdf7ce 100644 --- a/dev-util/kscope/kscope-1.9.4-r1.ebuild +++ b/dev-util/kscope/kscope-1.9.4-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -17,7 +17,7 @@ IUSE="" RDEPEND="dev-qt/qtcore:4 dev-qt/qtgui:4 - x11-libs/qscintilla" + x11-libs/qscintilla:=[qt4(-)]" DEPEND="${RDEPEND}" DOCS="ChangeLog"