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 /dev-libs/libgcrypt | |
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 'dev-libs/libgcrypt')
-rw-r--r-- | dev-libs/libgcrypt/libgcrypt-1.8.3-r1.ebuild | 3 | ||||
-rw-r--r-- | dev-libs/libgcrypt/libgcrypt-1.8.3.ebuild | 1 | ||||
-rw-r--r-- | dev-libs/libgcrypt/libgcrypt-1.8.4.ebuild | 3 | ||||
-rw-r--r-- | dev-libs/libgcrypt/libgcrypt-1.8.5.ebuild | 1 |
4 files changed, 2 insertions, 6 deletions
diff --git a/dev-libs/libgcrypt/libgcrypt-1.8.3-r1.ebuild b/dev-libs/libgcrypt/libgcrypt-1.8.3-r1.ebuild index 22ba9221713d..5821d4f4f907 100644 --- a/dev-libs/libgcrypt/libgcrypt-1.8.3-r1.ebuild +++ b/dev-libs/libgcrypt/libgcrypt-1.8.3-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=7 @@ -40,7 +40,6 @@ multilib_src_configure() { append-cflags -Wa,--divide fi local myeconfargs=( - --disable-dependency-tracking --enable-noexecstack $(use_enable o-flag-munging O-flag-munging) $(use_enable static-libs static) diff --git a/dev-libs/libgcrypt/libgcrypt-1.8.3.ebuild b/dev-libs/libgcrypt/libgcrypt-1.8.3.ebuild index c233727259ac..9421ee98f643 100644 --- a/dev-libs/libgcrypt/libgcrypt-1.8.3.ebuild +++ b/dev-libs/libgcrypt/libgcrypt-1.8.3.ebuild @@ -40,7 +40,6 @@ multilib_src_configure() { append-cflags -Wa,--divide fi local myeconfargs=( - --disable-dependency-tracking --enable-noexecstack $(use_enable o-flag-munging O-flag-munging) $(use_enable static-libs static) diff --git a/dev-libs/libgcrypt/libgcrypt-1.8.4.ebuild b/dev-libs/libgcrypt/libgcrypt-1.8.4.ebuild index 778b99687913..b3008df69b14 100644 --- a/dev-libs/libgcrypt/libgcrypt-1.8.4.ebuild +++ b/dev-libs/libgcrypt/libgcrypt-1.8.4.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 @@ -40,7 +40,6 @@ multilib_src_configure() { append-cflags -Wa,--divide fi local myeconfargs=( - --disable-dependency-tracking --enable-noexecstack $(use_enable o-flag-munging O-flag-munging) $(use_enable static-libs static) diff --git a/dev-libs/libgcrypt/libgcrypt-1.8.5.ebuild b/dev-libs/libgcrypt/libgcrypt-1.8.5.ebuild index 2aa47e6fcf9a..1a36bd5e114d 100644 --- a/dev-libs/libgcrypt/libgcrypt-1.8.5.ebuild +++ b/dev-libs/libgcrypt/libgcrypt-1.8.5.ebuild @@ -40,7 +40,6 @@ multilib_src_configure() { append-cflags -Wa,--divide fi local myeconfargs=( - --disable-dependency-tracking --enable-noexecstack $(use_enable o-flag-munging O-flag-munging) $(use_enable static-libs static) |