summaryrefslogtreecommitdiff
path: root/app-text/manpager/manpager-1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/manpager/manpager-1.ebuild')
-rw-r--r--app-text/manpager/manpager-1.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/app-text/manpager/manpager-1.ebuild b/app-text/manpager/manpager-1.ebuild
index 947ef1d31bec..8d814266873f 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
}