summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-05-10 10:48:56 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-05-10 10:48:56 +0000
commit12614038513fc8ca4e38e629dcca3a04554761bb (patch)
tree6ff88e81a46b6aa23c57df0e6031c86f5408b72a /x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.02.ebuild
parentMoving dir variable to global context. (Manifest recommit) (diff)
downloadgentoo-2-12614038513fc8ca4e38e629dcca3a04554761bb.tar.gz
gentoo-2-12614038513fc8ca4e38e629dcca3a04554761bb.tar.bz2
gentoo-2-12614038513fc8ca4e38e629dcca3a04554761bb.zip
fix IUSE; emake error message
Diffstat (limited to 'x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.02.ebuild')
-rw-r--r--x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.02.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.02.ebuild b/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.02.ebuild
index e4405d715424..4ffa3e4ce341 100644
--- a/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.02.ebuild
+++ b/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.02.ebuild
@@ -1,20 +1,20 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.02.ebuild,v 1.3 2004/04/30 21:17:59 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.02.ebuild,v 1.4 2004/05/10 10:48:56 mr_bones_ Exp $
DESCRIPTION="Configurable Tray Icons for GKrellM"
HOMEPAGE="http://sweb.cz/tripie/gkrellm/trayicons/"
SRC_URI="http://sweb.cz/tripie/gkrellm/trayicons/dist/${P}.tar.gz"
+
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ppc"
-
-IUSE="mpeg4"
+IUSE=""
DEPEND="app-admin/gkrellm"
src_compile() {
- emake || die
+ emake || die "emake failed"
}
src_install() {