diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2020-08-27 22:35:50 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2020-08-27 22:36:12 -0500 |
commit | cc76549e3c88bd5844422f0696411838e9d9d229 (patch) | |
tree | 02949849649cef4c938b43c581ff93457c440bc0 /app-arch | |
parent | sys-kernel/gentoo-kernel-bin: bump 5.8.5 for arm64 (diff) | |
download | gentoo-cc76549e3c88bd5844422f0696411838e9d9d229.tar.gz gentoo-cc76549e3c88bd5844422f0696411838e9d9d229.tar.bz2 gentoo-cc76549e3c88bd5844422f0696411838e9d9d229.zip |
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 <prometheanfire@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/p7zip/p7zip-16.02-r6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-arch/p7zip/p7zip-16.02-r6.ebuild b/app-arch/p7zip/p7zip-16.02-r6.ebuild index 94a2fca9fe53..3717156c8ded 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" |