diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-01-30 08:20:29 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-01-30 08:20:29 +0000 |
commit | 6ef639e78e18c208910028d3e79caa523a3c5f64 (patch) | |
tree | 74b2b7deab431304950736a6a92b0847e3d72a12 /app-office | |
parent | Add EAPI=4 support (diff) | |
download | gentoo-2-6ef639e78e18c208910028d3e79caa523a3c5f64.tar.gz gentoo-2-6ef639e78e18c208910028d3e79caa523a3c5f64.tar.bz2 gentoo-2-6ef639e78e18c208910028d3e79caa523a3c5f64.zip |
force old libnotify in old orage
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'app-office')
-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 773ee9cd0adc..6fd9922bdd66 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.11 2011/01/25 18:01:09 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.7.5.ebuild,v 1.12 2011/01/30 08:20:29 ssuominen Exp $ EAPI=3 EAUTORECONF=yes @@ -20,7 +20,7 @@ RDEPEND=">=x11-libs/gtk+-2.10:2 >=xfce-base/xfce4-panel-4.6 >=dev-libs/libical-0.43 berkdb? ( >=sys-libs/db-4 ) - libnotify? ( x11-libs/libnotify ) + libnotify? ( <x11-libs/libnotify-0.7 ) dbus? ( >=dev-libs/dbus-glib-0.88 )" DEPEND="${RDEPEND} dev-util/pkgconfig |