diff options
author | 2002-08-30 05:14:58 +0000 | |
---|---|---|
committer | 2002-08-30 05:14:58 +0000 | |
commit | 511a575d361d11ae3c86b4210541df86939fa09d (patch) | |
tree | 76e4b4f4f8065768b91697f2e263053c02619b86 /x11-plugins/gkrellmwho | |
parent | Removed nonexistant sample config (diff) | |
download | gentoo-2-511a575d361d11ae3c86b4210541df86939fa09d.tar.gz gentoo-2-511a575d361d11ae3c86b4210541df86939fa09d.tar.bz2 gentoo-2-511a575d361d11ae3c86b4210541df86939fa09d.zip |
changed DEPEND to gkrellm-1.2*
Diffstat (limited to 'x11-plugins/gkrellmwho')
-rw-r--r-- | x11-plugins/gkrellmwho/gkrellmwho-0.4.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-plugins/gkrellmwho/gkrellmwho-0.4.ebuild b/x11-plugins/gkrellmwho/gkrellmwho-0.4.ebuild index cc34c2b033ae..f09f4767a29b 100644 --- a/x11-plugins/gkrellmwho/gkrellmwho-0.4.ebuild +++ b/x11-plugins/gkrellmwho/gkrellmwho-0.4.ebuild @@ -1,16 +1,17 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmwho/gkrellmwho-0.4.ebuild,v 1.1 2002/08/30 01:49:27 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmwho/gkrellmwho-0.4.ebuild,v 1.2 2002/08/30 05:14:58 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="GKrellM plugin which displays users logged in" SRC_URI="http://web.wt.net/~billw/gkrellm/Plugins/${P}.tar.gz" HOMEPAGE="http://web.wt.net/~billw/gkrellm/Plugins" -LICENSE="LGPL-2.1" + SLOT="0" +LICENSE="LGPL-2.1" KEYWORDS="x86 sparc sparc64" -DEPEND=">=app-admin/gkrellm-1.0.6" +DEPEND="=app-admin/gkrellm-1.2*" src_compile() { emake || die |