projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b49905
)
net-wireless/blueman: Ignore network tooling check in configure
author
Michał Górny
<mgorny@gentoo.org>
Fri, 28 Dec 2018 04:54:18 +0000
(
05:54
+0100)
committer
Michał Górny
<mgorny@gentoo.org>
Fri, 28 Dec 2018 05:12:28 +0000
(06:12 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
net-wireless/blueman/blueman-9999.ebuild
patch
|
blob
|
history
diff --git
a/net-wireless/blueman/blueman-9999.ebuild
b/net-wireless/blueman/blueman-9999.ebuild
index 84d20f082a0af7c5f470debb6bb4b2068ccd3932..843e55d17cad5c638c4b94283612d21f7a863ea5 100644
(file)
--- a/
net-wireless/blueman/blueman-9999.ebuild
+++ b/
net-wireless/blueman/blueman-9999.ebuild
@@
-1,4
+1,4
@@
-# Copyright 1999-2018 Gentoo
Foundation
+# Copyright 1999-2018 Gentoo
Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@
-90,6
+90,8
@@
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[@]}"
}