Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/urxvtconfig/
Date: Thu, 22 Feb 2018 10:51:50
Message-Id: 1519296462.d8ed93cc9dbe58a31689548bca2a8299d512ff36.asturm@gentoo
1 commit: d8ed93cc9dbe58a31689548bca2a8299d512ff36
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 19 20:18:52 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 22 10:47:42 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8ed93cc
7
8 x11-misc/urxvtconfig: Prepare for qtsingleapplication dropping qt5
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 .../urxvtconfig/{urxvtconfig-1.0.ebuild => urxvtconfig-1.0-r1.ebuild} | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/x11-misc/urxvtconfig/urxvtconfig-1.0.ebuild b/x11-misc/urxvtconfig/urxvtconfig-1.0-r1.ebuild
16 similarity index 90%
17 rename from x11-misc/urxvtconfig/urxvtconfig-1.0.ebuild
18 rename to x11-misc/urxvtconfig/urxvtconfig-1.0-r1.ebuild
19 index 2d03fe886dd..52577904a6b 100644
20 --- a/x11-misc/urxvtconfig/urxvtconfig-1.0.ebuild
21 +++ b/x11-misc/urxvtconfig/urxvtconfig-1.0-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 @@ -21,7 +21,7 @@ RDEPEND="
29 dev-qt/qtcore:5
30 dev-qt/qtgui:5
31 dev-qt/qtmultimedia:5
32 - dev-qt/qtsingleapplication[X,qt5(-)]
33 + dev-qt/qtsingleapplication[X,qt5(+)]
34 dev-qt/qtwidgets:5
35 dev-qt/qtxml:5
36 x11-terms/rxvt-unicode[xft]"