diff options
author | Jeroen Roovers <jer@gentoo.org> | 2008-03-27 23:20:28 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2008-03-27 23:20:28 +0000 |
commit | 971efcf42dcf8955ec912ab454f339997d59bfd6 (patch) | |
tree | 5c47dc5ae4f884474ba8c93c82318e7498d8491d /net-libs/loudmouth | |
parent | Stable for HPPA (bug #214728). (diff) | |
download | gentoo-2-971efcf42dcf8955ec912ab454f339997d59bfd6.tar.gz gentoo-2-971efcf42dcf8955ec912ab454f339997d59bfd6.tar.bz2 gentoo-2-971efcf42dcf8955ec912ab454f339997d59bfd6.zip |
Stable for HPPA (bug #215125).
(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.2.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/loudmouth/ChangeLog b/net-libs/loudmouth/ChangeLog index 0ae8574d0cb8..277009eff5c4 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.55 2008/03/23 00:15:04 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.56 2008/03/27 23:20:28 jer Exp $ + + 27 Mar 2008; Jeroen Roovers <jer@gentoo.org> loudmouth-1.2.3.ebuild: + Stable for HPPA (bug #215125). *loudmouth-1.3.4 (22 Mar 2008) diff --git a/net-libs/loudmouth/loudmouth-1.2.3.ebuild b/net-libs/loudmouth/loudmouth-1.2.3.ebuild index 91eed64cc2fc..76e17a5555f6 100644 --- a/net-libs/loudmouth/loudmouth-1.2.3.ebuild +++ b/net-libs/loudmouth/loudmouth-1.2.3.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.2.3.ebuild,v 1.6 2008/03/18 09:50:21 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/loudmouth-1.2.3.ebuild,v 1.7 2008/03/27 23:20:28 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="doc gnutls ssl debug test" |