summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavoz@gentoo.org>2004-12-07 15:10:49 +0000
committerGustavo Zacarias <gustavoz@gentoo.org>2004-12-07 15:10:49 +0000
commit457ed44b8900b46829554cd9f642e98f96c9bc97 (patch)
tree75883851c12deecdc8b330890e0838c56e7e056d /dev-util/qtunit
parent- patched memtest86-3.1a to disable pic on test.c which was causing BREG erro... (diff)
downloadgentoo-2-457ed44b8900b46829554cd9f642e98f96c9bc97.tar.gz
gentoo-2-457ed44b8900b46829554cd9f642e98f96c9bc97.tar.bz2
gentoo-2-457ed44b8900b46829554cd9f642e98f96c9bc97.zip
Stable on sparc
Diffstat (limited to 'dev-util/qtunit')
-rw-r--r--dev-util/qtunit/ChangeLog5
-rw-r--r--dev-util/qtunit/qtunit-0.9.8.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/qtunit/ChangeLog b/dev-util/qtunit/ChangeLog
index 0c70b7a93c9f..fef49a5f18ca 100644
--- a/dev-util/qtunit/ChangeLog
+++ b/dev-util/qtunit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/qtunit
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/qtunit/ChangeLog,v 1.14 2004/11/28 22:29:17 centic Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/qtunit/ChangeLog,v 1.15 2004/12/07 15:10:49 gustavoz Exp $
+
+ 07 Dec 2004; Gustavo Zacarias <gustavoz@gentoo.org> qtunit-0.9.8.ebuild:
+ Stable on sparc
28 Nov 2004; Dominik Stadler <centic@gentoo.org> qtunit-0.9.8.ebuild:
Mark stable on x86
diff --git a/dev-util/qtunit/qtunit-0.9.8.ebuild b/dev-util/qtunit/qtunit-0.9.8.ebuild
index d97449e0db2f..bded81f255d0 100644
--- a/dev-util/qtunit/qtunit-0.9.8.ebuild
+++ b/dev-util/qtunit/qtunit-0.9.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/qtunit/qtunit-0.9.8.ebuild,v 1.5 2004/11/28 22:29:17 centic Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/qtunit/qtunit-0.9.8.ebuild,v 1.6 2004/12/07 15:10:49 gustavoz Exp $
DESCRIPTION="Unit testing framework for c++"
SRC_URI="http://www.uwyn.com/download/qtunit/${P}.tar.bz2"
@@ -10,7 +10,7 @@ SLOT="0"
IUSE=""
LICENSE="GPL-2"
-KEYWORDS="x86 ~sparc ~ppc"
+KEYWORDS="x86 sparc ~ppc"
DEPEND="=x11-libs/qt-3*"