diff options
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/icecast/icecast-2.4.4.ebuild | 4 | ||||
-rw-r--r-- | net-misc/radvd/radvd-2.14.ebuild | 3 | ||||
-rw-r--r-- | net-misc/radvd/radvd-2.17-r1.ebuild | 3 | ||||
-rw-r--r-- | net-misc/radvd/radvd-2.17-r2.ebuild | 3 | ||||
-rw-r--r-- | net-misc/radvd/radvd-2.18.ebuild | 3 | ||||
-rw-r--r-- | net-misc/tigervnc/tigervnc-1.9.0-r1.ebuild | 1 |
6 files changed, 5 insertions, 12 deletions
diff --git a/net-misc/icecast/icecast-2.4.4.ebuild b/net-misc/icecast/icecast-2.4.4.ebuild index 0047b2cccc17..9b56924bcfdc 100644 --- a/net-misc/icecast/icecast-2.4.4.ebuild +++ b/net-misc/icecast/icecast-2.4.4.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 @@ -51,8 +51,6 @@ src_prepare() { src_configure() { local myeconfargs=( - --disable-dependency-tracking - --docdir=/usr/share/doc/${PF} --sysconfdir=/etc/icecast2 $(use_enable kate) $(use_enable yp) diff --git a/net-misc/radvd/radvd-2.14.ebuild b/net-misc/radvd/radvd-2.14.ebuild index 8f55c47281ee..10c95d877f76 100644 --- a/net-misc/radvd/radvd-2.14.ebuild +++ b/net-misc/radvd/radvd-2.14.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 @@ -40,7 +40,6 @@ src_prepare() { src_configure() { econf --with-pidfile=/var/run/radvd/radvd.pid \ - --disable-silent-rules \ $(use_with test check) } diff --git a/net-misc/radvd/radvd-2.17-r1.ebuild b/net-misc/radvd/radvd-2.17-r1.ebuild index 4b9d53ef901a..f0fea1c1d0c3 100644 --- a/net-misc/radvd/radvd-2.17-r1.ebuild +++ b/net-misc/radvd/radvd-2.17-r1.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=6 @@ -33,7 +33,6 @@ pkg_setup() { src_configure() { econf --with-pidfile=/run/radvd/radvd.pid \ - --disable-silent-rules \ --with-systemdsystemunitdir=no \ $(use_with test check) } diff --git a/net-misc/radvd/radvd-2.17-r2.ebuild b/net-misc/radvd/radvd-2.17-r2.ebuild index 7ad88c71c468..43a5f5a68013 100644 --- a/net-misc/radvd/radvd-2.17-r2.ebuild +++ b/net-misc/radvd/radvd-2.17-r2.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=6 @@ -37,7 +37,6 @@ pkg_setup() { src_configure() { econf --with-pidfile=/run/radvd/radvd.pid \ - --disable-silent-rules \ --with-systemdsystemunitdir=no \ $(use_with test check) } diff --git a/net-misc/radvd/radvd-2.18.ebuild b/net-misc/radvd/radvd-2.18.ebuild index 083d081966d6..768c32946dbd 100644 --- a/net-misc/radvd/radvd-2.18.ebuild +++ b/net-misc/radvd/radvd-2.18.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=6 @@ -36,7 +36,6 @@ pkg_setup() { src_configure() { econf --with-pidfile=/run/radvd/radvd.pid \ - --disable-silent-rules \ --with-systemdsystemunitdir=no \ $(use_with test check) } diff --git a/net-misc/tigervnc/tigervnc-1.9.0-r1.ebuild b/net-misc/tigervnc/tigervnc-1.9.0-r1.ebuild index 44eb551fcf83..cc9111542258 100644 --- a/net-misc/tigervnc/tigervnc-1.9.0-r1.ebuild +++ b/net-misc/tigervnc/tigervnc-1.9.0-r1.ebuild @@ -131,7 +131,6 @@ src_configure() { --disable-linux-acpi \ --disable-record \ --disable-selective-werror \ - --disable-silent-rules \ --disable-static \ --disable-unit-tests \ --disable-xephyr \ |