diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-12-28 13:11:55 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-12-28 13:16:49 +0100 |
commit | 33f753483a590ef9b0537b67812513b469b0f97e (patch) | |
tree | 587bb49a57ed61188d9b49819d9e9c499310b227 /net-wireless/blueman | |
parent | sys-block/open-iscsi: Drop old (diff) | |
download | gentoo-33f753483a590ef9b0537b67812513b469b0f97e.tar.gz gentoo-33f753483a590ef9b0537b67812513b469b0f97e.tar.bz2 gentoo-33f753483a590ef9b0537b67812513b469b0f97e.zip |
net-wireless/blueman: Revert unnecessary tool-check hack
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>
Diffstat (limited to 'net-wireless/blueman')
-rw-r--r-- | net-wireless/blueman/blueman-2.1_alpha3.ebuild | 2 | ||||
-rw-r--r-- | net-wireless/blueman/blueman-9999.ebuild | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/net-wireless/blueman/blueman-2.1_alpha3.ebuild b/net-wireless/blueman/blueman-2.1_alpha3.ebuild index 2d562123946b..0614db12fa29 100644 --- a/net-wireless/blueman/blueman-2.1_alpha3.ebuild +++ b/net-wireless/blueman/blueman-2.1_alpha3.ebuild @@ -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[@]}" } diff --git a/net-wireless/blueman/blueman-9999.ebuild b/net-wireless/blueman/blueman-9999.ebuild index 196054772bec..8d8e500741c7 100644 --- a/net-wireless/blueman/blueman-9999.ebuild +++ b/net-wireless/blueman/blueman-9999.ebuild @@ -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[@]}" } |