diff options
author | Jason Wever <weeve@gentoo.org> | 2006-04-13 02:45:39 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2006-04-13 02:45:39 +0000 |
commit | 3179cbb084814739503cfac9d13226ba41564093 (patch) | |
tree | 2098086d87596078a382f7c1592d5ed29caca730 /net-libs/loudmouth | |
parent | Stable on SPARC wrt security bug #129284. (diff) | |
download | gentoo-2-3179cbb084814739503cfac9d13226ba41564093.tar.gz gentoo-2-3179cbb084814739503cfac9d13226ba41564093.tar.bz2 gentoo-2-3179cbb084814739503cfac9d13226ba41564093.zip |
Stable on SPARC wrt bug #124659.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'net-libs/loudmouth')
-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 93b561349e9c..40273be20e80 100644 --- a/net-libs/loudmouth/ChangeLog +++ b/net-libs/loudmouth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/loudmouth # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.34 2006/04/09 19:19:09 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.35 2006/04/13 02:45:38 weeve Exp $ + + 13 Apr 2006; Jason Wever <weeve@gentoo.org> loudmouth-1.0.1.ebuild: + Stable on SPARC wrt bug #124659. 09 Apr 2006; <nixnut@gentoo.org> loudmouth-1.0.1.ebuild: Stable on ppc. Bug #124659 diff --git a/net-libs/loudmouth/loudmouth-1.0.1.ebuild b/net-libs/loudmouth/loudmouth-1.0.1.ebuild index 38f07cce9aec..9aa8ce81b42d 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-2006 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.4 2006/04/09 19:19:09 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/loudmouth-1.0.1.ebuild,v 1.5 2006/04/13 02:45:39 weeve Exp $ inherit gnome2 @@ -9,7 +9,7 @@ HOMEPAGE="http://loudmouth.imendio.org/" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 ppc ~ppc64 sparc ~x86" IUSE="doc ssl" |