xfce-extra/xfce4-notifyd: Workaround stale DBUS_BINDING_TOOL check

Closes: https://bugs.gentoo.org/670244
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2018-11-04 10:14:40 +01:00
parent 41293544c2
commit 7e6c085b8b

View File

@@ -27,6 +27,12 @@ DEPEND="${RDEPEND}
sys-devel/gettext
virtual/pkgconfig"
src_configure() {
# DBUS_BINDING_TOOL is not used anymore
# https://bugzilla.xfce.org/show_bug.cgi?id=14835
econf DBUS_BINDING_TOOL=$(type -P false)
}
pkg_postinst() {
gnome2_icon_cache_update
}