Gentoo Archives: gentoo-commits

From: Michael Haubenwallner <haubi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/man-db/
Date: Mon, 07 Jan 2019 16:16:28
Message-Id: 1546877227.405fa921d1a77c25edf63287231f414e22aa7762.haubi@gentoo
1 commit: 405fa921d1a77c25edf63287231f414e22aa7762
2 Author: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 7 14:38:10 2019 +0000
4 Commit: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 7 16:07:07 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=405fa921
7
8 sys-apps/man-db: stick systemd unit files inside EPREFIX
9
10 Closes: https://bugs.gentoo.org/674780
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12 Signed-off-by: Michael Haubenwallner <haubi <AT> gentoo.org>
13
14 sys-apps/man-db/man-db-2.8.5.ebuild | 3 ++-
15 sys-apps/man-db/man-db-9999.ebuild | 3 ++-
16 2 files changed, 4 insertions(+), 2 deletions(-)
17
18 diff --git a/sys-apps/man-db/man-db-2.8.5.ebuild b/sys-apps/man-db/man-db-2.8.5.ebuild
19 index c6db5d3398e..fc34d010327 100644
20 --- a/sys-apps/man-db/man-db-2.8.5.ebuild
21 +++ b/sys-apps/man-db/man-db-2.8.5.ebuild
22 @@ -3,7 +3,7 @@
23
24 EAPI=6
25
26 -inherit user eapi7-ver
27 +inherit user eapi7-ver systemd
28
29 DESCRIPTION="a man replacement that utilizes berkdb instead of flat files"
30 HOMEPAGE="http://www.nongnu.org/man-db/"
31 @@ -58,6 +58,7 @@ src_configure() {
32 export ac_cv_lib_z_gzopen=$(usex zlib)
33 local myeconfargs=(
34 --with-systemdtmpfilesdir="${EPREFIX}"/usr/lib/tmpfiles.d
35 + --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
36 --disable-setuid #662438
37 --enable-cache-owner=man
38 --with-sections="1 1p 8 2 3 3p 4 5 6 7 9 0p tcl n l p o 1x 2x 3x 4x 5x 6x 7x 8x"
39
40 diff --git a/sys-apps/man-db/man-db-9999.ebuild b/sys-apps/man-db/man-db-9999.ebuild
41 index c6db5d3398e..fc34d010327 100644
42 --- a/sys-apps/man-db/man-db-9999.ebuild
43 +++ b/sys-apps/man-db/man-db-9999.ebuild
44 @@ -3,7 +3,7 @@
45
46 EAPI=6
47
48 -inherit user eapi7-ver
49 +inherit user eapi7-ver systemd
50
51 DESCRIPTION="a man replacement that utilizes berkdb instead of flat files"
52 HOMEPAGE="http://www.nongnu.org/man-db/"
53 @@ -58,6 +58,7 @@ src_configure() {
54 export ac_cv_lib_z_gzopen=$(usex zlib)
55 local myeconfargs=(
56 --with-systemdtmpfilesdir="${EPREFIX}"/usr/lib/tmpfiles.d
57 + --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
58 --disable-setuid #662438
59 --enable-cache-owner=man
60 --with-sections="1 1p 8 2 3 3p 4 5 6 7 9 0p tcl n l p o 1x 2x 3x 4x 5x 6x 7x 8x"