summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2005-09-05 20:52:51 +0000
committerDoug Goldstein <cardoe@gentoo.org>2005-09-05 20:52:51 +0000
commit1d49af399af893b4146564aed68543be86118f2a (patch)
treedea23556fb3c2af1a8265a49ee24afaec6c9db2e /app-editors/mlview
parent~amd64 (diff)
downloadgentoo-2-1d49af399af893b4146564aed68543be86118f2a.tar.gz
gentoo-2-1d49af399af893b4146564aed68543be86118f2a.tar.bz2
gentoo-2-1d49af399af893b4146564aed68543be86118f2a.zip
fixing dbus deps
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-editors/mlview')
-rw-r--r--app-editors/mlview/ChangeLog5
-rw-r--r--app-editors/mlview/mlview-0.8.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/mlview/ChangeLog b/app-editors/mlview/ChangeLog
index ee6702824882..00f9c2f6ef07 100644
--- a/app-editors/mlview/ChangeLog
+++ b/app-editors/mlview/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/mlview
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/mlview/ChangeLog,v 1.12 2005/08/18 18:36:30 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/mlview/ChangeLog,v 1.13 2005/09/05 20:52:51 cardoe Exp $
+
+ 05 Sep 2005; Doug Goldstein <cardoe@gentoo.org> mlview-0.8.ebuild:
+ fixing dbus deps
18 Aug 2005; Michael Hanselmann <hansmi@gentoo.org> mlview-0.8.ebuild:
Stable on ppc.
diff --git a/app-editors/mlview/mlview-0.8.ebuild b/app-editors/mlview/mlview-0.8.ebuild
index 70c59bac821a..a02f08627894 100644
--- a/app-editors/mlview/mlview-0.8.ebuild
+++ b/app-editors/mlview/mlview-0.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/mlview/mlview-0.8.ebuild,v 1.3 2005/08/18 18:36:30 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/mlview/mlview-0.8.ebuild,v 1.4 2005/09/05 20:52:51 cardoe Exp $
inherit eutils gnome2
@@ -21,7 +21,7 @@ RDEPEND=">=dev-libs/libxml2-2.6.11
>=gnome-base/gconf-2.6.2
>=gnome-base/eel-2.6.2
>=x11-libs/gtksourceview-1
- dbus? ( >=sys-apps/dbus-0.22 )
+ dbus? ( =sys-apps/dbus-0.23* )
sys-libs/zlib"
DEPEND="${RDEPEND}
>=dev-util/intltool-0.33