diff options
author | David Seifert <soap@gentoo.org> | 2020-02-22 17:42:31 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-22 17:42:31 +0100 |
commit | 5e41197efe34dac896151dc6d5731e0835b7841b (patch) | |
tree | 04718ce9e1b0899306f5b09bf8dfb844f5655fc7 /sci-electronics | |
parent | dev-lang/php: stable 7.3.15 for sparc, bug #710304 (diff) | |
download | gentoo-5e41197efe34dac896151dc6d5731e0835b7841b.tar.gz gentoo-5e41197efe34dac896151dc6d5731e0835b7841b.tar.bz2 gentoo-5e41197efe34dac896151dc6d5731e0835b7841b.zip |
*/*: [QA] Remove redundant --disable-{dependency-tracking,silent-rules}
Closes: https://github.com/gentoo/gentoo/pull/14738
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/ngspice/ngspice-27-r1.ebuild | 3 | ||||
-rw-r--r-- | sci-electronics/ngspice/ngspice-27.ebuild | 3 | ||||
-rw-r--r-- | sci-electronics/ngspice/ngspice-31-r1.ebuild | 3 | ||||
-rw-r--r-- | sci-electronics/xcircuit/xcircuit-3.7.48.ebuild | 3 | ||||
-rw-r--r-- | sci-electronics/xcircuit/xcircuit-3.8.83.ebuild | 3 |
5 files changed, 5 insertions, 10 deletions
diff --git a/sci-electronics/ngspice/ngspice-27-r1.ebuild b/sci-electronics/ngspice/ngspice-27-r1.ebuild index d38410833c7f..ee256f9f179c 100644 --- a/sci-electronics/ngspice/ngspice-27-r1.ebuild +++ b/sci-electronics/ngspice/ngspice-27-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -105,7 +105,6 @@ ngspice_configure() { --enable-xspice \ --enable-cider \ --disable-xgraph \ - --disable-dependency-tracking \ --disable-rpath \ $(use_enable openmp) \ $(use_with fftw fftw3) \ diff --git a/sci-electronics/ngspice/ngspice-27.ebuild b/sci-electronics/ngspice/ngspice-27.ebuild index 8480ac47bc91..44503aaf4bc2 100644 --- a/sci-electronics/ngspice/ngspice-27.ebuild +++ b/sci-electronics/ngspice/ngspice-27.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -74,7 +74,6 @@ src_configure() { --enable-cider \ --enable-ndev \ --disable-xgraph \ - --disable-dependency-tracking \ --disable-rpath \ $(use_enable openmp) \ $(use_with X x) \ diff --git a/sci-electronics/ngspice/ngspice-31-r1.ebuild b/sci-electronics/ngspice/ngspice-31-r1.ebuild index e5e3414ba86b..88d439335b18 100644 --- a/sci-electronics/ngspice/ngspice-31-r1.ebuild +++ b/sci-electronics/ngspice/ngspice-31-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -107,7 +107,6 @@ ngspice_configure() { myeconfargs+=( --enable-xspice --enable-cider - --disable-dependency-tracking --disable-rpath $(use_enable openmp) $(use_with fftw fftw3) diff --git a/sci-electronics/xcircuit/xcircuit-3.7.48.ebuild b/sci-electronics/xcircuit/xcircuit-3.7.48.ebuild index 5d0884acdd7e..84427cbd276f 100644 --- a/sci-electronics/xcircuit/xcircuit-3.7.48.ebuild +++ b/sci-electronics/xcircuit/xcircuit-3.7.48.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -44,7 +44,6 @@ src_prepare() { src_configure() { export loader_run_path="/usr/$(get_libdir)" local myeconfargs=( - --disable-dependency-tracking --with-tcl --with-ngspice ) diff --git a/sci-electronics/xcircuit/xcircuit-3.8.83.ebuild b/sci-electronics/xcircuit/xcircuit-3.8.83.ebuild index 0a9b34650627..d3fb011f9dfb 100644 --- a/sci-electronics/xcircuit/xcircuit-3.8.83.ebuild +++ b/sci-electronics/xcircuit/xcircuit-3.8.83.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -44,7 +44,6 @@ src_prepare() { src_configure() { export loader_run_path="/usr/$(get_libdir)" local myeconfargs=( - --disable-dependency-tracking --with-tcl --with-ngspice ) |