diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-12-17 22:00:34 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-12-17 22:00:34 +0000 |
commit | 85df6b214b3c51fee9b2cf30c538c62817834444 (patch) | |
tree | 223d675d86df9767c2e639b2b301fc8b7dabc35e /net-libs | |
parent | Bump for 7.0RC4. (diff) | |
download | gentoo-2-85df6b214b3c51fee9b2cf30c538c62817834444.tar.gz gentoo-2-85df6b214b3c51fee9b2cf30c538c62817834444.tar.bz2 gentoo-2-85df6b214b3c51fee9b2cf30c538c62817834444.zip |
Added ~ppc64
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/loudmouth/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/loudmouth/loudmouth-1.0.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/loudmouth/ChangeLog b/net-libs/loudmouth/ChangeLog index e4a7910805df..568f2bd5da06 100644 --- a/net-libs/loudmouth/ChangeLog +++ b/net-libs/loudmouth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/loudmouth # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.30 2005/08/16 13:39:28 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.31 2005/12/17 21:57:36 corsair Exp $ + + 17 Dec 2005; Markus Rothe <corsair@gentoo.org> loudmouth-1.0.1.ebuild: + Added ~ppc64 *loudmouth-1.0.1 (16 Aug 2005) diff --git a/net-libs/loudmouth/loudmouth-1.0.1.ebuild b/net-libs/loudmouth/loudmouth-1.0.1.ebuild index 98a00313c814..f1fcf8b8981e 100644 --- a/net-libs/loudmouth/loudmouth-1.0.1.ebuild +++ b/net-libs/loudmouth/loudmouth-1.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/loudmouth-1.0.1.ebuild,v 1.1 2005/08/16 13:39:28 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/loudmouth-1.0.1.ebuild,v 1.2 2005/12/17 21:57:36 corsair Exp $ inherit gnome2 @@ -9,7 +9,7 @@ HOMEPAGE="http://loudmouth.imendio.org/" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~x86 ~sparc ~ppc ~amd64" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="doc ssl" |