diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-02-05 10:08:07 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-02-05 10:08:07 +0000 |
commit | 42752eb1b8a0fa4cbb19024c86970b66969908eb (patch) | |
tree | c1d7ff27f7af7a8f762a0a378bf606a2b1a84392 | |
parent | Fix building with x11-libs/libnotify >= 0.7. (diff) | |
download | gentoo-2-42752eb1b8a0fa4cbb19024c86970b66969908eb.tar.gz gentoo-2-42752eb1b8a0fa4cbb19024c86970b66969908eb.tar.bz2 gentoo-2-42752eb1b8a0fa4cbb19024c86970b66969908eb.zip |
pin to old libnotify
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
-rw-r--r-- | mail-client/balsa/balsa-2.4.7.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail-client/balsa/balsa-2.4.7.ebuild b/mail-client/balsa/balsa-2.4.7.ebuild index 2f8b0333c707..e5b1c891a66e 100644 --- a/mail-client/balsa/balsa-2.4.7.ebuild +++ b/mail-client/balsa/balsa-2.4.7.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/mail-client/balsa/balsa-2.4.7.ebuild,v 1.8 2010/08/30 20:40:11 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/balsa/balsa-2.4.7.ebuild,v 1.9 2011/02/05 10:08:07 ssuominen Exp $ EAPI="2" GCONF_DEBUG="no" @@ -37,7 +37,7 @@ RDEPEND=">=dev-libs/glib-2.16 >=x11-libs/gtksourceview-2 ) gtkhtml? ( >=gnome-extra/gtkhtml-3.14 ) sqlite? ( >=dev-db/sqlite-2.8 ) - libnotify? ( x11-libs/libnotify ) + libnotify? ( <x11-libs/libnotify-0.7 ) gtkspell? ( =app-text/gtkspell-2* app-text/enchant ) |