summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-05-13 22:44:55 +0000
committerSam James <sam@gentoo.org>2022-05-13 22:45:57 +0000
commit87851275ef72b7094e7863165eb1ffa573970202 (patch)
tree8ca3392ec24a9de29fb31662cef3c5790f2f5b9d /sci-libs/ta-lib
parentsci-libs/ta-lib: Fix build with slibtool (diff)
downloadgentoo-87851275ef72b7094e7863165eb1ffa573970202.tar.gz
gentoo-87851275ef72b7094e7863165eb1ffa573970202.tar.bz2
gentoo-87851275ef72b7094e7863165eb1ffa573970202.zip
sci-libs/ta-lib: simplify for EAPI 8
--disable-static is set by default with EAPI 8+ Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs/ta-lib')
-rw-r--r--sci-libs/ta-lib/ta-lib-0.4.0-r1.ebuild6
1 files changed, 1 insertions, 5 deletions
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
index 1b9203041c43..600814664e17 100644
--- a/sci-libs/ta-lib/ta-lib-0.4.0-r1.ebuild
+++ b/sci-libs/ta-lib/ta-lib-0.4.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -26,10 +26,6 @@ src_prepare() {
eautoreconf
}
-src_configure() {
- econf --disable-static
-}
-
src_test() {
src/tools/ta_regtest/ta_regtest || die
}