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 | |
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')
-rw-r--r-- | app-office/orage/orage-4.7.5.ebuild | 4 | ||||
-rw-r--r-- | app-office/orage/orage-4.8.0.ebuild | 4 |
2 files changed, 4 insertions, 4 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" diff --git a/app-office/orage/orage-4.8.0.ebuild b/app-office/orage/orage-4.8.0.ebuild index 4cbfe3623cc0..4b8b9ab4aa37 100644 --- a/app-office/orage/orage-4.8.0.ebuild +++ b/app-office/orage/orage-4.8.0.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.8.0.ebuild,v 1.1 2011/01/13 14:52:13 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.8.0.ebuild,v 1.2 2011/01/19 22:06:06 ssuominen Exp $ EAPI=3 inherit flag-o-matic xfconf @@ -18,7 +18,7 @@ RDEPEND=">=dev-libs/libical-0.43 dev-libs/popt >=x11-libs/gtk+-2.10:2 berkdb? ( >=sys-libs/db-4 ) - dbus? ( >=dev-libs/dbus-glib-0.34 ) + dbus? ( >=dev-libs/dbus-glib-0.88 ) libnotify? ( >=x11-libs/libnotify-0.3.2 ) xfce_plugins_clock? ( >=xfce-base/xfce4-panel-4.6 )" DEPEND="${RDEPEND} |