diff options
author | Markus Rothe <corsair@gentoo.org> | 2008-03-30 12:46:45 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2008-03-30 12:46:45 +0000 |
commit | 9f5892e1d1b3ac3da80b9bf6bab5a27743a29e4a (patch) | |
tree | ec86adce117e14be4c6f95c138b5340f6b43bdfa /net-libs | |
parent | Version bumped. (diff) | |
download | gentoo-2-9f5892e1d1b3ac3da80b9bf6bab5a27743a29e4a.tar.gz gentoo-2-9f5892e1d1b3ac3da80b9bf6bab5a27743a29e4a.tar.bz2 gentoo-2-9f5892e1d1b3ac3da80b9bf6bab5a27743a29e4a.zip |
Stable on ppc64; bug #215125
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-libs')
-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 aebf9c8ff53e..97783caa0989 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.57 2008/03/28 00:35:38 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.58 2008/03/30 12:46:45 corsair Exp $ + + 30 Mar 2008; Markus Rothe <corsair@gentoo.org> loudmouth-1.2.3.ebuild: + Stable on ppc64; 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 dea347b834fe..7499ae87040d 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.8 2008/03/28 00:35:38 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/loudmouth-1.2.3.ebuild,v 1.9 2008/03/30 12:46:45 corsair 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" |