Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 757564
Collapse All | Expand All

(-)a/app-text/manpager/manpager-1.ebuild (-6 / +3 lines)
Lines 1-7 Link Here
1
# Copyright 1999-2020 Gentoo Authors
1
# Copyright 1999-2021 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
EAPI="5"
4
EAPI=7
5
5
6
inherit toolchain-funcs
6
inherit toolchain-funcs
7
7
Lines 11-17 HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" Link Here
11
LICENSE="GPL-2"
11
LICENSE="GPL-2"
12
SLOT="0"
12
SLOT="0"
13
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux"
13
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux"
14
IUSE=""
15
14
16
S=${WORKDIR}
15
S=${WORKDIR}
17
16
Lines 26-31 src_compile() { Link Here
26
25
27
src_install() {
26
src_install() {
28
	dobin ${PN}
27
	dobin ${PN}
29
	insinto /etc/env.d
28
	echo "MANPAGER=manpager" | newenvd - 00manpager
30
	echo "MANPAGER=manpager" | newins - 00manpager
31
}
29
}
32
- 

Return to bug 757564