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 7E832138359 for ; Fri, 28 Aug 2020 03:36:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61C15E09EA; Fri, 28 Aug 2020 03:36:21 +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 F0F49E09EA for ; Fri, 28 Aug 2020 03:36:20 +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 69B08335D72 for ; Fri, 28 Aug 2020 03:36:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D81202EE for ; Fri, 28 Aug 2020 03:36:17 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1598585772.cc76549e3c88bd5844422f0696411838e9d9d229.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/p7zip/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/p7zip/p7zip-16.02-r6.ebuild X-VCS-Directories: app-arch/p7zip/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: cc76549e3c88bd5844422f0696411838e9d9d229 X-VCS-Branch: master Date: Fri, 28 Aug 2020 03:36:17 +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: 767a9a7b-ce7f-403a-b4b2-679faa3b5e32 X-Archives-Hash: ce4c3bdc9b6d5fc4cfbf48a0c7fb4d23 commit: cc76549e3c88bd5844422f0696411838e9d9d229 Author: Matthew Thode gentoo org> AuthorDate: Fri Aug 28 03:35:50 2020 +0000 Commit: Matthew Thode gentoo org> CommitDate: Fri Aug 28 03:36:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc76549e app-arch/p7zip: downgrage to eapi6 for need-wxwidget support Closes: https://bugs.gentoo.org/739334 Package-Manager: Portage-3.0.4, Repoman-2.3.23 Signed-off-by: Matthew Thode gentoo.org> app-arch/p7zip/p7zip-16.02-r6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/p7zip/p7zip-16.02-r6.ebuild b/app-arch/p7zip/p7zip-16.02-r6.ebuild index 94a2fca9fe5..3717156c8de 100644 --- a/app-arch/p7zip/p7zip-16.02-r6.ebuild +++ b/app-arch/p7zip/p7zip-16.02-r6.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=6 WX_GTK_VER="3.0"