Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/juffed/
Date: Thu, 22 Feb 2018 10:51:46
Message-Id: 1519296458.f856f8484a88af842db2cfa4e31df1e64855067f.asturm@gentoo
1 commit: f856f8484a88af842db2cfa4e31df1e64855067f
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 19 20:13:11 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 22 10:47:38 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f856f848
7
8 app-editors/juffed: Prepare for qtsingleapplication dropping qt5
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 .../{juffed-0.10_p20160323.ebuild => juffed-0.10_p20160323-r1.ebuild} | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-editors/juffed/juffed-0.10_p20160323.ebuild b/app-editors/juffed/juffed-0.10_p20160323-r1.ebuild
16 similarity index 94%
17 rename from app-editors/juffed/juffed-0.10_p20160323.ebuild
18 rename to app-editors/juffed/juffed-0.10_p20160323-r1.ebuild
19 index 15de97ca1b1..e8118beedc9 100644
20 --- a/app-editors/juffed/juffed-0.10_p20160323.ebuild
21 +++ b/app-editors/juffed/juffed-0.10_p20160323-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -20,7 +20,7 @@ RDEPEND="
29 dev-qt/qtcore:5
30 dev-qt/qtgui:5
31 dev-qt/qtprintsupport:5
32 - dev-qt/qtsingleapplication[qt5,X]
33 + dev-qt/qtsingleapplication[qt5(+),X]
34 dev-qt/qtwidgets:5
35 dev-qt/qtxml:5
36 >=x11-libs/qscintilla-2.9.4:=[qt5(+)]