From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0B43A1382C5 for ; Thu, 21 May 2020 18:13:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2DAC8E092E; Thu, 21 May 2020 18:13:54 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 14DFBE092E for ; Thu, 21 May 2020 18:13:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8AB5E34F1B9 for ; Thu, 21 May 2020 18:13:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 17A81257 for ; Thu, 21 May 2020 18:13:51 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1590084818.b40d01bc45dd13818da7b325915144fc4765a965.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlockedfile/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20171024.ebuild X-VCS-Directories: dev-qt/qtlockedfile/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b40d01bc45dd13818da7b325915144fc4765a965 X-VCS-Branch: master Date: Thu, 21 May 2020 18:13:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 44f08f0d-bd9a-4297-ba71-14d31e51fa80 X-Archives-Hash: e9aa3efea7c5262322fd3e16b303a279 commit: b40d01bc45dd13818da7b325915144fc4765a965 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu May 21 17:20:18 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu May 21 18:13:38 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b40d01bc dev-qt/qtlockedfile: EAPI-7 bump Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20171024.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20171024.ebuild b/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20171024.ebuild index aecc05cf214..0c46b28d924 100644 --- a/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20171024.ebuild +++ b/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20171024.ebuild @@ -1,11 +1,10 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 - -inherit qmake-utils +EAPI=7 MY_P=qt-solutions-${PV#*_p} +inherit qmake-utils DESCRIPTION="QFile extension with advisory locking functions" HOMEPAGE="https://code.qt.io/cgit/qt-solutions/qt-solutions.git/"