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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7B29C158021 for ; Mon, 17 Oct 2022 03:17:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0D1AE0CDA; Mon, 17 Oct 2022 03:17:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A7A2DE0CDA for ; Mon, 17 Oct 2022 03:17:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C60A334116E for ; Mon, 17 Oct 2022 03:17:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10CDD627 for ; Mon, 17 Oct 2022 03:17:31 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1665976594.cad2e90b3ccecb604ff1d1d1400e879ff5ee721a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/quotatool/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/quotatool/quotatool-1.6.2-r1.ebuild X-VCS-Directories: sys-fs/quotatool/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: cad2e90b3ccecb604ff1d1d1400e879ff5ee721a X-VCS-Branch: master Date: Mon, 17 Oct 2022 03:17:31 +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: 4d019749-789a-47b5-9ffe-bf8867c60a32 X-Archives-Hash: 043763c811c6bdc8d3b2023b40a363ad commit: cad2e90b3ccecb604ff1d1d1400e879ff5ee721a Author: Sam James gentoo org> AuthorDate: Mon Oct 17 03:16:34 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Oct 17 03:16:34 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cad2e90b sys-fs/quotatool: add note re dodir Signed-off-by: Sam James gentoo.org> sys-fs/quotatool/quotatool-1.6.2-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-fs/quotatool/quotatool-1.6.2-r1.ebuild b/sys-fs/quotatool/quotatool-1.6.2-r1.ebuild index 86c0b5fd01b1..6739b334ab11 100644 --- a/sys-fs/quotatool/quotatool-1.6.2-r1.ebuild +++ b/sys-fs/quotatool/quotatool-1.6.2-r1.ebuild @@ -28,6 +28,7 @@ src_configure() { } src_install() { + # TODO: drop on next release (https://github.com/ekenberg/quotatool/commit/5529c8084a06d4d95905f76e47d2621564876081) dodir /usr/sbin /usr/share/man/man8 default }