diff options
author | Daniel Black <dragonheart@gentoo.org> | 2004-06-06 11:22:18 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2004-06-06 11:22:18 +0000 |
commit | b5f8e2b0ce50f860f9a120954758017631440343 (patch) | |
tree | 9ab1b1ec223552075e3adba8faf2a1c1c7a09e44 /app-admin/profiler/profiler-1.ebuild | |
parent | QA - IUSE fix (diff) | |
download | historical-b5f8e2b0ce50f860f9a120954758017631440343.tar.gz historical-b5f8e2b0ce50f860f9a120954758017631440343.tar.bz2 historical-b5f8e2b0ce50f860f9a120954758017631440343.zip |
QA - IUSE fix
Diffstat (limited to 'app-admin/profiler/profiler-1.ebuild')
-rw-r--r-- | app-admin/profiler/profiler-1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-admin/profiler/profiler-1.ebuild b/app-admin/profiler/profiler-1.ebuild index 9ba4c267c29e..e54626f0f05e 100644 --- a/app-admin/profiler/profiler-1.ebuild +++ b/app-admin/profiler/profiler-1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/profiler/profiler-1.ebuild,v 1.3 2004/03/12 10:45:39 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/profiler/profiler-1.ebuild,v 1.4 2004/06/06 11:22:18 dragonheart Exp $ DESCRIPTION="provides 3D visual representation of file system statistics" HOMEPAGE="http://visualversion.com/profiler/" @@ -8,6 +8,7 @@ SRC_URI="http://visualversion.com/profiler/profiler.jar" LICENSE="as-is" SLOT="0" +IUSE="" KEYWORDS="x86" RDEPEND="virtual/jre" |