diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2016-12-12 22:06:11 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2016-12-12 22:06:11 +0100 |
commit | 68b8a336579eb0b5c93b2305ec66af2dd37c7ac0 (patch) | |
tree | 0a2ca484aade1553cbdbb13bfcb8027c3348fbe0 /sys-apps | |
parent | sys-apps/man-db: Adjust cache dir permissions as preferred by upstream. (diff) | |
download | gentoo-68b8a336579eb0b5c93b2305ec66af2dd37c7ac0.tar.gz gentoo-68b8a336579eb0b5c93b2305ec66af2dd37c7ac0.tar.bz2 gentoo-68b8a336579eb0b5c93b2305ec66af2dd37c7ac0.zip |
sys-apps/man-db: Another permissions tweak.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/man-db/man-db-2.7.6.1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-apps/man-db/man-db-2.7.6.1.ebuild b/sys-apps/man-db/man-db-2.7.6.1.ebuild index 8af552f98350..52508c0542c4 100644 --- a/sys-apps/man-db/man-db-2.7.6.1.ebuild +++ b/sys-apps/man-db/man-db-2.7.6.1.ebuild @@ -50,6 +50,7 @@ src_configure() { --docdir='$(datarootdir)'/doc/${PF} \ --with-systemdtmpfilesdir="${EPREFIX}"/usr/lib/tmpfiles.d \ --enable-setuid \ + --enable-cache-owner=man \ --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" \ $(use_enable nls) \ $(use_enable static-libs static) \ |