diff options
author | Steve Arnold <nerdboy@gentoo.org> | 2021-01-20 14:45:56 -0800 |
---|---|---|
committer | Steve Arnold <nerdboy@gentoo.org> | 2021-01-20 14:46:50 -0800 |
commit | 9407d9102cd4c8625c8ee77abbe4fd9db8ae9ed0 (patch) | |
tree | 87f53f72c91330c5f4f1ed23ecf44e6457b7b94a /sci-libs/eccodes | |
parent | app-admin/terraform: Version bump (v0.14.5) (diff) | |
download | gentoo-9407d9102cd4c8625c8ee77abbe4fd9db8ae9ed0.tar.gz gentoo-9407d9102cd4c8625c8ee77abbe4fd9db8ae9ed0.tar.bz2 gentoo-9407d9102cd4c8625c8ee77abbe4fd9db8ae9ed0.zip |
sci-libs/eccodes: add missing test restrict to make QA happy again
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Steve Arnold <nerdboy@gentoo.org>
Diffstat (limited to 'sci-libs/eccodes')
-rw-r--r-- | sci-libs/eccodes/eccodes-2.18.0.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sci-libs/eccodes/eccodes-2.18.0.ebuild b/sci-libs/eccodes/eccodes-2.18.0.ebuild index 82c91c14eef3..62965ad9e82e 100644 --- a/sci-libs/eccodes/eccodes-2.18.0.ebuild +++ b/sci-libs/eccodes/eccodes-2.18.0.ebuild @@ -41,6 +41,8 @@ DEPEND="${RDEPEND} BDEPEND="virtual/pkgconfig" +RESTRICT="!test? ( test )" + S="${WORKDIR}/${MY_P}" CMAKE_BUILD_TYPE=RelWithDebInfo |