diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2008-09-13 09:39:22 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2008-09-13 09:39:22 +0000 |
commit | b395f626eb7c02f2d3684139f07bbae93cb10e92 (patch) | |
tree | 9445ad38e2e7aa64f1f1e10f88e719a4b15e1d27 /net-libs/loudmouth | |
parent | Stable on ppc wrt bug 236497 (diff) | |
download | gentoo-2-b395f626eb7c02f2d3684139f07bbae93cb10e92.tar.gz gentoo-2-b395f626eb7c02f2d3684139f07bbae93cb10e92.tar.bz2 gentoo-2-b395f626eb7c02f2d3684139f07bbae93cb10e92.zip |
Stable on ppc wrt bug 236959
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-libs/loudmouth')
-rw-r--r-- | net-libs/loudmouth/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/loudmouth/loudmouth-1.4.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/loudmouth/ChangeLog b/net-libs/loudmouth/ChangeLog index e1d9534c324c..1a8fc2a713ff 100644 --- a/net-libs/loudmouth/ChangeLog +++ b/net-libs/loudmouth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/loudmouth # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.74 2008/09/12 16:44:04 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.75 2008/09/13 09:39:22 nixnut Exp $ + + 13 Sep 2008; nixnut <nixnut@gentoo.org> loudmouth-1.4.2.ebuild: + Stable on ppc wrt bug 236959 12 Sep 2008; Raúl Porcel <armin76@gentoo.org> loudmouth-1.4.2.ebuild: sparc stable wrt #236959 diff --git a/net-libs/loudmouth/loudmouth-1.4.2.ebuild b/net-libs/loudmouth/loudmouth-1.4.2.ebuild index bf7bd8150b61..716da4c9b644 100644 --- a/net-libs/loudmouth/loudmouth-1.4.2.ebuild +++ b/net-libs/loudmouth/loudmouth-1.4.2.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/net-libs/loudmouth/loudmouth-1.4.2.ebuild,v 1.4 2008/09/12 16:44:04 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.2.ebuild,v 1.5 2008/09/13 09:39:22 nixnut Exp $ EAPI=1 @@ -12,7 +12,7 @@ SRC_URI="http://ftp.imendio.com/pub/imendio/${PN}/src/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 hppa ~ppc ~ppc64 sparc x86" +KEYWORDS="amd64 hppa ppc ~ppc64 sparc x86" IUSE="+asyncns doc ssl debug test" |