diff options
author | Stephen Klimaszewski <steev@gentoo.org> | 2006-10-25 00:01:01 +0000 |
---|---|---|
committer | Stephen Klimaszewski <steev@gentoo.org> | 2006-10-25 00:01:01 +0000 |
commit | 6335f1c1f94c709145584fae86318ac4d53effe4 (patch) | |
tree | cfa1d91a1418d4e12b2488c740584cbaea36cbb2 /media-sound | |
parent | Marked ~ppc (diff) | |
download | gentoo-2-6335f1c1f94c709145584fae86318ac4d53effe4.tar.gz gentoo-2-6335f1c1f94c709145584fae86318ac4d53effe4.tar.bz2 gentoo-2-6335f1c1f94c709145584fae86318ac4d53effe4.zip |
Fix dbus dep in last-exit 2.0 still need to fix 3.0, but will be fixing it to use modular dbus.
(Portage version: 2.1.1)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/last-exit/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/last-exit/last-exit-2.0.ebuild | 5 |
2 files changed, 9 insertions, 3 deletions
diff --git a/media-sound/last-exit/ChangeLog b/media-sound/last-exit/ChangeLog index 3ca80b6c2621..614f1347c73e 100644 --- a/media-sound/last-exit/ChangeLog +++ b/media-sound/last-exit/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-sound/last-exit # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/last-exit/ChangeLog,v 1.4 2006/10/17 21:09:45 steev Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/last-exit/ChangeLog,v 1.5 2006/10/25 00:01:01 steev Exp $ + + 24 Oct 2006; Steev Klimaszewski <steev@gentoo.org> last-exit-2.0.ebuild: + Add dbus > .60 dep, since that is what the configure script looks for - really + this needs to be fixed for modular depps. Partially fixes a bug reported by + Jakub. *last-exit-3.0 (17 Oct 2006) diff --git a/media-sound/last-exit/last-exit-2.0.ebuild b/media-sound/last-exit/last-exit-2.0.ebuild index 49900f9a6f99..509dd65dbe78 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.2 2006/08/01 16:28:27 metalgod Exp $ +# $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 $ 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 + >=sys-apps/dbus-0.60" pkg_setup() { G2CONF="${G2CONF} \ |