diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-01-29 20:22:33 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-01-29 20:22:33 +0000 |
commit | 8b9d352160b61d6e217eb8752a2f6ce982b28378 (patch) | |
tree | d319c572d1416d5f8d0fe47714843994c437e405 /xfce-base | |
parent | Remove weird extra tabs. (diff) | |
download | gentoo-2-8b9d352160b61d6e217eb8752a2f6ce982b28378.tar.gz gentoo-2-8b9d352160b61d6e217eb8752a2f6ce982b28378.tar.bz2 gentoo-2-8b9d352160b61d6e217eb8752a2f6ce982b28378.zip |
force old libnotify in old exo
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'xfce-base')
-rw-r--r-- | xfce-base/exo/exo-0.3.107.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xfce-base/exo/exo-0.3.107.ebuild b/xfce-base/exo/exo-0.3.107.ebuild index 9aecf3e134bc..77ca62a4df87 100644 --- a/xfce-base/exo/exo-0.3.107.ebuild +++ b/xfce-base/exo/exo-0.3.107.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.3.107.ebuild,v 1.12 2010/09/14 13:23:34 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.3.107.ebuild,v 1.13 2011/01/29 20:22:33 ssuominen Exp $ EAPI=3 inherit xfconf python multilib @@ -19,7 +19,7 @@ RDEPEND=">=dev-lang/perl-5.6 >=dev-libs/glib-2.6:2 >=x11-libs/gtk+-2.6:2 >=xfce-base/libxfce4util-4.6.1 - libnotify? ( x11-libs/libnotify ) + libnotify? ( <x11-libs/libnotify-0.7 ) hal? ( sys-apps/hal ) python? ( dev-python/pygtk )" DEPEND="${RDEPEND} |