Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/man-db/
Date: Fri, 05 Feb 2021 14:19:05
Message-Id: 1612534739.9c5730a6ef023cc469e918994f69a2b552cf21bd.grobian@gentoo
1 commit: 9c5730a6ef023cc469e918994f69a2b552cf21bd
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 5 14:10:45 2021 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 5 14:18:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c5730a6
7
8 sys-apps/man-db-9999: add missing prefix inherit
9
10 Package-Manager: Portage-3.0.13, Repoman-3.0.2
11 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
12
13 sys-apps/man-db/man-db-9999.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-apps/man-db/man-db-9999.ebuild b/sys-apps/man-db/man-db-9999.ebuild
17 index fd450d16d1a..f5b96175573 100644
18 --- a/sys-apps/man-db/man-db-9999.ebuild
19 +++ b/sys-apps/man-db/man-db-9999.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -inherit systemd
25 +inherit systemd prefix
26
27 DESCRIPTION="a man replacement that utilizes berkdb instead of flat files"
28 HOMEPAGE="http://www.nongnu.org/man-db/"