summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-libs/loudmouth/ChangeLog6
-rw-r--r--net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/net-libs/loudmouth/ChangeLog b/net-libs/loudmouth/ChangeLog
index 9fcc4367f0ee..97f99a7776ed 100644
--- a/net-libs/loudmouth/ChangeLog
+++ b/net-libs/loudmouth/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-libs/loudmouth
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.92 2010/05/25 21:28:27 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.93 2010/05/30 16:22:32 phajdan.jr Exp $
+
+ 30 May 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+ loudmouth-1.4.3-r1.ebuild:
+ x86 stable wrt bug #320273
25 May 2010; Pacho Ramos <pacho@gentoo.org> loudmouth-1.4.3-r1.ebuild:
stable amd64, bug 320273
diff --git a/net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild b/net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild
index 2e79393dfe83..c9834b101b42 100644
--- a/net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild
+++ b/net-libs/loudmouth/loudmouth-1.4.3-r1.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/net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild,v 1.6 2010/05/25 21:28:27 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild,v 1.7 2010/05/30 16:22:32 phajdan.jr Exp $
inherit autotools gnome2
@@ -10,7 +10,7 @@ SRC_URI="http://ftp.imendio.com/pub/imendio/${PN}/src/${P}.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~ppc-macos"
IUSE="asyncns doc ssl debug test"
@@ -53,7 +53,7 @@ src_unpack() {
# Fix detection of gnutls-2.8, bug #272027
epatch "${FILESDIR}/${P}-gnutls28.patch"
- # Fix digest auth with SRV (or similar)
+ # Fix digest auth with SRV (or similar)
# Upstream: http://loudmouth.lighthouseapp.com/projects/17276-libloudmouth/tickets/44-md5-digest-uri-not-set-correctly-when-using-srv
epatch "${FILESDIR}/${P}-fix-sasl-md5-digest-uri.patch"