Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/libnss-cache/
Date: Sat, 24 Jul 2021 18:36:26
Message-Id: 1627151768.383ac8b9e905ae1696b4ccd7b75c26d45613e055.slyfox@gentoo
1 commit: 383ac8b9e905ae1696b4ccd7b75c26d45613e055
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 24 18:35:38 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 24 18:36:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=383ac8b9
7
8 sys-auth/libnss-cache: disable tests
9
10 Reported-by: Diego Elio Pettenò
11 Closes: https://bugs.gentoo.org/422567
12 Package-Manager: Portage-3.0.20, Repoman-3.0.3
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 sys-auth/libnss-cache/libnss-cache-0.10.2.ebuild | 9 +++++----
16 1 file changed, 5 insertions(+), 4 deletions(-)
17
18 diff --git a/sys-auth/libnss-cache/libnss-cache-0.10.2.ebuild b/sys-auth/libnss-cache/libnss-cache-0.10.2.ebuild
19 index 0ad34429a48..3fe430b8655 100644
20 --- a/sys-auth/libnss-cache/libnss-cache-0.10.2.ebuild
21 +++ b/sys-auth/libnss-cache/libnss-cache-0.10.2.ebuild
22 @@ -1,7 +1,7 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI=6
28 +EAPI=8
29
30 inherit multilib-minimal toolchain-funcs
31
32 @@ -12,7 +12,8 @@ SRC_URI="https://nsscache.googlecode.com/files/${P}.tar.gz"
33 LICENSE="GPL-3"
34 SLOT="0"
35 KEYWORDS="~amd64 ~x86"
36 -IUSE=""
37 +
38 +RESTRICT=test # needs special sudo configuration, bug #422567
39
40 PATCHES=(
41 "${FILESDIR}"/${PN}-0.10.1-make.patch
42 @@ -29,5 +30,5 @@ multilib_src_compile() {
43 }
44
45 multilib_src_install() {
46 - emake DESTDIR="${ED}" LIBDIR="${ED%/}/usr/$(get_libdir)" install
47 + emake DESTDIR="${ED}" LIBDIR="${ED}/usr/$(get_libdir)" install
48 }