diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-02-07 02:09:51 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-02-07 02:09:51 +0000 |
commit | b952b442a6677a5e55e9bda9f15220f37f10cdcb (patch) | |
tree | f43022e3473f23ffc57886f20875ec8849bb8c75 /sys-apps/dbus | |
parent | Version bump, related to bug #207612. (diff) | |
download | gentoo-2-b952b442a6677a5e55e9bda9f15220f37f10cdcb.tar.gz gentoo-2-b952b442a6677a5e55e9bda9f15220f37f10cdcb.tar.bz2 gentoo-2-b952b442a6677a5e55e9bda9f15220f37f10cdcb.zip |
whitespace
(Portage version: 2.1.3.19)
Diffstat (limited to 'sys-apps/dbus')
-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 } |