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 /media-gfx/gimp | |
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 'media-gfx/gimp')
-rw-r--r-- | media-gfx/gimp/gimp-2.10.8-r2.ebuild | 3 | ||||
-rw-r--r-- | media-gfx/gimp/gimp-2.8.22-r2.ebuild | 1 | ||||
-rw-r--r-- | media-gfx/gimp/gimp-2.9.8-r1.ebuild | 3 |
3 files changed, 0 insertions, 7 deletions
diff --git a/media-gfx/gimp/gimp-2.10.8-r2.ebuild b/media-gfx/gimp/gimp-2.10.8-r2.ebuild index 936e49178bae..81f9d5d67b15 100644 --- a/media-gfx/gimp/gimp-2.10.8-r2.ebuild +++ b/media-gfx/gimp/gimp-2.10.8-r2.ebuild @@ -126,10 +126,7 @@ src_configure() { local myconf=( GEGL="${EPREFIX}"/usr/bin/gegl-0.4 GDBUS_CODEGEN="${EPREFIX}"/bin/false - --enable-default-binary - --disable-silent-rules - $(use_with !aqua x) $(use_with aalib aa) $(use_with alsa) diff --git a/media-gfx/gimp/gimp-2.8.22-r2.ebuild b/media-gfx/gimp/gimp-2.8.22-r2.ebuild index 2019f5fca97e..aba75474c081 100644 --- a/media-gfx/gimp/gimp-2.8.22-r2.ebuild +++ b/media-gfx/gimp/gimp-2.8.22-r2.ebuild @@ -75,7 +75,6 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" pkg_setup() { G2CONF="--enable-default-binary \ - --disable-silent-rules \ $(use_with !aqua x) \ $(use_with aalib aa) \ $(use_with alsa) \ diff --git a/media-gfx/gimp/gimp-2.9.8-r1.ebuild b/media-gfx/gimp/gimp-2.9.8-r1.ebuild index 76a5a7bea1a6..1213fde7aff4 100644 --- a/media-gfx/gimp/gimp-2.9.8-r1.ebuild +++ b/media-gfx/gimp/gimp-2.9.8-r1.ebuild @@ -116,10 +116,7 @@ src_configure() { local myconf=( GEGL=${EPREFIX}/usr/bin/gegl-0.3 GDBUS_CODEGEN=${EPREFIX}/bin/false - --enable-default-binary - --disable-silent-rules - $(use_with !aqua x) $(use_with aalib aa) $(use_with alsa) |