diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2008-04-01 19:48:45 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2008-04-01 19:48:45 +0000 |
commit | d77ac81c0b8cba2e79d7f4d8f8d0d88a7d112e67 (patch) | |
tree | 8f5fc2bd16e44789c5647d5f4e6537bc4c1e9df5 /net-libs/loudmouth | |
parent | stable x86, bug 215062 (diff) | |
download | gentoo-2-d77ac81c0b8cba2e79d7f4d8f8d0d88a7d112e67.tar.gz gentoo-2-d77ac81c0b8cba2e79d7f4d8f8d0d88a7d112e67.tar.bz2 gentoo-2-d77ac81c0b8cba2e79d7f4d8f8d0d88a7d112e67.zip |
stable x86, bug 215125
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-libs/loudmouth')
-rw-r--r-- | net-libs/loudmouth/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/loudmouth/loudmouth-1.2.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-libs/loudmouth/ChangeLog b/net-libs/loudmouth/ChangeLog index 97783caa0989..ae7a10881830 100644 --- a/net-libs/loudmouth/ChangeLog +++ b/net-libs/loudmouth/ChangeLog @@ -1,6 +1,10 @@ # 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.58 2008/03/30 12:46:45 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.59 2008/04/01 19:48:45 opfer Exp $ + + 01 Apr 2008; Christian Faulhammer <opfer@gentoo.org> + loudmouth-1.2.3.ebuild: + stable x86, bug 215125 30 Mar 2008; Markus Rothe <corsair@gentoo.org> loudmouth-1.2.3.ebuild: Stable on ppc64; bug #215125 diff --git a/net-libs/loudmouth/loudmouth-1.2.3.ebuild b/net-libs/loudmouth/loudmouth-1.2.3.ebuild index 7499ae87040d..479e183872cf 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.9 2008/03/30 12:46:45 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/loudmouth-1.2.3.ebuild,v 1.10 2008/04/01 19:48:45 opfer 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" |