Gentoo Archives: gentoo-commits

From: Steve Arnold <nerdboy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/eccodes/
Date: Wed, 20 Jan 2021 22:47:07
Message-Id: 1611182810.9407d9102cd4c8625c8ee77abbe4fd9db8ae9ed0.nerdboy@gentoo
1 commit: 9407d9102cd4c8625c8ee77abbe4fd9db8ae9ed0
2 Author: Steve Arnold <nerdboy <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 20 22:45:56 2021 +0000
4 Commit: Steve Arnold <nerdboy <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 20 22:46:50 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9407d910
7
8 sci-libs/eccodes: add missing test restrict to make QA happy again
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Steve Arnold <nerdboy <AT> gentoo.org>
12
13 sci-libs/eccodes/eccodes-2.18.0.ebuild | 2 ++
14 1 file changed, 2 insertions(+)
15
16 diff --git a/sci-libs/eccodes/eccodes-2.18.0.ebuild b/sci-libs/eccodes/eccodes-2.18.0.ebuild
17 index 82c91c14eef..62965ad9e82 100644
18 --- a/sci-libs/eccodes/eccodes-2.18.0.ebuild
19 +++ b/sci-libs/eccodes/eccodes-2.18.0.ebuild
20 @@ -41,6 +41,8 @@ DEPEND="${RDEPEND}
21
22 BDEPEND="virtual/pkgconfig"
23
24 +RESTRICT="!test? ( test )"
25 +
26 S="${WORKDIR}/${MY_P}"
27
28 CMAKE_BUILD_TYPE=RelWithDebInfo