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 /sys-apps/hwloc/hwloc-1.11.2-r1.ebuild | |
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 'sys-apps/hwloc/hwloc-1.11.2-r1.ebuild')
-rw-r--r-- | sys-apps/hwloc/hwloc-1.11.2-r1.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys-apps/hwloc/hwloc-1.11.2-r1.ebuild b/sys-apps/hwloc/hwloc-1.11.2-r1.ebuild index 4230766967a0..d4be5c943bbe 100644 --- a/sys-apps/hwloc/hwloc-1.11.2-r1.ebuild +++ b/sys-apps/hwloc/hwloc-1.11.2-r1.ebuild @@ -54,7 +54,6 @@ multilib_src_configure() { export HWLOC_PKG_CONFIG=$(tc-getPKG_CONFIG) #393467 use cuda && local LDFLAGS="${LDFLAGS} -L/opt/cuda/$(get_libdir)" local myeconfargs=( - --disable-silent-rules --docdir="${EPREFIX}"/usr/share/doc/${PF} $(use_enable cairo) $(use_enable cuda) |