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 10B4A158064 for ; Fri, 3 May 2024 05:55:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9474E2A44; Fri, 3 May 2024 05:55:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 98F1DE2A44 for ; Fri, 3 May 2024 05:55:05 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B0765343062 for ; Fri, 3 May 2024 05:55:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 18A9E19D0 for ; Fri, 3 May 2024 05:55:03 +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: <1714715582.718cae1a831c0923653c4a44d7d8ad9583e2e2a4.sam@gentoo> Subject: [gentoo-commits] proj/gentoolkit:master commit in: man/ X-VCS-Repository: proj/gentoolkit X-VCS-Files: man/eclean.1 X-VCS-Directories: man/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 718cae1a831c0923653c4a44d7d8ad9583e2e2a4 X-VCS-Branch: master Date: Fri, 3 May 2024 05:55:03 +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: 7b54ce47-a30f-4fb8-a98f-0619cb41dd32 X-Archives-Hash: b049428f759efd4d5b68b0dd23311025 commit: 718cae1a831c0923653c4a44d7d8ad9583e2e2a4 Author: Sam James gentoo org> AuthorDate: Fri May 3 05:53:02 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri May 3 05:53:02 2024 +0000 URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=718cae1a man: update default PKGDIR location to /var/cache/binpkgs Signed-off-by: Sam James gentoo.org> man/eclean.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/eclean.1 b/man/eclean.1 index dc09f62..53ba8a7 100644 --- a/man/eclean.1 +++ b/man/eclean.1 @@ -89,7 +89,7 @@ This action should be useful to almost any Gentoo user, we all have to big DISTD command\-line. .TP \fBpackages\fR -Clean files from /usr/portage/packages (or whatever else is your PKGDIR in make.conf). +Clean files from /var/cache/binpkgs (or whatever else is your PKGDIR in make.conf). This action is in particular useful for people who use the "buildpkg" or "buildsyspkg" FEATURES flags. .br