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 1FFF615803E for ; Fri, 5 Jan 2024 22:11:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3FB9D2BC013; Fri, 5 Jan 2024 22:11:09 +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 11FF22BC013 for ; Fri, 5 Jan 2024 22:11:09 +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 04118343100 for ; Fri, 5 Jan 2024 22:11:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3CE34AE5 for ; Fri, 5 Jan 2024 22:11:06 +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: <1704492625.e7621bcf01b7a6e7c347c640c15db773c9632652.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/liboping/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/liboping/liboping-1.10.0-r3.ebuild X-VCS-Directories: net-libs/liboping/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: e7621bcf01b7a6e7c347c640c15db773c9632652 X-VCS-Branch: master Date: Fri, 5 Jan 2024 22:11:06 +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: 1cce1532-7d2e-4048-afb9-31e83e8bd0da X-Archives-Hash: 378c1244fa5e0e07fac9c50f829b14d8 commit: e7621bcf01b7a6e7c347c640c15db773c9632652 Author: Conrad Kostecki gentoo org> AuthorDate: Fri Jan 5 22:10:25 2024 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Fri Jan 5 22:10:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7621bcf net-libs/liboping: fix tests Closes: https://bugs.gentoo.org/915803 Signed-off-by: Conrad Kostecki gentoo.org> net-libs/liboping/liboping-1.10.0-r3.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-libs/liboping/liboping-1.10.0-r3.ebuild b/net-libs/liboping/liboping-1.10.0-r3.ebuild index 80266390c95f..c5a472cf1653 100644 --- a/net-libs/liboping/liboping-1.10.0-r3.ebuild +++ b/net-libs/liboping/liboping-1.10.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -46,6 +46,7 @@ src_configure() { src_test() { if use perl; then pushd bindings/perl || die + local LD_PRELOAD="../../src/.libs/liboping.so" perl-module_src_test popd || die fi