summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/last-exit/last-exit-2.0.ebuild')
-rw-r--r--media-sound/last-exit/last-exit-2.0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/last-exit/last-exit-2.0.ebuild b/media-sound/last-exit/last-exit-2.0.ebuild
index 509dd65dbe78..04649fea287b 100644
--- a/media-sound/last-exit/last-exit-2.0.ebuild
+++ b/media-sound/last-exit/last-exit-2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/last-exit/last-exit-2.0.ebuild,v 1.3 2006/10/25 00:01:01 steev Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/last-exit/last-exit-2.0.ebuild,v 1.4 2006/10/31 00:58:18 cardoe Exp $
inherit mono gnome2 eutils
@@ -25,7 +25,7 @@ DEPEND=">=gnome-base/gconf-2.0
>=dev-dotnet/gnome-sharp-1.9.2
>=dev-dotnet/glade-sharp-1.9.2
>=dev-dotnet/gconf-sharp-1.9.2
- >=sys-apps/dbus-0.60"
+ || ( >=dev-libs/dbus-glib-0.71 <sys-apps/dbus-0.90 )"
pkg_setup() {
G2CONF="${G2CONF} \
@@ -33,7 +33,7 @@ pkg_setup() {
}
src_install() {
- make DESTDIR=${D} install
+ make DESTDIR="${D}" install
}
pkg_postinst() {