From ac2514ea1757196324cf950665c516a5e5026dd5 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Wed, 17 Nov 2021 20:21:50 +0100 Subject: Update x86-manpages live ebuild --- app-doc/x86-manpages/x86-manpages-9999.ebuild | 4 ++-- 1 file 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/* } -- cgit v1.2.3-59-g8ed1b