From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0872F1395E2 for ; Tue, 13 Dec 2016 00:47:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A137B21C31A; Mon, 12 Dec 2016 21:06:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7E1DC21C31A for ; Mon, 12 Dec 2016 21:06:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A493E34121E for ; Mon, 12 Dec 2016 21:06:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7342D494 for ; Mon, 12 Dec 2016 21:06:19 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1481576771.68b8a336579eb0b5c93b2305ec66af2dd37c7ac0.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/man-db/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/man-db/man-db-2.7.6.1.ebuild X-VCS-Directories: sys-apps/man-db/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 68b8a336579eb0b5c93b2305ec66af2dd37c7ac0 X-VCS-Branch: master Date: Mon, 12 Dec 2016 21:06:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 56d86058-026e-4985-adcc-9c7655ad4d82 X-Archives-Hash: d7bc8f6f4fd1109204e3440ab326a680 commit: 68b8a336579eb0b5c93b2305ec66af2dd37c7ac0 Author: Lars Wendler gentoo org> AuthorDate: Mon Dec 12 21:06:11 2016 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Dec 12 21:06:11 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68b8a336 sys-apps/man-db: Another permissions tweak. Package-Manager: Portage-2.3.3, Repoman-2.3.1 sys-apps/man-db/man-db-2.7.6.1.ebuild | 1 + 1 file changed, 1 insertion(+) 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 8af552f..52508c0 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) \