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 /x11-libs | |
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 'x11-libs')
-rw-r--r-- | x11-libs/cairo/cairo-1.16.0-r3.ebuild | 1 | ||||
-rw-r--r-- | x11-libs/cairo/cairo-9999.ebuild | 1 | ||||
-rw-r--r-- | x11-libs/gtkdatabox/gtkdatabox-0.9.3.0.ebuild | 1 | ||||
-rw-r--r-- | x11-libs/libfm-extra/libfm-extra-1.2.5.ebuild | 5 | ||||
-rw-r--r-- | x11-libs/libfm-extra/libfm-extra-1.3.1.ebuild | 5 | ||||
-rw-r--r-- | x11-libs/libfm/libfm-1.2.5.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/libfm/libfm-1.3.1.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/libfm/libfm-9999.ebuild | 4 |
8 files changed, 7 insertions, 18 deletions
diff --git a/x11-libs/cairo/cairo-1.16.0-r3.ebuild b/x11-libs/cairo/cairo-1.16.0-r3.ebuild index 2d3601c7a396..498e3f4cf191 100644 --- a/x11-libs/cairo/cairo-1.16.0-r3.ebuild +++ b/x11-libs/cairo/cairo-1.16.0-r3.ebuild @@ -97,7 +97,6 @@ multilib_src_configure() { ECONF_SOURCE="${S}" \ econf \ - --disable-dependency-tracking \ $(use_with X x) \ $(use_enable X tee) \ $(use_enable X xlib) \ diff --git a/x11-libs/cairo/cairo-9999.ebuild b/x11-libs/cairo/cairo-9999.ebuild index 29d74b12d970..5c02af000a62 100644 --- a/x11-libs/cairo/cairo-9999.ebuild +++ b/x11-libs/cairo/cairo-9999.ebuild @@ -95,7 +95,6 @@ multilib_src_configure() { ECONF_SOURCE="${S}" \ econf \ - --disable-dependency-tracking \ $(use_with X x) \ $(use_enable X tee) \ $(use_enable X xlib) \ diff --git a/x11-libs/gtkdatabox/gtkdatabox-0.9.3.0.ebuild b/x11-libs/gtkdatabox/gtkdatabox-0.9.3.0.ebuild index 9b5ad2d70dda..7e3cc26ba97b 100644 --- a/x11-libs/gtkdatabox/gtkdatabox-0.9.3.0.ebuild +++ b/x11-libs/gtkdatabox/gtkdatabox-0.9.3.0.ebuild @@ -39,7 +39,6 @@ src_configure() { --disable-glade \ $(use_enable static-libs static) \ $(use_enable test gtktest) \ - --disable-dependency-tracking \ --enable-libtool-lock } diff --git a/x11-libs/libfm-extra/libfm-extra-1.2.5.ebuild b/x11-libs/libfm-extra/libfm-extra-1.2.5.ebuild index 6d7836b0ea1d..69258a65c60e 100644 --- a/x11-libs/libfm-extra/libfm-extra-1.2.5.ebuild +++ b/x11-libs/libfm-extra/libfm-extra-1.2.5.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=5 @@ -58,8 +58,7 @@ src_prepare() { } src_configure() { - econf --sysconfdir="${EPREFIX}/etc" --disable-dependency-tracking \ - --disable-static --with-extra-only + econf --disable-static --with-extra-only } src_install() { diff --git a/x11-libs/libfm-extra/libfm-extra-1.3.1.ebuild b/x11-libs/libfm-extra/libfm-extra-1.3.1.ebuild index b283f140ca1e..23720ac53293 100644 --- a/x11-libs/libfm-extra/libfm-extra-1.3.1.ebuild +++ b/x11-libs/libfm-extra/libfm-extra-1.3.1.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 @@ -59,8 +59,7 @@ src_prepare() { } src_configure() { - econf --sysconfdir="${EPREFIX}/etc" --disable-dependency-tracking \ - --disable-static --with-extra-only + econf --disable-static --with-extra-only } src_install() { diff --git a/x11-libs/libfm/libfm-1.2.5.ebuild b/x11-libs/libfm/libfm-1.2.5.ebuild index e83944fa6bf8..a94b843ec8e5 100644 --- a/x11-libs/libfm/libfm-1.2.5.ebuild +++ b/x11-libs/libfm/libfm-1.2.5.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=5 @@ -82,8 +82,6 @@ src_prepare() { src_configure() { econf \ - --sysconfdir="${EPREFIX}/etc" \ - --disable-dependency-tracking \ --disable-static \ $(use_enable examples demo) \ $(use_enable exif) \ diff --git a/x11-libs/libfm/libfm-1.3.1.ebuild b/x11-libs/libfm/libfm-1.3.1.ebuild index 043aed0bea84..1f7612edb4b5 100644 --- a/x11-libs/libfm/libfm-1.3.1.ebuild +++ b/x11-libs/libfm/libfm-1.3.1.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 @@ -81,8 +81,6 @@ src_prepare() { src_configure() { econf \ - --sysconfdir="${EPREFIX}/etc" \ - --disable-dependency-tracking \ --disable-static \ $(use_enable examples demo) \ $(use_enable exif) \ diff --git a/x11-libs/libfm/libfm-9999.ebuild b/x11-libs/libfm/libfm-9999.ebuild index 5b87cedea7ae..559e07188526 100644 --- a/x11-libs/libfm/libfm-9999.ebuild +++ b/x11-libs/libfm/libfm-9999.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=5 @@ -78,8 +78,6 @@ src_prepare() { src_configure() { econf \ - --sysconfdir="${EPREFIX}/etc" \ - --disable-dependency-tracking \ --disable-static \ $(use_enable examples demo) \ $(use_enable exif) \ |