diff options
author | 2006-10-31 00:58:18 +0000 | |
---|---|---|
committer | 2006-10-31 00:58:18 +0000 | |
commit | fcbbc7e9b23c27e4de9daccb5265cfa22086f963 (patch) | |
tree | 07cca0d68a4ad662c759b5089084d62abf81e179 /media-sound/last-exit/last-exit-3.0.ebuild | |
parent | Initial import. This ebuild was made by Luis Medinas <metalgod@gentoo.org> an... (diff) | |
download | gentoo-2-fcbbc7e9b23c27e4de9daccb5265cfa22086f963.tar.gz gentoo-2-fcbbc7e9b23c27e4de9daccb5265cfa22086f963.tar.bz2 gentoo-2-fcbbc7e9b23c27e4de9daccb5265cfa22086f963.zip |
Fixed dbus depends
(Portage version: 2.1.2_pre3-r8)
Diffstat (limited to 'media-sound/last-exit/last-exit-3.0.ebuild')
-rw-r--r-- | media-sound/last-exit/last-exit-3.0.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/media-sound/last-exit/last-exit-3.0.ebuild b/media-sound/last-exit/last-exit-3.0.ebuild index beac43e5518e..7deee571c769 100644 --- a/media-sound/last-exit/last-exit-3.0.ebuild +++ b/media-sound/last-exit/last-exit-3.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-3.0.ebuild,v 1.1 2006/10/17 21:09:45 steev Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/last-exit/last-exit-3.0.ebuild,v 1.2 2006/10/31 00:58:18 cardoe Exp $ inherit mono gnome2 eutils @@ -24,7 +24,8 @@ DEPEND=">=gnome-base/gconf-2.0 >=dev-dotnet/gtk-sharp-1.9.2 >=dev-dotnet/gnome-sharp-1.9.2 >=dev-dotnet/glade-sharp-1.9.2 - >=dev-dotnet/gconf-sharp-1.9.2" + >=dev-dotnet/gconf-sharp-1.9.2 + || ( >=dev-libs/dbus-glib-0.71 <sys-apps/dbus-0.90 )" S=${WORKDIR}/"${PN}-3" @@ -34,7 +35,7 @@ pkg_setup() { } src_install() { - make DESTDIR=${D} install + make DESTDIR="${D}" install } pkg_postinst() { |