diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-04-14 04:15:30 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-04-14 04:15:30 +0000 |
commit | 30ef72187d8bc8d85176771678fdacbb979bf215 (patch) | |
tree | 28597461f87ba9637144e53f51c2499a994f3c4d /net-libs/loudmouth | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-30ef72187d8bc8d85176771678fdacbb979bf215.tar.gz gentoo-2-30ef72187d8bc8d85176771678fdacbb979bf215.tar.bz2 gentoo-2-30ef72187d8bc8d85176771678fdacbb979bf215.zip |
Stable for HPPA (bug #265960).
(Portage version: 2.2_rc30/cvs/Linux i686)
Diffstat (limited to 'net-libs/loudmouth')
-rw-r--r-- | net-libs/loudmouth/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/loudmouth/loudmouth-1.4.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/loudmouth/ChangeLog b/net-libs/loudmouth/ChangeLog index 6d9f3b49443f..723e41d9902b 100644 --- a/net-libs/loudmouth/ChangeLog +++ b/net-libs/loudmouth/ChangeLog @@ -1,6 +1,9 @@ # 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.82 2009/04/13 21:16:42 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.83 2009/04/14 04:15:30 jer Exp $ + + 14 Apr 2009; Jeroen Roovers <jer@gentoo.org> loudmouth-1.4.3.ebuild: + Stable for HPPA (bug #265960). 13 Apr 2009; Brent Baude <ranger@gentoo.org> loudmouth-1.4.3.ebuild: Marking loudmouth-1.4.3 ppc64 for bug 265960 diff --git a/net-libs/loudmouth/loudmouth-1.4.3.ebuild b/net-libs/loudmouth/loudmouth-1.4.3.ebuild index 61e7ab12bc07..738c63d8262e 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.4 2009/04/13 21:16:42 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.3.ebuild,v 1.5 2009/04/14 04:15:30 jer 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" |