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 85A01138350 for ; Fri, 3 Apr 2020 23:10:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 986E8E07F1; Fri, 3 Apr 2020 23:10:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7F1B5E07F1 for ; Fri, 3 Apr 2020 23:10:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4BD8234F0E3 for ; Fri, 3 Apr 2020 23:10:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E8C21BD for ; Fri, 3 Apr 2020 23:10:11 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1585955402.6a566c9fdd20a3b820f16b79ac9d04cdf1b49c37.robbat2@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/util-linux/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/util-linux/util-linux-2.35.1-r1.ebuild X-VCS-Directories: sys-apps/util-linux/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 6a566c9fdd20a3b820f16b79ac9d04cdf1b49c37 X-VCS-Branch: master Date: Fri, 3 Apr 2020 23:10:11 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e17ebb4d-7269-462c-bf8e-56430522da5a X-Archives-Hash: 0a9d29e817170de1c26c703d40f77ad0 commit: 6a566c9fdd20a3b820f16b79ac9d04cdf1b49c37 Author: Robin H. Johnson gentoo org> AuthorDate: Fri Apr 3 22:54:27 2020 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Fri Apr 3 23:10:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a566c9f sys-apps/util-linux: fix exec bits on examples Closes: https://bugs.gentoo.org/683480 Signed-off-by: Robin H. Johnson gentoo.org> sys-apps/util-linux/util-linux-2.35.1-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-apps/util-linux/util-linux-2.35.1-r1.ebuild b/sys-apps/util-linux/util-linux-2.35.1-r1.ebuild index aeb4cff8ef2..718444cf1f0 100644 --- a/sys-apps/util-linux/util-linux-2.35.1-r1.ebuild +++ b/sys-apps/util-linux/util-linux-2.35.1-r1.ebuild @@ -283,6 +283,7 @@ multilib_src_install() { multilib_src_install_all() { dodoc AUTHORS NEWS README* Documentation/{TODO,*.txt,releases/*} + chmod -x "${ED}"/usr/share/doc/util-linux-${PVR}/getopt/getopt-parse* || die # e2fsprogs-libs didnt install .la files, and .pc work fine find "${ED}" -name "*.la" -delete || die