diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2009-04-18 17:18:21 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2009-04-18 17:18:21 +0000 |
commit | fcbc51566a9cd8e3f3907e2ba98851a9aad9b075 (patch) | |
tree | 8a351bbe72d9fed8170cadde8eea7f0a05d02375 /net-libs/loudmouth | |
parent | arm/ia64/sh/sparc stable wrt #265614 (diff) | |
download | gentoo-2-fcbc51566a9cd8e3f3907e2ba98851a9aad9b075.tar.gz gentoo-2-fcbc51566a9cd8e3f3907e2ba98851a9aad9b075.tar.bz2 gentoo-2-fcbc51566a9cd8e3f3907e2ba98851a9aad9b075.zip |
Stable on alpha, bug #265960
(Portage version: 2.1.6.11/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/loudmouth')
-rw-r--r-- | net-libs/loudmouth/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/loudmouth/loudmouth-1.4.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-libs/loudmouth/ChangeLog b/net-libs/loudmouth/ChangeLog index 7710005de078..5c7d8e3afb7e 100644 --- a/net-libs/loudmouth/ChangeLog +++ b/net-libs/loudmouth/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/loudmouth # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.84 2009/04/18 07:47:11 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.85 2009/04/18 17:18:21 klausman Exp $ + + 18 Apr 2009; Tobias Klausmann <klausman@gentoo.org> + loudmouth-1.4.3.ebuild: + Stable on alpha, bug #265960 18 Apr 2009; nixnut <nixnut@gentoo.org> loudmouth-1.4.3.ebuild: ppc stable #265960 diff --git a/net-libs/loudmouth/loudmouth-1.4.3.ebuild b/net-libs/loudmouth/loudmouth-1.4.3.ebuild index 8562a9d1633e..3ae1477e35fe 100644 --- a/net-libs/loudmouth/loudmouth-1.4.3.ebuild +++ b/net-libs/loudmouth/loudmouth-1.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.3.ebuild,v 1.6 2009/04/18 07:47:11 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.3.ebuild,v 1.7 2009/04/18 17:18:21 klausman Exp $ inherit autotools 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="~alpha ~amd64 hppa ~ia64 ppc ppc64 ~sparc ~x86" +KEYWORDS="alpha ~amd64 hppa ~ia64 ppc ppc64 ~sparc ~x86" IUSE="asyncns doc ssl debug test" |