summaryrefslogtreecommitdiffstats
path: root/app-doc
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2021-11-17 20:21:50 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2021-11-17 20:21:50 +0100
commitac2514ea1757196324cf950665c516a5e5026dd5 (patch)
tree098187294a307ead962be8d2bdf19272c7aaee7e /app-doc
parentEAPI=7 (diff)
downloadportage-ac2514ea1757196324cf950665c516a5e5026dd5.tar.xz
portage-ac2514ea1757196324cf950665c516a5e5026dd5.zip
Update x86-manpages live ebuildHEADmaster
Diffstat (limited to 'app-doc')
-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/*
}