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 9B2371382C5 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 C529CE0935; Thu, 21 May 2020 18:13:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 AD24CE0935 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 A0A4034F2A9 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 2AFEC258 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: <1590084819.75b27ff096a21fc3abb69b4273a0b6b83fa4abdb.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtsingleapplication/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20171024.ebuild X-VCS-Directories: dev-qt/qtsingleapplication/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 75b27ff096a21fc3abb69b4273a0b6b83fa4abdb 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: 4db338db-c8ff-4120-8b71-f5caada9147a X-Archives-Hash: d74592642cc6ea2a7e03354416a2494f commit: 75b27ff096a21fc3abb69b4273a0b6b83fa4abdb Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu May 21 17:22:24 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu May 21 18:13:39 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75b27ff0 dev-qt/qtsingleapplication: EAPI-7 bump Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> .../qtsingleapplication/qtsingleapplication-2.6.1_p20171024.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20171024.ebuild b/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20171024.ebuild index 91161fc3faa..e5d54f55420 100644 --- a/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20171024.ebuild +++ b/dev-qt/qtsingleapplication/qtsingleapplication-2.6.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="Qt library to start applications only once per user" HOMEPAGE="https://code.qt.io/cgit/qt-solutions/qt-solutions.git/"