summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2021-02-05 15:10:45 +0100
committerFabian Groffen <grobian@gentoo.org>2021-02-05 15:18:59 +0100
commit9c5730a6ef023cc469e918994f69a2b552cf21bd (patch)
treee784e1dafb49644a216928b58552f6d23b95bcfe /sys-apps
parentapp-crypt/jetring: 0.30 (diff)
downloadgentoo-9c5730a6ef023cc469e918994f69a2b552cf21bd.tar.gz
gentoo-9c5730a6ef023cc469e918994f69a2b552cf21bd.tar.bz2
gentoo-9c5730a6ef023cc469e918994f69a2b552cf21bd.zip
sys-apps/man-db-9999: add missing prefix inherit
Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/man-db/man-db-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/man-db/man-db-9999.ebuild b/sys-apps/man-db/man-db-9999.ebuild
index fd450d16d1ac..f5b961755735 100644
--- a/sys-apps/man-db/man-db-9999.ebuild
+++ b/sys-apps/man-db/man-db-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit systemd
+inherit systemd prefix
DESCRIPTION="a man replacement that utilizes berkdb instead of flat files"
HOMEPAGE="http://www.nongnu.org/man-db/"