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 85057138334 for ; Sat, 28 Sep 2019 11:25:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54208E0849; Sat, 28 Sep 2019 11:25:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 33756E0849 for ; Sat, 28 Sep 2019 11:25:51 +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 82F6B34B6A9 for ; Sat, 28 Sep 2019 11:25:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91CE17FF for ; Sat, 28 Sep 2019 11:25:47 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1569669693.ce7204b8b0872087f58c47089c10f4e908fb60c4.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/flashrom/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/flashrom/flashrom-9999.ebuild X-VCS-Directories: sys-apps/flashrom/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: ce7204b8b0872087f58c47089c10f4e908fb60c4 X-VCS-Branch: master Date: Sat, 28 Sep 2019 11:25:47 +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: caa6974f-2ee6-4da0-923a-275d950d0725 X-Archives-Hash: f2003bee9efc65b822f5a6765ba39f57 commit: ce7204b8b0872087f58c47089c10f4e908fb60c4 Author: Eugene Bright bright gdn> AuthorDate: Sat Sep 7 23:24:17 2019 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sat Sep 28 11:21:33 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce7204b8 sys-apps/flashrom-9999: EAPI=7 Signed-off-by: Eugene Bright bright.gdn> Signed-off-by: Joonas Niilola gentoo.org> sys-apps/flashrom/flashrom-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/flashrom/flashrom-9999.ebuild b/sys-apps/flashrom/flashrom-9999.ebuild index defd4d8a531..30b34fa616a 100644 --- a/sys-apps/flashrom/flashrom-9999.ebuild +++ b/sys-apps/flashrom/flashrom-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 inherit toolchain-funcs if [[ ${PV} == "9999" ]] ; then