diff options
author | Dominik Stadler <centic@gentoo.org> | 2004-11-28 22:29:17 +0000 |
---|---|---|
committer | Dominik Stadler <centic@gentoo.org> | 2004-11-28 22:29:17 +0000 |
commit | 34a10cfcb8a18969d4af4c280e8c22e7f49beecb (patch) | |
tree | e61077f3325a4307a3083e80e958632a133b3636 /dev-util/qtunit | |
parent | Stable on x86. (Manifest recommit) (diff) | |
download | gentoo-2-34a10cfcb8a18969d4af4c280e8c22e7f49beecb.tar.gz gentoo-2-34a10cfcb8a18969d4af4c280e8c22e7f49beecb.tar.bz2 gentoo-2-34a10cfcb8a18969d4af4c280e8c22e7f49beecb.zip |
Mark stable on x86.
Diffstat (limited to 'dev-util/qtunit')
-rw-r--r-- | dev-util/qtunit/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/qtunit/qtunit-0.9.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/qtunit/ChangeLog b/dev-util/qtunit/ChangeLog index 3fa7c17e5289..0c70b7a93c9f 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.13 2004/08/02 09:50:34 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/qtunit/ChangeLog,v 1.14 2004/11/28 22:29:17 centic Exp $ + + 28 Nov 2004; Dominik Stadler <centic@gentoo.org> qtunit-0.9.8.ebuild: + Mark stable on x86 02 Aug 2004; David Holm <dholm@gentoo.org> qtunit-0.9.8.ebuild: Added to ~ppc. diff --git a/dev-util/qtunit/qtunit-0.9.8.ebuild b/dev-util/qtunit/qtunit-0.9.8.ebuild index b5b2ae62787d..d97449e0db2f 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.4 2004/08/02 09:50:34 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/qtunit/qtunit-0.9.8.ebuild,v 1.5 2004/11/28 22:29:17 centic 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*" |