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 0F56715815E for ; Fri, 2 Feb 2024 20:17:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44ED9E2A08; Fri, 2 Feb 2024 20:17:16 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 21274E2A08 for ; Fri, 2 Feb 2024 20:17:16 +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 104533431A5 for ; Fri, 2 Feb 2024 20:17:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E078358 for ; Fri, 2 Feb 2024 20:17:13 +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: <1706905024.6f109984e2b8188fde94c7161a11071fa9223c1d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/ansifilter/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/ansifilter/ansifilter-2.19.ebuild app-text/ansifilter/ansifilter-2.20.ebuild X-VCS-Directories: app-text/ansifilter/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6f109984e2b8188fde94c7161a11071fa9223c1d X-VCS-Branch: master Date: Fri, 2 Feb 2024 20:17:13 +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: 73e95a8b-cb81-4cbc-ae38-2d4b066f9bb9 X-Archives-Hash: 658e8475d9329ba26aad59ca49233eb0 commit: 6f109984e2b8188fde94c7161a11071fa9223c1d Author: Sam James gentoo org> AuthorDate: Fri Feb 2 20:16:59 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Feb 2 20:17:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f109984 app-text/ansifilter: fix prefix install Reported by leio. Signed-off-by: Sam James gentoo.org> app-text/ansifilter/ansifilter-2.19.ebuild | 4 ++-- app-text/ansifilter/ansifilter-2.20.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-text/ansifilter/ansifilter-2.19.ebuild b/app-text/ansifilter/ansifilter-2.19.ebuild index c6a5f8516a3d..0f7b29ac2fd8 100644 --- a/app-text/ansifilter/ansifilter-2.19.ebuild +++ b/app-text/ansifilter/ansifilter-2.19.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -59,7 +59,7 @@ src_compile() { src_install() { emake -f makefile \ - DESTDIR="${D}" \ + DESTDIR="${ED}" \ doc_dir="/usr/share/doc/${PF}" \ -j1 \ install $(usev gui install-gui) diff --git a/app-text/ansifilter/ansifilter-2.20.ebuild b/app-text/ansifilter/ansifilter-2.20.ebuild index 4fd23759fad4..c665b8361bd2 100644 --- a/app-text/ansifilter/ansifilter-2.20.ebuild +++ b/app-text/ansifilter/ansifilter-2.20.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -73,7 +73,7 @@ src_compile() { src_install() { emake -f makefile \ - DESTDIR="${D}" \ + DESTDIR="${ED}" \ doc_dir="/usr/share/doc/${PF}" \ -j1 \ install $(usev gui install-gui)