diff options
Diffstat (limited to 'app-office/orage/orage-4.7.5.ebuild')
-rw-r--r-- | app-office/orage/orage-4.7.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-office/orage/orage-4.7.5.ebuild b/app-office/orage/orage-4.7.5.ebuild index 3a98e12762c8..20e018cd39cb 100644 --- a/app-office/orage/orage-4.7.5.ebuild +++ b/app-office/orage/orage-4.7.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.7.5.ebuild,v 1.9 2011/01/14 21:44:12 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.7.5.ebuild,v 1.10 2011/01/19 22:06:06 ssuominen Exp $ EAPI=3 EAUTORECONF=yes @@ -21,7 +21,7 @@ RDEPEND=">=x11-libs/gtk+-2.10:2 >=dev-libs/libical-0.43 berkdb? ( >=sys-libs/db-4 ) libnotify? ( x11-libs/libnotify ) - dbus? ( dev-libs/dbus-glib )" + dbus? ( >=dev-libs/dbus-glib-0.88 )" DEPEND="${RDEPEND} dev-util/pkgconfig dev-util/intltool" |