Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/kscope/
Date: Thu, 22 Dec 2016 18:27:10
Message-Id: 1482431169.1e3419e26fe4f913804d9f841603fa5907c8d148.soap@gentoo
1 commit: 1e3419e26fe4f913804d9f841603fa5907c8d148
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 22 17:46:38 2016 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 22 18:26:09 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e3419e2
7
8 dev-util/kscope: Depend on x11-libs/qscintilla[qt4]
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 Closes: https://github.com/gentoo/gentoo/pull/3188
12
13 dev-util/kscope/{kscope-1.9.4-r1.ebuild => kscope-1.9.4-r2.ebuild} | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-util/kscope/kscope-1.9.4-r1.ebuild b/dev-util/kscope/kscope-1.9.4-r2.ebuild
17 similarity index 92%
18 rename from dev-util/kscope/kscope-1.9.4-r1.ebuild
19 rename to dev-util/kscope/kscope-1.9.4-r2.ebuild
20 index 2a68bc3..f433daf 100644
21 --- a/dev-util/kscope/kscope-1.9.4-r1.ebuild
22 +++ b/dev-util/kscope/kscope-1.9.4-r2.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2013 Gentoo Foundation
25 +# Copyright 1999-2016 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 # $Id$
28
29 @@ -17,7 +17,7 @@ IUSE=""
30
31 RDEPEND="dev-qt/qtcore:4
32 dev-qt/qtgui:4
33 - x11-libs/qscintilla"
34 + x11-libs/qscintilla:=[qt4(-)]"
35 DEPEND="${RDEPEND}"
36
37 DOCS="ChangeLog"