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 ECD2B158013 for ; Mon, 4 Dec 2023 08:37:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1DD602BC01C; Mon, 4 Dec 2023 08:37:12 +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 EA0F52BC019 for ; Mon, 4 Dec 2023 08:37:11 +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 0100B33D0AF for ; Mon, 4 Dec 2023 08:37:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 623A6AF5 for ; Mon, 4 Dec 2023 08:37:09 +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: <1701678888.fadb2d810f3189b9606db9ff5040fabaca740cd0.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/less/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/less/less-9999.ebuild X-VCS-Directories: sys-apps/less/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: fadb2d810f3189b9606db9ff5040fabaca740cd0 X-VCS-Branch: master Date: Mon, 4 Dec 2023 08:37:09 +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: d9ec73de-dc06-4392-a11a-8f3be05caa35 X-Archives-Hash: 77817d60903fe07c9b83de9d76a187fb commit: fadb2d810f3189b9606db9ff5040fabaca740cd0 Author: Sam James gentoo org> AuthorDate: Mon Dec 4 08:34:48 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Dec 4 08:34:48 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fadb2d81 sys-apps/less: sync live Signed-off-by: Sam James gentoo.org> sys-apps/less/less-9999.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sys-apps/less/less-9999.ebuild b/sys-apps/less/less-9999.ebuild index 559db6a78878..186eda3b6814 100644 --- a/sys-apps/less/less-9999.ebuild +++ b/sys-apps/less/less-9999.ebuild @@ -75,7 +75,10 @@ src_test() { src_install() { default - newbin "${FILESDIR}"/lesspipe-r2.sh lesspipe + keepdir /usr/lib/lessfilter.d + keepdir /etc/lessfilter.d + + newbin "${FILESDIR}"/lesspipe-r3.sh lesspipe newenvd "${FILESDIR}"/less.envd 70less }