summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2023-11-08 09:10:08 +0100
committerFabian Groffen <grobian@gentoo.org>2023-11-08 09:10:43 +0100
commitbd84fadd479a36b17048836af08e6fa69244ee9f (patch)
treefbdc8992717199fabab68aca4ef4bc1bc37bff92 /sys-apps/man-db
parentdev-python/aiounittest: Keyword 1.4.2 x86, #917023 (diff)
downloadgentoo-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.ebuild2
-rw-r--r--sys-apps/man-db/man-db-9999.ebuild2
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)