From 0b00db069b476a4f2cc5d93e481be919424d6704 Mon Sep 17 00:00:00 2001 From: David Michael Date: Fri, 22 Jan 2021 13:22:58 -0500 Subject: [PATCH] app-text/manpager: EAPI 7 Closes: https://bugs.gentoo.org/757564 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: David Michael --- app-text/manpager/manpager-1.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/app-text/manpager/manpager-1.ebuild b/app-text/manpager/manpager-1.ebuild index 947ef1d31be..8d814266873 100644 --- a/app-text/manpager/manpager-1.ebuild +++ b/app-text/manpager/manpager-1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="5" +EAPI=7 inherit toolchain-funcs @@ -11,7 +11,6 @@ HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux" -IUSE="" S=${WORKDIR} @@ -26,6 +25,5 @@ src_compile() { src_install() { dobin ${PN} - insinto /etc/env.d - echo "MANPAGER=manpager" | newins - 00manpager + echo "MANPAGER=manpager" | newenvd - 00manpager } -- 2.26.2