diff options
author | 2007-03-29 00:03:01 +0000 | |
---|---|---|
committer | 2007-03-29 00:03:01 +0000 | |
commit | 7d3456f890c68b0f8613048962ed013a7cbe1e9a (patch) | |
tree | f83cab1a237aa2422c69ee2640c8f69585460c66 | |
parent | Change KEYWORDS to ~arch for currently masked version (diff) | |
download | gentoo-2-7d3456f890c68b0f8613048962ed013a7cbe1e9a.tar.gz gentoo-2-7d3456f890c68b0f8613048962ed013a7cbe1e9a.tar.bz2 gentoo-2-7d3456f890c68b0f8613048962ed013a7cbe1e9a.zip |
Stable on x86, bug #172604.
(Portage version: 2.1.2.2)
-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 76b482eaa336..44da3d70f262 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.21 2007/03/28 21:30:06 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.22 2007/03/29 00:03:01 ticho Exp $ + + 29 Mar 2007; Andrej Kacian <ticho@gentoo.org> cppunit-1.11.6.ebuild: + Stable on x86, bug #172604. *cppunit-1.12.0 (28 Mar 2007) diff --git a/dev-util/cppunit/cppunit-1.11.6.ebuild b/dev-util/cppunit/cppunit-1.11.6.ebuild index 23985ecc6a44..94b41c2aa1dc 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.4 2007/01/21 22:56:17 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.11.6.ebuild,v 1.5 2007/03/29 00:03:01 ticho 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" |