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 61BD51382C5 for ; Wed, 20 May 2020 22:18:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83DF5E0A8A; Wed, 20 May 2020 22:18:07 +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 6B49FE0A8A for ; Wed, 20 May 2020 22:18:07 +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 EF2D334F2AE for ; Wed, 20 May 2020 22:18:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 711CC24E for ; Wed, 20 May 2020 22:18:04 +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: <1590013071.8aa98e37179063bb6308acdee5aa5eb471b8645b.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/qtadb/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-mobilephone/qtadb/qtadb-0.8.1-r1.ebuild X-VCS-Directories: app-mobilephone/qtadb/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8aa98e37179063bb6308acdee5aa5eb471b8645b X-VCS-Branch: master Date: Wed, 20 May 2020 22:18:04 +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: dc0c26b6-1225-446a-90ef-35be97b22d13 X-Archives-Hash: 565553dd485f305ddc1f999cc08a07a8 commit: 8aa98e37179063bb6308acdee5aa5eb471b8645b Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed May 20 17:48:40 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed May 20 22:17:51 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aa98e37 app-mobilephone/qtadb: EAPI-7 bump Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> app-mobilephone/qtadb/qtadb-0.8.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-mobilephone/qtadb/qtadb-0.8.1-r1.ebuild b/app-mobilephone/qtadb/qtadb-0.8.1-r1.ebuild index 1c1f0633793..ca8a59cdb3b 100644 --- a/app-mobilephone/qtadb/qtadb-0.8.1-r1.ebuild +++ b/app-mobilephone/qtadb/qtadb-0.8.1-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 COMMIT=ccbb0c86c9eb inherit desktop qmake-utils readme.gentoo-r1