diff options
author | David Seifert <soap@gentoo.org> | 2016-12-22 18:46:38 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-12-22 20:26:09 +0200 |
commit | 1e3419e26fe4f913804d9f841603fa5907c8d148 (patch) | |
tree | 2756ea408a5d4716ecd650e6bc1bd20c26762940 /dev-util/kscope | |
parent | dev-python/qscintilla-python: Depend on x11-libs/qscintilla[qt4] (diff) | |
download | gentoo-1e3419e26fe4f913804d9f841603fa5907c8d148.tar.gz gentoo-1e3419e26fe4f913804d9f841603fa5907c8d148.tar.bz2 gentoo-1e3419e26fe4f913804d9f841603fa5907c8d148.zip |
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
Diffstat (limited to 'dev-util/kscope')
-rw-r--r-- | dev-util/kscope/kscope-1.9.4-r2.ebuild (renamed from dev-util/kscope/kscope-1.9.4-r1.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/kscope/kscope-1.9.4-r1.ebuild b/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" |