diff options
author | Markus Ullmann <jokey@gentoo.org> | 2007-05-27 14:59:28 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2007-05-27 14:59:28 +0000 |
commit | ac94a088538f3ad3b4ab77bab9e25ccb81b5ea7b (patch) | |
tree | 3a17f1653fd1395b5a3546691d8adf0740ea2f35 /dev-util/cppunit | |
parent | Added a postinst message explaining how to avoid the problem of an outdated k... (diff) | |
download | gentoo-2-ac94a088538f3ad3b4ab77bab9e25ccb81b5ea7b.tar.gz gentoo-2-ac94a088538f3ad3b4ab77bab9e25ccb81b5ea7b.tar.bz2 gentoo-2-ac94a088538f3ad3b4ab77bab9e25ccb81b5ea7b.zip |
Stable on arm wrt bug #176279
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-util/cppunit')
-rw-r--r-- | dev-util/cppunit/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/cppunit/cppunit-1.12.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/cppunit/ChangeLog b/dev-util/cppunit/ChangeLog index a97240e3e886..4a217ba0ea04 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.33 2007/05/26 11:42:59 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.34 2007/05/27 14:59:28 jokey Exp $ + + 27 May 2007; Markus Ullmann <jokey@gentoo.org> cppunit-1.12.0.ebuild: + Stable on arm wrt bug #176279 26 May 2007; Tiziano Müller <dev-zero@gentoo.org> cppunit-1.12.0.ebuild: Fixed examples compilation bug diff --git a/dev-util/cppunit/cppunit-1.12.0.ebuild b/dev-util/cppunit/cppunit-1.12.0.ebuild index eaff1a1264d9..442d3ab9d938 100644 --- a/dev-util/cppunit/cppunit-1.12.0.ebuild +++ b/dev-util/cppunit/cppunit-1.12.0.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.12.0.ebuild,v 1.8 2007/05/26 11:42:59 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.12.0.ebuild,v 1.9 2007/05/27 14:59:28 jokey Exp $ WANT_AUTOCONF=latest WANT_AUTOMAKE=1.9 @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ppc ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="amd64 arm ~ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="doc examples qt3" RDEPEND="qt3? ( $(qt_min_version 3.3) )" |