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/qarma/
Date: Wed, 20 May 2020 17:43:19
Message-Id: 1589996568.7f37f13b22fa31e18552e0b94e521af8407d38ae.asturm@gentoo
1 commit: 7f37f13b22fa31e18552e0b94e521af8407d38ae
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 20 16:02:46 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed May 20 17:42:48 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f37f13b
7
8 x11-misc/qarma: EAPI-7 bump, one line per DEPEND
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 x11-misc/qarma/qarma-1.ebuild | 10 +++++++---
14 1 file changed, 7 insertions(+), 3 deletions(-)
15
16 diff --git a/x11-misc/qarma/qarma-1.ebuild b/x11-misc/qarma/qarma-1.ebuild
17 index e1c4f05d258..941c13cbebc 100644
18 --- a/x11-misc/qarma/qarma-1.ebuild
19 +++ b/x11-misc/qarma/qarma-1.ebuild
20 @@ -1,7 +1,7 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=6
26 +EAPI=7
27
28 inherit qmake-utils
29
30 @@ -14,7 +14,11 @@ SLOT="0"
31 KEYWORDS="~amd64 ~x86"
32 IUSE=""
33
34 -DEPEND="dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5"
35 +DEPEND="
36 + dev-qt/qtcore:5
37 + dev-qt/qtgui:5
38 + dev-qt/qtwidgets:5
39 + dev-qt/qtx11extras:5"
40 RDEPEND="${DEPEND}"
41
42 S="${WORKDIR}/${PN}-t${PV}"