diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-10 10:48:56 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-10 10:48:56 +0000 |
commit | 4a686f1bafa92b03c038d1a3534fcc6796e266af (patch) | |
tree | ee15bcec9ba26217dbabf2e241bd1b01376c8139 /x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.02.ebuild | |
parent | Moving dir variable to global context. (diff) | |
download | historical-4a686f1bafa92b03c038d1a3534fcc6796e266af.tar.gz historical-4a686f1bafa92b03c038d1a3534fcc6796e266af.tar.bz2 historical-4a686f1bafa92b03c038d1a3534fcc6796e266af.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.ebuild | 8 |
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() { |