diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2010-08-30 20:40:11 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2010-08-30 20:40:11 +0000 |
commit | cdd70c983fb604c398c64e8194428c85ffddef03 (patch) | |
tree | 5ad4c8ea24373a8140e643db8785d1d6090c7e98 /mail-client/balsa/balsa-2.4.7.ebuild | |
parent | Fix xorg-server depend to properly include the 1.9 series (diff) | |
download | gentoo-2-cdd70c983fb604c398c64e8194428c85ffddef03.tar.gz gentoo-2-cdd70c983fb604c398c64e8194428c85ffddef03.tar.bz2 gentoo-2-cdd70c983fb604c398c64e8194428c85ffddef03.zip |
Version bump. Clean up old revisions. Make ewarn display a bit more logical, bug #330875.
(Portage version: 2.2_rc68/cvs/Linux x86_64)
Diffstat (limited to 'mail-client/balsa/balsa-2.4.7.ebuild')
-rw-r--r-- | mail-client/balsa/balsa-2.4.7.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mail-client/balsa/balsa-2.4.7.ebuild b/mail-client/balsa/balsa-2.4.7.ebuild index 28f65968cf66..2f8b0333c707 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 # 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.7 2010/06/29 16:04:45 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/balsa/balsa-2.4.7.ebuild,v 1.8 2010/08/30 20:40:11 eva Exp $ EAPI="2" GCONF_DEBUG="no" @@ -67,10 +67,12 @@ pkg_setup() { G2CONF="${G2CONF} --without-gpgme" fi - if use webkit || use gtkhtml ; then + if use webkit && use gtkhtml ; then ewarn "Only one html widget can be enabled at the same time." ewarn "Selecting gtkhtml by default." + fi + if use webkit || use gtkhtml; then if use gtkhtml ; then G2CONF="${G2CONF} --with-html-widget=gtkhtml3" else |