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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1461515813A for ; Sun, 19 Jan 2025 00:20:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 469AEE08B0; Sun, 19 Jan 2025 00:20:24 +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 25B85E08B0 for ; Sun, 19 Jan 2025 00:20:24 +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 341FB342F9E for ; Sun, 19 Jan 2025 00:20:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8CE9C97F for ; Sun, 19 Jan 2025 00:20:21 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1737246018.31c1a238c60eaa092cb674008c77d0644dde09e5.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/apcupsd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-power/apcupsd/apcupsd-3.14.14-r3.ebuild X-VCS-Directories: sys-power/apcupsd/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 31c1a238c60eaa092cb674008c77d0644dde09e5 X-VCS-Branch: master Date: Sun, 19 Jan 2025 00:20:21 +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: 5628bb8e-f3d0-453b-b5c5-f4ee9d3c265a X-Archives-Hash: 6e8a835e8dd76aa4cd0024b2f966d86a commit: 31c1a238c60eaa092cb674008c77d0644dde09e5 Author: John Einar Reitan gmail com> AuthorDate: Thu Sep 19 08:18:35 2024 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Jan 19 00:20:18 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31c1a238 sys-power/apcupsd: Remove dependency on col command Closes: https://bugs.gentoo.org/937496 Signed-off-by: John Einar Reitan gmail.com> Closes: https://github.com/gentoo/gentoo/pull/38681 Signed-off-by: Conrad Kostecki gentoo.org> sys-power/apcupsd/apcupsd-3.14.14-r3.ebuild | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/sys-power/apcupsd/apcupsd-3.14.14-r3.ebuild b/sys-power/apcupsd/apcupsd-3.14.14-r3.ebuild index 2f2835921c9c..ba2ab5506de5 100644 --- a/sys-power/apcupsd/apcupsd-3.14.14-r3.ebuild +++ b/sys-power/apcupsd/apcupsd-3.14.14-r3.ebuild @@ -45,6 +45,13 @@ pkg_setup() { fi } +src_prepare() { + default + # skip this specific doc step as produced files never installed + # this avoids calling the col command not available on musl based system. + sed -i "/^SUBDIRS/ s/doc//g" Makefile || die +} + src_configure() { local myconf