diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-01-19 22:06:06 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-01-19 22:06:06 +0000 |
commit | 502942dde9031f3213c234fb03ba2e37d774aafa (patch) | |
tree | e28a325f565adeb47f5f75433a3dd1d9b8f453f5 /app-office/orage/orage-4.7.5.ebuild | |
parent | 19 Jan 2011; Zac Medico <zmedico@gentoo.org> podofo-0.8.4.ebuild: (diff) | |
download | gentoo-2-502942dde9031f3213c234fb03ba2e37d774aafa.tar.gz gentoo-2-502942dde9031f3213c234fb03ba2e37d774aafa.tar.bz2 gentoo-2-502942dde9031f3213c234fb03ba2e37d774aafa.zip |
Use safe version of dbus-glib
(Portage version: 2.2.0_alpha15/cvs/Linux x86_64)
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" |