diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-12-11 09:02:14 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-12-11 09:02:14 +0000 |
commit | 27acd7f1ea2b16d1de4025e200b3ad2d2e34e81a (patch) | |
tree | d69c252ba607269b4e10948db8fb1c89424f885d /net-libs | |
parent | x86 stable wrt bug #392833 (diff) | |
download | gentoo-2-27acd7f1ea2b16d1de4025e200b3ad2d2e34e81a.tar.gz gentoo-2-27acd7f1ea2b16d1de4025e200b3ad2d2e34e81a.tar.bz2 gentoo-2-27acd7f1ea2b16d1de4025e200b3ad2d2e34e81a.zip |
x86 stable wrt bug #393169
(Portage version: 2.1.10.11/cvs/Linux i686)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/loudmouth/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/loudmouth/loudmouth-1.4.3-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-libs/loudmouth/ChangeLog b/net-libs/loudmouth/ChangeLog index 59634d6dd85c..7e204fb05ac9 100644 --- a/net-libs/loudmouth/ChangeLog +++ b/net-libs/loudmouth/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/loudmouth # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.100 2011/12/05 19:41:27 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.101 2011/12/11 09:02:14 phajdan.jr Exp $ + + 11 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> + loudmouth-1.4.3-r2.ebuild: + x86 stable wrt bug #393169 05 Dec 2011; Jeroen Roovers <jer@gentoo.org> loudmouth-1.4.3.ebuild, loudmouth-1.4.3-r1.ebuild, loudmouth-1.4.3-r2.ebuild: diff --git a/net-libs/loudmouth/loudmouth-1.4.3-r2.ebuild b/net-libs/loudmouth/loudmouth-1.4.3-r2.ebuild index db3cab0e4196..2a41fb0b003c 100644 --- a/net-libs/loudmouth/loudmouth-1.4.3-r2.ebuild +++ b/net-libs/loudmouth/loudmouth-1.4.3-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 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-r2.ebuild,v 1.3 2011/12/05 19:41:27 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.3-r2.ebuild,v 1.4 2011/12/11 09:02:14 phajdan.jr Exp $ EAPI="4" GNOME_TARBALL_SUFFIX="bz2" @@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/engineyard/loudmouth" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~ppc-macos" IUSE="asyncns debug doc ssl static-libs test" |