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/qtlockedfile/
Date: Thu, 21 May 2020 18:13:55
Message-Id: 1590084818.b40d01bc45dd13818da7b325915144fc4765a965.asturm@gentoo
1 commit: b40d01bc45dd13818da7b325915144fc4765a965
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 21 17:20:18 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu May 21 18:13:38 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b40d01bc
7
8 dev-qt/qtlockedfile: 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 dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20171024.ebuild | 7 +++----
14 1 file changed, 3 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20171024.ebuild b/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20171024.ebuild
17 index aecc05cf214..0c46b28d924 100644
18 --- a/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20171024.ebuild
19 +++ b/dev-qt/qtlockedfile/qtlockedfile-2.4.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="QFile extension with advisory locking functions"
34 HOMEPAGE="https://code.qt.io/cgit/qt-solutions/qt-solutions.git/"