diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-05-08 18:00:13 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-05-08 18:00:13 +0000 |
commit | df2d12005e9a5cd53dd1ad0c83b08c0c31504e9e (patch) | |
tree | 7e01a2c469fc9d60b6266f386ceedf9ddef3222c /mail-client/balsa | |
parent | Version bump (fixes bug #220855). (diff) | |
download | gentoo-2-df2d12005e9a5cd53dd1ad0c83b08c0c31504e9e.tar.gz gentoo-2-df2d12005e9a5cd53dd1ad0c83b08c0c31504e9e.tar.bz2 gentoo-2-df2d12005e9a5cd53dd1ad0c83b08c0c31504e9e.zip |
alpha/sparc stable wrt #216903
(Portage version: 2.1.4.4)
Diffstat (limited to 'mail-client/balsa')
-rw-r--r-- | mail-client/balsa/ChangeLog | 5 | ||||
-rw-r--r-- | mail-client/balsa/balsa-2.3.22.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/mail-client/balsa/ChangeLog b/mail-client/balsa/ChangeLog index 0fb929623417..bc947ec9454b 100644 --- a/mail-client/balsa/ChangeLog +++ b/mail-client/balsa/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-client/balsa # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/balsa/ChangeLog,v 1.60 2008/01/18 10:31:24 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/balsa/ChangeLog,v 1.61 2008/05/08 18:00:13 armin76 Exp $ + + 08 May 2008; Raúl Porcel <armin76@gentoo.org> balsa-2.3.22.ebuild: + alpha/sparc stable wrt #216903 18 Jan 2008; Gilles Dartiguelongue <eva@gentoo.org> balsa-2.3.22.ebuild: fix use libnotify behavior (bug #199583), diff --git a/mail-client/balsa/balsa-2.3.22.ebuild b/mail-client/balsa/balsa-2.3.22.ebuild index 7374d2ef81e2..776c260513e9 100644 --- a/mail-client/balsa/balsa-2.3.22.ebuild +++ b/mail-client/balsa/balsa-2.3.22.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/balsa/balsa-2.3.22.ebuild,v 1.3 2008/01/18 10:31:24 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/balsa/balsa-2.3.22.ebuild,v 1.4 2008/05/08 18:00:13 armin76 Exp $ inherit gnome2 @@ -10,7 +10,7 @@ SRC_URI="http://balsa.gnome.org/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" +KEYWORDS="alpha ~amd64 ~ppc sparc ~x86" # Doesn't currently build with -gnome IUSE="crypt doc gtkhtml gtkspell kerberos ldap libnotify pcre rubrica sqlite ssl xface" |