diff options
Diffstat (limited to 'sys-apps/dbus/dbus-1.1.4.ebuild')
-rw-r--r-- | sys-apps/dbus/dbus-1.1.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/dbus/dbus-1.1.4.ebuild b/sys-apps/dbus/dbus-1.1.4.ebuild index 77e6771e7d2e..566f4d3f9c30 100644 --- a/sys-apps/dbus/dbus-1.1.4.ebuild +++ b/sys-apps/dbus/dbus-1.1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-1.1.4.ebuild,v 1.5 2008/02/07 00:56:52 steev Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-1.1.4.ebuild,v 1.6 2008/02/07 02:09:51 mr_bones_ Exp $ inherit eutils multilib autotools flag-o-matic @@ -27,7 +27,7 @@ src_unpack() { unpack ${A} cd "${S}" # Patch that *should* fix dbus-launch hanging around after exiting X - if use X ; then + if use X ; then epatch "${FILESDIR}/${PN}-1.1.4-xdisplay_null.patch" fi } |