Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/wcslib/
Date: Fri, 13 May 2022 20:25:12
Message-Id: 1652473502.9103ff268fa02b57b0d1f89a7634d12055b1c11d.sam@gentoo
1 commit: 9103ff268fa02b57b0d1f89a7634d12055b1c11d
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 13 20:24:56 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri May 13 20:25:02 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9103ff26
7
8 sci-astronomy/wcslib: simplify src_test
9
10 It matched the default definition.
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 sci-astronomy/wcslib/wcslib-7.11.ebuild | 4 ----
15 1 file changed, 4 deletions(-)
16
17 diff --git a/sci-astronomy/wcslib/wcslib-7.11.ebuild b/sci-astronomy/wcslib/wcslib-7.11.ebuild
18 index 2ee14d66f1e9..e1382017202a 100644
19 --- a/sci-astronomy/wcslib/wcslib-7.11.ebuild
20 +++ b/sci-astronomy/wcslib/wcslib-7.11.ebuild
21 @@ -55,10 +55,6 @@ src_configure() {
22 sed -i -e 's/COPYING\*//' GNUmakefile || die
23 }
24
25 -src_test() {
26 - emake check
27 -}
28 -
29 src_install () {
30 default
31 # static libs share the same symbols as shared (i.e. compiled with PIC)