From 5e41197efe34dac896151dc6d5731e0835b7841b Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sat, 22 Feb 2020 17:42:31 +0100 Subject: */*: [QA] Remove redundant --disable-{dependency-tracking,silent-rules} Closes: https://github.com/gentoo/gentoo/pull/14738 Signed-off-by: David Seifert --- sys-block/parted/parted-3.2-r1.ebuild | 3 +-- sys-block/parted/parted-3.2_p23.ebuild | 5 ++--- sys-block/parted/parted-3.2_p25.ebuild | 5 ++--- sys-block/parted/parted-3.3-r1.ebuild | 3 +-- sys-block/parted/parted-99999.ebuild | 5 ++--- 5 files changed, 8 insertions(+), 13 deletions(-) (limited to 'sys-block/parted') diff --git a/sys-block/parted/parted-3.2-r1.ebuild b/sys-block/parted/parted-3.2-r1.ebuild index daf8c41b8c21..e11c1718e0bb 100644 --- a/sys-block/parted/parted-3.2-r1.ebuild +++ b/sys-block/parted/parted-3.2-r1.ebuild @@ -48,8 +48,7 @@ src_configure() { $(use_enable selinux) \ $(use_enable static-libs static) \ $(use_with readline) \ - --disable-rpath \ - --disable-silent-rules + --disable-rpath } DOCS=( AUTHORS BUGS ChangeLog NEWS README THANKS TODO doc/{API,FAT,USER.jp} ) diff --git a/sys-block/parted/parted-3.2_p23.ebuild b/sys-block/parted/parted-3.2_p23.ebuild index be811be69cf4..23b6fd869b5c 100644 --- a/sys-block/parted/parted-3.2_p23.ebuild +++ b/sys-block/parted/parted-3.2_p23.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 @@ -56,8 +56,7 @@ src_configure() { $(use_enable selinux) \ $(use_enable static-libs static) \ $(use_with readline) \ - --disable-rpath \ - --disable-silent-rules + --disable-rpath } DOCS=( AUTHORS BUGS ChangeLog NEWS README THANKS TODO doc/{API,FAT,USER.jp} ) diff --git a/sys-block/parted/parted-3.2_p25.ebuild b/sys-block/parted/parted-3.2_p25.ebuild index abcbbbaedd88..4e4c2d823f4e 100644 --- a/sys-block/parted/parted-3.2_p25.ebuild +++ b/sys-block/parted/parted-3.2_p25.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 @@ -56,8 +56,7 @@ src_configure() { $(use_enable selinux) \ $(use_enable static-libs static) \ $(use_with readline) \ - --disable-rpath \ - --disable-silent-rules + --disable-rpath } DOCS=( AUTHORS BUGS ChangeLog NEWS README THANKS TODO doc/{API,FAT,USER.jp} ) diff --git a/sys-block/parted/parted-3.3-r1.ebuild b/sys-block/parted/parted-3.3-r1.ebuild index 4f2c019b732c..aa26a6fbc5b9 100644 --- a/sys-block/parted/parted-3.3-r1.ebuild +++ b/sys-block/parted/parted-3.3-r1.ebuild @@ -48,8 +48,7 @@ src_configure() { $(use_enable selinux) \ $(use_enable static-libs static) \ $(use_with readline) \ - --disable-rpath \ - --disable-silent-rules + --disable-rpath } DOCS=( AUTHORS BUGS ChangeLog NEWS README THANKS TODO doc/{API,FAT,USER.jp} ) diff --git a/sys-block/parted/parted-99999.ebuild b/sys-block/parted/parted-99999.ebuild index a4bb63aa3d01..f107e4023828 100644 --- a/sys-block/parted/parted-99999.ebuild +++ b/sys-block/parted/parted-99999.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 @@ -51,8 +51,7 @@ src_configure() { $(use_enable static-libs static) \ $(use_with readline) \ --disable-gcc-warnings \ - --disable-rpath \ - --disable-silent-rules + --disable-rpath } DOCS=( AUTHORS BUGS ChangeLog NEWS README THANKS TODO doc/{API,FAT,USER.jp} ) -- cgit v1.2.3-65-gdbad