diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2011-01-24 16:33:42 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2011-01-24 16:33:42 +0000 |
commit | 67084bbb06aad84bf64f941063e8911671c1cdd0 (patch) | |
tree | 0ed3103648df3cc35721f50c5c4d958c93fd04aa /mail-client/balsa | |
parent | Bump to EAPI 3 for dependency slot pinning. (diff) | |
download | gentoo-2-67084bbb06aad84bf64f941063e8911671c1cdd0.tar.gz gentoo-2-67084bbb06aad84bf64f941063e8911671c1cdd0.tar.bz2 gentoo-2-67084bbb06aad84bf64f941063e8911671c1cdd0.zip |
Pin dependencies to appropriate slots.
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'mail-client/balsa')
-rw-r--r-- | mail-client/balsa/ChangeLog | 7 | ||||
-rw-r--r-- | mail-client/balsa/balsa-2.4.8.ebuild | 10 |
2 files changed, 10 insertions, 7 deletions
diff --git a/mail-client/balsa/ChangeLog b/mail-client/balsa/ChangeLog index c08924601608..099082cd1ffe 100644 --- a/mail-client/balsa/ChangeLog +++ b/mail-client/balsa/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-client/balsa -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/balsa/ChangeLog,v 1.103 2010/08/30 20:40:11 eva Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/mail-client/balsa/ChangeLog,v 1.104 2011/01/24 16:33:42 eva Exp $ + + 24 Jan 2011; Gilles Dartiguelongue <eva@gentoo.org> balsa-2.4.8.ebuild: + Pin dependencies to appropriate slots. *balsa-2.4.8 (30 Aug 2010) diff --git a/mail-client/balsa/balsa-2.4.8.ebuild b/mail-client/balsa/balsa-2.4.8.ebuild index e67ae253e366..2390f8374334 100644 --- a/mail-client/balsa/balsa-2.4.8.ebuild +++ b/mail-client/balsa/balsa-2.4.8.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.8.ebuild,v 1.1 2010/08/30 20:40:11 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/balsa/balsa-2.4.8.ebuild,v 1.2 2011/01/24 16:33:42 eva Exp $ EAPI="2" GCONF_DEBUG="no" @@ -18,8 +18,8 @@ KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" IUSE="crypt gnome gtkhtml +gtkspell kerberos ldap libnotify networkmanager rubrica sqlite ssl webkit xface" # TODO: esmtp can be optional -RDEPEND=">=dev-libs/glib-2.16 - >=x11-libs/gtk+-2.18 +RDEPEND=">=dev-libs/glib-2.16:2 + >=x11-libs/gtk+-2.18:2 dev-libs/gmime:2.4 dev-libs/libunique >=net-libs/libesmtp-1.0.3 @@ -35,7 +35,7 @@ RDEPEND=">=dev-libs/glib-2.16 >=gnome-base/libgnomeui-2.0 >=gnome-base/gconf-2.0 >=gnome-base/gnome-keyring-2.20 - >=x11-libs/gtksourceview-2.10 ) + >=x11-libs/gtksourceview-2.10:2.0 ) gtkhtml? ( >=gnome-extra/gtkhtml-3.14 ) sqlite? ( >=dev-db/sqlite-2.8 ) libnotify? ( x11-libs/libnotify ) |