diff options
author | Fabian Groffen <grobian@gentoo.org> | 2023-11-08 09:10:08 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2023-11-08 09:10:43 +0100 |
commit | bd84fadd479a36b17048836af08e6fa69244ee9f (patch) | |
tree | fbdc8992717199fabab68aca4ef4bc1bc37bff92 /sys-apps/man-db | |
parent | dev-python/aiounittest: Keyword 1.4.2 x86, #917023 (diff) | |
download | gentoo-bd84fadd479a36b17048836af08e6fa69244ee9f.tar.gz gentoo-bd84fadd479a36b17048836af08e6fa69244ee9f.tar.bz2 gentoo-bd84fadd479a36b17048836af08e6fa69244ee9f.zip |
sys-apps/man-db: disable cache-owner on Prefix
Closes: https://bugs.gentoo.org/917024
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'sys-apps/man-db')
-rw-r--r-- | sys-apps/man-db/man-db-2.12.0.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/man-db/man-db-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/man-db/man-db-2.12.0.ebuild b/sys-apps/man-db/man-db-2.12.0.ebuild index a18a06fff68c..795e71f73b1f 100644 --- a/sys-apps/man-db/man-db-2.12.0.ebuild +++ b/sys-apps/man-db/man-db-2.12.0.ebuild @@ -109,7 +109,7 @@ src_configure() { --with-systemdtmpfilesdir="${EPREFIX}"/usr/lib/tmpfiles.d --with-systemdsystemunitdir="$(systemd_get_systemunitdir)" --disable-setuid # bug #662438 - --enable-cache-owner=man + $(use_enable !prefix cache-owner man) # bug #917024 --with-sections="${sections}" $(use_enable nls) diff --git a/sys-apps/man-db/man-db-9999.ebuild b/sys-apps/man-db/man-db-9999.ebuild index 3aa96909e35e..2805d67ac3cb 100644 --- a/sys-apps/man-db/man-db-9999.ebuild +++ b/sys-apps/man-db/man-db-9999.ebuild @@ -109,7 +109,7 @@ src_configure() { --with-systemdtmpfilesdir="${EPREFIX}"/usr/lib/tmpfiles.d --with-systemdsystemunitdir="$(systemd_get_systemunitdir)" --disable-setuid # bug #662438 - --enable-cache-owner=man + $(use_enable !prefix cache-owner man) # bug #917024 --with-sections="${sections}" $(use_enable nls) |