diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-01-07 19:09:45 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-01-07 19:09:45 +0000 |
commit | 347190fa989757ec7ff801f036b0abcf36860783 (patch) | |
tree | 1105cc9bd4330bf2c4b3e0342e9252cebd8ee83f /x11-plugins | |
parent | keyworded ~sparc (diff) | |
download | historical-347190fa989757ec7ff801f036b0abcf36860783.tar.gz historical-347190fa989757ec7ff801f036b0abcf36860783.tar.bz2 historical-347190fa989757ec7ff801f036b0abcf36860783.zip |
fixing IUSE, marking stable on x86 and sparc
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/gkrelltop/Manifest | 2 | ||||
-rw-r--r-- | x11-plugins/gkrelltop/gkrelltop-2.2.ebuild | 8 |
2 files changed, 6 insertions, 4 deletions
diff --git a/x11-plugins/gkrelltop/Manifest b/x11-plugins/gkrelltop/Manifest index bc868463a9fd..9bfad98a4cdd 100644 --- a/x11-plugins/gkrelltop/Manifest +++ b/x11-plugins/gkrelltop/Manifest @@ -1,3 +1,3 @@ -MD5 9ed7242ca96c7d4817d6150e552cfaab gkrelltop-2.2.ebuild 1051 MD5 b6b2fc0312bc0598c98daeba75f16cf4 ChangeLog 414 +MD5 a20f80050f2452b1ad958672d17d7731 gkrelltop-2.2.ebuild 1058 MD5 bc19088e1d88db5e98e5f821f27f94f3 files/digest-gkrelltop-2.2 61 diff --git a/x11-plugins/gkrelltop/gkrelltop-2.2.ebuild b/x11-plugins/gkrelltop/gkrelltop-2.2.ebuild index f3c4214766a3..5033501ba785 100644 --- a/x11-plugins/gkrelltop/gkrelltop-2.2.ebuild +++ b/x11-plugins/gkrelltop/gkrelltop-2.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrelltop/gkrelltop-2.2.ebuild,v 1.1 2003/10/22 21:25:30 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrelltop/gkrelltop-2.2.ebuild,v 1.2 2004/01/07 19:09:36 ciaranm Exp $ DESCRIPTION="a GKrellM2 plugin which displays the top three processes" SRC_URI="http://psychology.rutgers.edu/~zaimi/${PN}.${PV}.tgz" @@ -8,7 +8,9 @@ HOMEPAGE="http://psychology.rutgers.edu/~zaimi/software.html" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~sparc" +KEYWORDS="x86 sparc" + +IUSE="" DEPEND="=app-admin/gkrellm-2*" |