summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/cppunit/ChangeLog5
-rw-r--r--dev-util/cppunit/cppunit-1.12.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/cppunit/ChangeLog b/dev-util/cppunit/ChangeLog
index 730d470ebb73..01002b64778c 100644
--- a/dev-util/cppunit/ChangeLog
+++ b/dev-util/cppunit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/cppunit
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.47 2010/01/03 12:35:54 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.48 2010/01/05 04:05:23 josejx Exp $
+
+ 05 Jan 2010; Joseph Jezak <josejx@gentoo.org> cppunit-1.12.1.ebuild:
+ Marked ppc/ppc64 stable for bug #299403.
03 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
cppunit-1.12.1.ebuild:
diff --git a/dev-util/cppunit/cppunit-1.12.1.ebuild b/dev-util/cppunit/cppunit-1.12.1.ebuild
index 78e5070c12a0..f59cd42cd77b 100644
--- a/dev-util/cppunit/cppunit-1.12.1.ebuild
+++ b/dev-util/cppunit/cppunit-1.12.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.12.1.ebuild,v 1.6 2010/01/03 12:35:54 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.12.1.ebuild,v 1.7 2010/01/05 04:05:23 josejx Exp $
EAPI=2
inherit autotools eutils
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd"
IUSE="doc examples"
RDEPEND=""