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 DEABD158093 for ; Sat, 2 Jul 2022 22:58:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5F20E0729; Sat, 2 Jul 2022 22:58:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A6B83E0729 for ; Sat, 2 Jul 2022 22:58:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B766A341DA7 for ; Sat, 2 Jul 2022 22:58:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EFB2C501 for ; Sat, 2 Jul 2022 22:58:24 +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: <1656802358.81d568ad21c271fd6091ec289b04c7314d465828.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/lockdev/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/lockdev/lockdev-1.0.3.1.2-r4.ebuild X-VCS-Directories: dev-libs/lockdev/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 81d568ad21c271fd6091ec289b04c7314d465828 X-VCS-Branch: master Date: Sat, 2 Jul 2022 22:58:24 +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: a6aaa10d-6db7-4313-b349-b20a5204e8ac X-Archives-Hash: 95cf99a4dd87c401b5a885ecf6ac9f25 commit: 81d568ad21c271fd6091ec289b04c7314d465828 Author: Sam James gentoo org> AuthorDate: Sat Jul 2 22:52:38 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jul 2 22:52:38 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81d568ad dev-libs/lockdev: fix DIST_TEST Signed-off-by: Sam James gentoo.org> dev-libs/lockdev/lockdev-1.0.3.1.2-r4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/lockdev/lockdev-1.0.3.1.2-r4.ebuild b/dev-libs/lockdev/lockdev-1.0.3.1.2-r4.ebuild index f06891e08476..865cdfe4adea 100644 --- a/dev-libs/lockdev/lockdev-1.0.3.1.2-r4.ebuild +++ b/dev-libs/lockdev/lockdev-1.0.3.1.2-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 2001-2021 Gentoo Authors +# Copyright 2001-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -69,7 +69,7 @@ multilib_src_compile() { multilib_src_test() { if multilib_is_native_abi && use perl; then cd "${PERL_S}" || die - SRC_TEST="do" + DIST_TEST="do" export LD_LIBRARY_PATH="${LD_LIBRARY_PATH:+${LD_LIBRARY_PATH}:}${BUILD_DIR}/.libs" perl-module_src_test fi