diff options
author | Jeroen Roovers <jer@gentoo.org> | 2008-07-18 15:03:15 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2008-07-18 15:03:15 +0000 |
commit | f3d9fdef8ba1d85d5b51d2a343c3207bb28cafd6 (patch) | |
tree | 57e7110fcf28cf367571d19affdfa0f78815d3a3 /net-libs | |
parent | Stable for HPPA (bug #232202). (diff) | |
download | gentoo-2-f3d9fdef8ba1d85d5b51d2a343c3207bb28cafd6.tar.gz gentoo-2-f3d9fdef8ba1d85d5b51d2a343c3207bb28cafd6.tar.bz2 gentoo-2-f3d9fdef8ba1d85d5b51d2a343c3207bb28cafd6.zip |
Stable for HPPA (bug #232205).
(Portage version: 2.2_rc1/cvs/Linux 2.6.24-gentoo-r2-JeR i686)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/loudmouth/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/loudmouth/loudmouth-1.4.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/loudmouth/ChangeLog b/net-libs/loudmouth/ChangeLog index 46f629f6b4f6..470f80037147 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.63 2008/06/08 18:45:55 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.64 2008/07/18 15:03:15 jer Exp $ + + 18 Jul 2008; Jeroen Roovers <jer@gentoo.org> loudmouth-1.4.0.ebuild: + Stable for HPPA (bug #232205). *loudmouth-1.4.0 (08 Jun 2008) diff --git a/net-libs/loudmouth/loudmouth-1.4.0.ebuild b/net-libs/loudmouth/loudmouth-1.4.0.ebuild index 3a0e037cca68..2670e2330a67 100644 --- a/net-libs/loudmouth/loudmouth-1.4.0.ebuild +++ b/net-libs/loudmouth/loudmouth-1.4.0.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.0.ebuild,v 1.1 2008/06/08 18:45:55 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.0.ebuild,v 1.2 2008/07/18 15:03:15 jer Exp $ inherit 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="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 hppa ~ppc ~ppc64 ~sparc ~x86" IUSE="asyncns doc ssl debug test" |