diff options
author | Christoph Mende <angelos@gentoo.org> | 2007-09-22 18:27:19 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2007-09-22 18:27:19 +0000 |
commit | e9e6588c292612125fed175f5429c1aebf3b5bd7 (patch) | |
tree | 02a0c3375026fa08c48ff8b7f7b74ebe52c75d69 /mail-client/balsa | |
parent | Stable on ppc wrt bug 189292 (diff) | |
download | gentoo-2-e9e6588c292612125fed175f5429c1aebf3b5bd7.tar.gz gentoo-2-e9e6588c292612125fed175f5429c1aebf3b5bd7.tar.bz2 gentoo-2-e9e6588c292612125fed175f5429c1aebf3b5bd7.zip |
Stable on amd64 wrt security bug #193179
(Portage version: 2.1.3.9)
Diffstat (limited to 'mail-client/balsa')
-rw-r--r-- | mail-client/balsa/ChangeLog | 5 | ||||
-rw-r--r-- | mail-client/balsa/balsa-2.3.20.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/mail-client/balsa/ChangeLog b/mail-client/balsa/ChangeLog index f3b1ebe7b2e6..67934fcc63d2 100644 --- a/mail-client/balsa/ChangeLog +++ b/mail-client/balsa/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-client/balsa # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/balsa/ChangeLog,v 1.54 2007/09/21 16:24:56 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/balsa/ChangeLog,v 1.55 2007/09/22 18:27:19 angelos Exp $ + + 22 Sep 2007; Christoph Mende <angelos@gentoo.org> balsa-2.3.20.ebuild: + Stable on amd64 wrt security bug #193179 21 Sep 2007; Raúl Porcel <armin76@gentoo.org> balsa-2.3.20.ebuild: alpha stable wrt security #193179 diff --git a/mail-client/balsa/balsa-2.3.20.ebuild b/mail-client/balsa/balsa-2.3.20.ebuild index 6c11cf69d8ca..1b4c4496f727 100644 --- a/mail-client/balsa/balsa-2.3.20.ebuild +++ b/mail-client/balsa/balsa-2.3.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/balsa/balsa-2.3.20.ebuild,v 1.4 2007/09/21 16:24:56 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/balsa/balsa-2.3.20.ebuild,v 1.5 2007/09/22 18:27:19 angelos Exp $ inherit gnome2 eutils autotools @@ -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 sqlite ssl xface" |