Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtsingleapplication/
Date: Thu, 21 May 2020 18:13:55
Message-Id: 1590084819.75b27ff096a21fc3abb69b4273a0b6b83fa4abdb.asturm@gentoo
1 commit: 75b27ff096a21fc3abb69b4273a0b6b83fa4abdb
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 21 17:22:24 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu May 21 18:13:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75b27ff0
7
8 dev-qt/qtsingleapplication: EAPI-7 bump
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 .../qtsingleapplication/qtsingleapplication-2.6.1_p20171024.ebuild | 7 +++----
14 1 file changed, 3 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20171024.ebuild b/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20171024.ebuild
17 index 91161fc3faa..e5d54f55420 100644
18 --- a/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20171024.ebuild
19 +++ b/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20171024.ebuild
20 @@ -1,11 +1,10 @@
21 -# Copyright 1999-2018 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 -
27 -inherit qmake-utils
28 +EAPI=7
29
30 MY_P=qt-solutions-${PV#*_p}
31 +inherit qmake-utils
32
33 DESCRIPTION="Qt library to start applications only once per user"
34 HOMEPAGE="https://code.qt.io/cgit/qt-solutions/qt-solutions.git/"