diff options
author | Jeroen Roovers <jer@gentoo.org> | 2008-03-28 00:35:38 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2008-03-28 00:35:38 +0000 |
commit | b7717a34607c65ea2391cdace85bd80ffa5c1da4 (patch) | |
tree | fb7aa7bab6b55297d3e425199abd023a550288a6 /net-libs | |
parent | Stable for HPPA (bug #215028). (diff) | |
download | gentoo-2-b7717a34607c65ea2391cdace85bd80ffa5c1da4.tar.gz gentoo-2-b7717a34607c65ea2391cdace85bd80ffa5c1da4.tar.bz2 gentoo-2-b7717a34607c65ea2391cdace85bd80ffa5c1da4.zip |
Reverting to ~hppa.
(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, 3 insertions, 6 deletions
diff --git a/net-libs/loudmouth/ChangeLog b/net-libs/loudmouth/ChangeLog index 277009eff5c4..aebf9c8ff53e 100644 --- a/net-libs/loudmouth/ChangeLog +++ b/net-libs/loudmouth/ChangeLog @@ -1,9 +1,6 @@ # 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.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). +# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.57 2008/03/28 00:35:38 jer Exp $ *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 76e17a5555f6..dea347b834fe 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.7 2008/03/27 23:20:28 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/loudmouth-1.2.3.ebuild,v 1.8 2008/03/28 00:35:38 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" |