diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-03-29 14:23:47 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-03-29 14:23:47 +0000 |
commit | 85fe79489ead85e5bef84c92b769da5ce2a78dbc (patch) | |
tree | f89d17a9b30f5bfd2d0bb3415cc02da69c0c8a9c /dev-util | |
parent | remove gcc-powerpc64 in favor of kgcc64; bug #147126 (diff) | |
download | gentoo-2-85fe79489ead85e5bef84c92b769da5ce2a78dbc.tar.gz gentoo-2-85fe79489ead85e5bef84c92b769da5ce2a78dbc.tar.bz2 gentoo-2-85fe79489ead85e5bef84c92b769da5ce2a78dbc.zip |
Stable on sparc wrt #172604
(Portage version: 2.1.2.2)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/cppunit/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/cppunit/cppunit-1.11.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/cppunit/ChangeLog b/dev-util/cppunit/ChangeLog index 44da3d70f262..59d54812032b 100644 --- a/dev-util/cppunit/ChangeLog +++ b/dev-util/cppunit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/cppunit # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.22 2007/03/29 00:03:01 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.23 2007/03/29 14:23:47 gustavoz Exp $ + + 29 Mar 2007; Gustavo Zacarias <gustavoz@gentoo.org> cppunit-1.11.6.ebuild: + Stable on sparc wrt #172604 29 Mar 2007; Andrej Kacian <ticho@gentoo.org> cppunit-1.11.6.ebuild: Stable on x86, bug #172604. diff --git a/dev-util/cppunit/cppunit-1.11.6.ebuild b/dev-util/cppunit/cppunit-1.11.6.ebuild index 94b41c2aa1dc..8e5b4e28bdab 100644 --- a/dev-util/cppunit/cppunit-1.11.6.ebuild +++ b/dev-util/cppunit/cppunit-1.11.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.11.6.ebuild,v 1.5 2007/03/29 00:03:01 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.11.6.ebuild,v 1.6 2007/03/29 14:23:47 gustavoz Exp $ WANT_AUTOCONF=latest WANT_AUTOMAKE=latest @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 sparc x86 ~x86-fbsd" IUSE="doc" RESTRICT="test" |