diff options
author | 2008-09-18 12:46:25 +0000 | |
---|---|---|
committer | 2008-09-18 12:46:25 +0000 | |
commit | bfc6b8682f9ae4be7ccb10d5a638ff0624b448cf (patch) | |
tree | 3a39bea025a0a5857c49d3d086559d1ea86a0d09 /net-libs | |
parent | stable ppc64, bug 237037 (diff) | |
download | gentoo-2-bfc6b8682f9ae4be7ccb10d5a638ff0624b448cf.tar.gz gentoo-2-bfc6b8682f9ae4be7ccb10d5a638ff0624b448cf.tar.bz2 gentoo-2-bfc6b8682f9ae4be7ccb10d5a638ff0624b448cf.zip |
Marking loudmouth-1.4.2 ppc64 for bug 236959
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/loudmouth/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/loudmouth/loudmouth-1.4.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/loudmouth/ChangeLog b/net-libs/loudmouth/ChangeLog index 1a8fc2a713ff..0637965d186c 100644 --- a/net-libs/loudmouth/ChangeLog +++ b/net-libs/loudmouth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/loudmouth # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.75 2008/09/13 09:39:22 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.76 2008/09/18 12:46:25 ranger Exp $ + + 18 Sep 2008; Brent Baude <ranger@gentoo.org> loudmouth-1.4.2.ebuild: + Marking loudmouth-1.4.2 ppc64 for bug 236959 13 Sep 2008; nixnut <nixnut@gentoo.org> loudmouth-1.4.2.ebuild: Stable on ppc wrt bug 236959 diff --git a/net-libs/loudmouth/loudmouth-1.4.2.ebuild b/net-libs/loudmouth/loudmouth-1.4.2.ebuild index 716da4c9b644..78f541fc890a 100644 --- a/net-libs/loudmouth/loudmouth-1.4.2.ebuild +++ b/net-libs/loudmouth/loudmouth-1.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.2.ebuild,v 1.5 2008/09/13 09:39:22 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.2.ebuild,v 1.6 2008/09/18 12:46:25 ranger Exp $ EAPI=1 @@ -12,7 +12,7 @@ SRC_URI="http://ftp.imendio.com/pub/imendio/${PN}/src/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 hppa ppc ~ppc64 sparc x86" +KEYWORDS="amd64 hppa ppc ppc64 sparc x86" IUSE="+asyncns doc ssl debug test" |