net-wireless/blueman: Revert unnecessary tool-check hack
authorMichał Górny <mgorny@gentoo.org>
Fri, 28 Dec 2018 12:11:55 +0000 (13:11 +0100)
committerMichał Górny <mgorny@gentoo.org>
Fri, 28 Dec 2018 12:16:49 +0000 (13:16 +0100)
Revert the unnecessary NETWORKTOOLS hack, as we are explicitly disabling
runtime checks anyway.  Pointed out by Christopher Schramm, thanks!

Signed-off-by: Michał Górny <mgorny@gentoo.org>
net-wireless/blueman/blueman-2.1_alpha3.ebuild
net-wireless/blueman/blueman-9999.ebuild

index 2d562123946b2cfdcfe514e5de57601a73851569..0614db12fa297a476fea8a9907642610d6fb4154 100644 (file)
@@ -95,8 +95,6 @@ src_configure() {
                # thunar integration is a single data file with no extra deps
                # so install it unconditionally
                --enable-thunar-sendto
-               # ignore pointless check
-               NETWORKTOOLS=/bin/true
        )
        econf "${myconf[@]}"
 }
index 196054772bec4dea975c3f8e862a4701e296eee8..8d8e500741c7c5d801103b52e495890b685fe821 100644 (file)
@@ -93,8 +93,6 @@ src_configure() {
                # thunar integration is a single data file with no extra deps
                # so install it unconditionally
                --enable-thunar-sendto
-               # ignore pointless check
-               NETWORKTOOLS=/bin/true
        )
        econf "${myconf[@]}"
 }