diff options
author | Brent Baude <ranger@gentoo.org> | 2009-04-13 21:16:42 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2009-04-13 21:16:42 +0000 |
commit | 9c08eb26bbc5bbc8e8775737320d9bc7e8239455 (patch) | |
tree | 1c61685ddcf595c5debc29e0bf03cf71a0a827b7 /net-libs/loudmouth | |
parent | Marking spawn-fcgi-1.6.1 ~ppc64 for bug 264840 (diff) | |
download | gentoo-2-9c08eb26bbc5bbc8e8775737320d9bc7e8239455.tar.gz gentoo-2-9c08eb26bbc5bbc8e8775737320d9bc7e8239455.tar.bz2 gentoo-2-9c08eb26bbc5bbc8e8775737320d9bc7e8239455.zip |
Marking loudmouth-1.4.3 ppc64 for bug 265960
(Portage version: 2.1.6.11/cvs/Linux ppc64)
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 e3843bd0b1c9..6d9f3b49443f 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.81 2009/03/14 22:34:37 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.82 2009/04/13 21:16:42 ranger Exp $ + + 13 Apr 2009; Brent Baude <ranger@gentoo.org> loudmouth-1.4.3.ebuild: + Marking loudmouth-1.4.3 ppc64 for bug 265960 14 Mar 2009; Gilles Dartiguelongue <eva@gentoo.org> loudmouth-1.4.3.ebuild: diff --git a/net-libs/loudmouth/loudmouth-1.4.3.ebuild b/net-libs/loudmouth/loudmouth-1.4.3.ebuild index 99fb8359f6e1..61e7ab12bc07 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.3 2009/03/14 22:34:37 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.3.ebuild,v 1.4 2009/04/13 21:16:42 ranger 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" |