diff options
author | Sam James <sam@gentoo.org> | 2022-04-18 19:05:35 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-18 19:05:35 +0100 |
commit | 07ecb13325456eff0088c970ae156b1403bf9552 (patch) | |
tree | edc8ffae246228147f2b98eb6905f2940fc2dcde /sys-apps/man2html | |
parent | net-misc/fakeidentd: update EAPI 6 -> 8 (diff) | |
download | gentoo-07ecb13325456eff0088c970ae156b1403bf9552.tar.gz gentoo-07ecb13325456eff0088c970ae156b1403bf9552.tar.bz2 gentoo-07ecb13325456eff0088c970ae156b1403bf9552.zip |
sys-apps/man2html: use edo.eclass
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/man2html')
-rw-r--r-- | sys-apps/man2html/man2html-1.6g.ebuild | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/sys-apps/man2html/man2html-1.6g.ebuild b/sys-apps/man2html/man2html-1.6g.ebuild index b35afa12de16..20fc85be6073 100644 --- a/sys-apps/man2html/man2html-1.6g.ebuild +++ b/sys-apps/man2html/man2html-1.6g.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit toolchain-funcs +inherit edo toolchain-funcs MY_P="man-${PV}" @@ -25,21 +25,14 @@ PATCHES=( ) src_configure() { - echoit() { - echo "$@" - "$@" - } - tc-export CC BUILD_CC # Just a stub to disable configure check. man2html doesn't use it. export COMPRESS=true - echoit \ - ./configure \ + edo ./configure \ -confdir=/etc \ +sgid +fhs \ - +lang none \ - || die "configure failed" + +lang none } src_compile() { |