summaryrefslogtreecommitdiffstats
path: root/app-doc/x86-manpages/x86-manpages-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-doc/x86-manpages/x86-manpages-9999.ebuild')
-rw-r--r--app-doc/x86-manpages/x86-manpages-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-doc/x86-manpages/x86-manpages-9999.ebuild b/app-doc/x86-manpages/x86-manpages-9999.ebuild
index e4b2a18..1d30b01 100644
--- a/app-doc/x86-manpages/x86-manpages-9999.ebuild
+++ b/app-doc/x86-manpages/x86-manpages-9999.ebuild
@@ -1,7 +1,7 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit git-r3
@@ -21,5 +21,5 @@ BDEPEND=""
src_compile() { :; }
src_install() {
- doman manpages/*
+ doman man7/*
}