Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/p7zip/
Date: Fri, 28 Aug 2020 03:36:22
Message-Id: 1598585772.cc76549e3c88bd5844422f0696411838e9d9d229.prometheanfire@gentoo
1 commit: cc76549e3c88bd5844422f0696411838e9d9d229
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 28 03:35:50 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 28 03:36:12 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc76549e
7
8 app-arch/p7zip: downgrage to eapi6 for need-wxwidget support
9
10 Closes: https://bugs.gentoo.org/739334
11 Package-Manager: Portage-3.0.4, Repoman-2.3.23
12 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
13
14 app-arch/p7zip/p7zip-16.02-r6.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/app-arch/p7zip/p7zip-16.02-r6.ebuild b/app-arch/p7zip/p7zip-16.02-r6.ebuild
18 index 94a2fca9fe5..3717156c8de 100644
19 --- a/app-arch/p7zip/p7zip-16.02-r6.ebuild
20 +++ b/app-arch/p7zip/p7zip-16.02-r6.ebuild
21 @@ -1,7 +1,7 @@
22 # Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=7
26 +EAPI=6
27
28 WX_GTK_VER="3.0"