diff options
author | 2004-12-07 15:10:49 +0000 | |
---|---|---|
committer | 2004-12-07 15:10:49 +0000 | |
commit | 457ed44b8900b46829554cd9f642e98f96c9bc97 (patch) | |
tree | 75883851c12deecdc8b330890e0838c56e7e056d /dev-util/qtunit/qtunit-0.9.8.ebuild | |
parent | - patched memtest86-3.1a to disable pic on test.c which was causing BREG erro... (diff) | |
download | gentoo-2-457ed44b8900b46829554cd9f642e98f96c9bc97.tar.gz gentoo-2-457ed44b8900b46829554cd9f642e98f96c9bc97.tar.bz2 gentoo-2-457ed44b8900b46829554cd9f642e98f96c9bc97.zip |
Stable on sparc
Diffstat (limited to 'dev-util/qtunit/qtunit-0.9.8.ebuild')
-rw-r--r-- | dev-util/qtunit/qtunit-0.9.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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*" |