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-libs/ta-lib/
Date: Fri, 13 May 2022 22:46:18
Message-Id: 1652481957.87851275ef72b7094e7863165eb1ffa573970202.sam@gentoo
1 commit: 87851275ef72b7094e7863165eb1ffa573970202
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 13 22:44:55 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri May 13 22:45:57 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87851275
7
8 sci-libs/ta-lib: simplify for EAPI 8
9
10 --disable-static is set by default with EAPI 8+
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 sci-libs/ta-lib/ta-lib-0.4.0-r1.ebuild | 6 +-----
15 1 file changed, 1 insertion(+), 5 deletions(-)
16
17 diff --git a/sci-libs/ta-lib/ta-lib-0.4.0-r1.ebuild b/sci-libs/ta-lib/ta-lib-0.4.0-r1.ebuild
18 index 1b9203041c43..600814664e17 100644
19 --- a/sci-libs/ta-lib/ta-lib-0.4.0-r1.ebuild
20 +++ b/sci-libs/ta-lib/ta-lib-0.4.0-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=8
27 @@ -26,10 +26,6 @@ src_prepare() {
28 eautoreconf
29 }
30
31 -src_configure() {
32 - econf --disable-static
33 -}
34 -
35 src_test() {
36 src/tools/ta_regtest/ta_regtest || die
37 }