diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-06-08 17:54:33 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-06-08 17:54:33 +0000 |
commit | 2b804474aff62483ef1c42624ed4fb7039a83265 (patch) | |
tree | 45045a03da9ae1a078513258db47016c0aaf58b8 /mail-client | |
parent | Move dev-db/pygresql to dev-python/pygresql as it is a Python specifc driver. (diff) | |
download | gentoo-2-2b804474aff62483ef1c42624ed4fb7039a83265.tar.gz gentoo-2-2b804474aff62483ef1c42624ed4fb7039a83265.tar.bz2 gentoo-2-2b804474aff62483ef1c42624ed4fb7039a83265.zip |
It uses webkit-gtk:4 slot instead of old :3
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/balsa/ChangeLog | 5 | ||||
-rw-r--r-- | mail-client/balsa/balsa-2.5.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/mail-client/balsa/ChangeLog b/mail-client/balsa/ChangeLog index 7828676dcf4d..3d975266c8bd 100644 --- a/mail-client/balsa/ChangeLog +++ b/mail-client/balsa/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-client/balsa # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/balsa/ChangeLog,v 1.135 2015/06/07 12:02:58 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/balsa/ChangeLog,v 1.136 2015/06/08 17:54:33 pacho Exp $ + + 08 Jun 2015; Pacho Ramos <pacho@gentoo.org> balsa-2.5.2.ebuild: + It uses webkit-gtk:4 slot instead of old :3 07 Jun 2015; Pacho Ramos <pacho@gentoo.org> balsa-2.4.14.ebuild: Move to testing for all but amd64/x86 arches diff --git a/mail-client/balsa/balsa-2.5.2.ebuild b/mail-client/balsa/balsa-2.5.2.ebuild index 3f9f3ea50c5d..12da09cb2f09 100644 --- a/mail-client/balsa/balsa-2.5.2.ebuild +++ b/mail-client/balsa/balsa-2.5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/balsa/balsa-2.5.2.ebuild,v 1.1 2015/06/07 12:02:20 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/balsa/balsa-2.5.2.ebuild,v 1.2 2015/06/08 17:54:33 pacho Exp $ EAPI="5" GCONF_DEBUG="no" @@ -40,7 +40,7 @@ RDEPEND=" ldap? ( net-nds/openldap ) rubrica? ( dev-libs/libxml2:2 ) ssl? ( dev-libs/openssl:= ) - webkit? ( net-libs/webkit-gtk:3 ) + webkit? ( net-libs/webkit-gtk:4 ) xface? ( >=media-libs/compface-1.5.1:= ) " DEPEND="${RDEPEND} |