From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [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 0F8E9138334 for ; Sat, 26 Jan 2019 20:29:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7A8DE0AA5; Sat, 26 Jan 2019 20:29:09 +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 A2B27E0A9C for ; Sat, 26 Jan 2019 20:29:09 +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 9659D335D52 for ; Sat, 26 Jan 2019 20:29:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B8F89527 for ; Sat, 26 Jan 2019 20:29:05 +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: <1548534522.2f3a62cdbc71b467531586b3f568e4cdad597b39.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: sci-electronics/cirkuit/ X-VCS-Repository: proj/kde X-VCS-Files: sci-electronics/cirkuit/cirkuit-9999.ebuild X-VCS-Directories: sci-electronics/cirkuit/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2f3a62cdbc71b467531586b3f568e4cdad597b39 X-VCS-Branch: master Date: Sat, 26 Jan 2019 20:29:05 +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: e0ae4725-971a-4961-8e5d-451e9d9f1625 X-Archives-Hash: 00678bd17bd385fddd05fe812ca95d9b commit: 2f3a62cdbc71b467531586b3f568e4cdad597b39 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jan 19 16:32:31 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jan 26 20:28:42 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2f3a62cd sci-electronics/cirkuit: EAPI-7 bump Package-Manager: Portage-2.3.56, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> sci-electronics/cirkuit/cirkuit-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-electronics/cirkuit/cirkuit-9999.ebuild b/sci-electronics/cirkuit/cirkuit-9999.ebuild index bb0f1dd110..b7d69a14d9 100644 --- a/sci-electronics/cirkuit/cirkuit-9999.ebuild +++ b/sci-electronics/cirkuit/cirkuit-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 EGIT_BRANCH="frameworks" KDE_HANDBOOK="forceoptional"