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 990BC138334 for ; Sat, 13 Oct 2018 12:11:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 743B1E0920; Sat, 13 Oct 2018 12:11:42 +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 49B46E091C for ; Sat, 13 Oct 2018 12:11:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 8BDC3335CCC for ; Sat, 13 Oct 2018 12:11:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB28743D for ; Sat, 13 Oct 2018 12:11:38 +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: <1539431865.c62903dcd3c2bf243ac6b1531f3ed32eda6bf68c.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: sys-auth/polkit-qt/ X-VCS-Repository: proj/kde X-VCS-Files: sys-auth/polkit-qt/polkit-qt-9999.ebuild X-VCS-Directories: sys-auth/polkit-qt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c62903dcd3c2bf243ac6b1531f3ed32eda6bf68c X-VCS-Branch: master Date: Sat, 13 Oct 2018 12:11:38 +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-Archives-Salt: 8f52ae83-0393-4c81-95b1-c9e142b45bbe X-Archives-Hash: d512449983e457bbbf30e5fd836278fd commit: c62903dcd3c2bf243ac6b1531f3ed32eda6bf68c Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Sep 13 01:08:17 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Oct 13 11:57:45 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c62903dc sys-auth/polkit-qt: EAPI-7 bump Package-Manager: Portage-2.3.49, Repoman-2.3.10 sys-auth/polkit-qt/polkit-qt-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-auth/polkit-qt/polkit-qt-9999.ebuild b/sys-auth/polkit-qt/polkit-qt-9999.ebuild index 07c474cf46..57de96ae26 100644 --- a/sys-auth/polkit-qt/polkit-qt-9999.ebuild +++ b/sys-auth/polkit-qt/polkit-qt-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit cmake-utils git-r3