commit: 7e6c085b8bdca145a17407afae331ed8e6ba8ed6 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Nov 4 09:14:40 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Nov 4 09:14:40 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e6c085b
xfce-extra/xfce4-notifyd: Workaround stale DBUS_BINDING_TOOL check Closes: https://bugs.gentoo.org/670244 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.3.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.3.ebuild b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.3.ebuild index a30bc99caf0..8e1678c590f 100644 --- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.3.ebuild +++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.3.ebuild @@ -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 }
