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
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')
-rw-r--r--x11-plugins/gkrellm-trayicons/ChangeLog6
-rw-r--r--x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.02.ebuild8
2 files changed, 9 insertions, 5 deletions
diff --git a/x11-plugins/gkrellm-trayicons/ChangeLog b/x11-plugins/gkrellm-trayicons/ChangeLog
index faec215aa08f..3452bec57598 100644
--- a/x11-plugins/gkrellm-trayicons/ChangeLog
+++ b/x11-plugins/gkrellm-trayicons/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-plugins/gkrellm-trayicons
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-trayicons/ChangeLog,v 1.2 2004/04/26 07:32:18 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-trayicons/ChangeLog,v 1.3 2004/05/10 10:48:56 mr_bones_ Exp $
+
+ 10 May 2004; Michael Sterrett <mr_bones_@gentoo.org>
+ gkrellm-trayicons-1.02.ebuild:
+ fix IUSE; emake error message
20 Apr 2004; David Holm <dholm@gentoo.org> gkrellm-trayicons-1.02.ebuild:
Added to ~ppc.
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() {