Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/lockdev/
Date: Sat, 02 Jul 2022 22:58:28
Message-Id: 1656802358.81d568ad21c271fd6091ec289b04c7314d465828.sam@gentoo
1 commit: 81d568ad21c271fd6091ec289b04c7314d465828
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 2 22:52:38 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 2 22:52:38 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81d568ad
7
8 dev-libs/lockdev: fix DIST_TEST
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-libs/lockdev/lockdev-1.0.3.1.2-r4.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 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
16 index f06891e08476..865cdfe4adea 100644
17 --- a/dev-libs/lockdev/lockdev-1.0.3.1.2-r4.ebuild
18 +++ b/dev-libs/lockdev/lockdev-1.0.3.1.2-r4.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 2001-2021 Gentoo Authors
21 +# Copyright 2001-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -69,7 +69,7 @@ multilib_src_compile() {
26 multilib_src_test() {
27 if multilib_is_native_abi && use perl; then
28 cd "${PERL_S}" || die
29 - SRC_TEST="do"
30 + DIST_TEST="do"
31 export LD_LIBRARY_PATH="${LD_LIBRARY_PATH:+${LD_LIBRARY_PATH}:}${BUILD_DIR}/.libs"
32 perl-module_src_test
33 fi