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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 77E13158041 for ; Sun, 25 Feb 2024 10:41:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C12E6E2A03; Sun, 25 Feb 2024 10:41:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 9FA53E2A03 for ; Sun, 25 Feb 2024 10:41:30 +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 C1D8C34307D for ; Sun, 25 Feb 2024 10:41:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C6DE955 for ; Sun, 25 Feb 2024 10:41:28 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1708857653.2cbdd9d36f13b1b7892c388edd8f52e6ce6e0c53.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/npth/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/npth/npth-1.7-r1.ebuild dev-libs/npth/npth-1.7.ebuild X-VCS-Directories: dev-libs/npth/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 2cbdd9d36f13b1b7892c388edd8f52e6ce6e0c53 X-VCS-Branch: master Date: Sun, 25 Feb 2024 10:41:28 +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: bc80b9cf-403c-4c77-85b2-a479bff1a717 X-Archives-Hash: a5bf11a7e4045575f34cc29cbb4904bd commit: 2cbdd9d36f13b1b7892c388edd8f52e6ce6e0c53 Author: Jakov Smolić gentoo org> AuthorDate: Sun Feb 25 10:36:30 2024 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Sun Feb 25 10:40:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cbdd9d3 dev-libs/npth: Install npth-config program for older gnupg compatibility Closes: https://bugs.gentoo.org/925484 Signed-off-by: Jakov Smolić gentoo.org> dev-libs/npth/{npth-1.7.ebuild => npth-1.7-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-libs/npth/npth-1.7.ebuild b/dev-libs/npth/npth-1.7-r1.ebuild similarity index 92% rename from dev-libs/npth/npth-1.7.ebuild rename to dev-libs/npth/npth-1.7-r1.ebuild index 71d952cdae8c..d390d9c7bb59 100644 --- a/dev-libs/npth/npth-1.7.ebuild +++ b/dev-libs/npth/npth-1.7-r1.ebuild @@ -23,7 +23,8 @@ src_prepare() { src_configure() { append-ldflags $(test-flags-CCLD -Wl,--undefined-version) - econf $(use_enable test tests) + econf $(use_enable test tests) \ + --enable-install-npth-config } src_install() {