diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-10-17 15:47:37 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-10-17 15:47:37 +0000 |
commit | fed50a5e0421661e0bbd5db79690c7d6a7b845d2 (patch) | |
tree | e77ef41e34699c5c2eca228a97fb785b2d3a1e5f /x11-plugins/gkrellkam | |
parent | lintool (diff) | |
download | gentoo-2-fed50a5e0421661e0bbd5db79690c7d6a7b845d2.tar.gz gentoo-2-fed50a5e0421661e0bbd5db79690c7d6a7b845d2.tar.bz2 gentoo-2-fed50a5e0421661e0bbd5db79690c7d6a7b845d2.zip |
lintool fixes
Diffstat (limited to 'x11-plugins/gkrellkam')
-rw-r--r-- | x11-plugins/gkrellkam/gkrellkam-0.3.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-plugins/gkrellkam/gkrellkam-0.3.4.ebuild b/x11-plugins/gkrellkam/gkrellkam-0.3.4.ebuild index a4e3da7f0ebc..a3245bbbb7aa 100644 --- a/x11-plugins/gkrellkam/gkrellkam-0.3.4.ebuild +++ b/x11-plugins/gkrellkam/gkrellkam-0.3.4.ebuild @@ -1,7 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# /home/cvsroot/gentoo-x86/skel.build,v 1.7 2001/08/25 21:15:08 chadh Exp -# 16.Sept.2001 23.35 CET +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellkam/gkrellkam-0.3.4.ebuild,v 1.5 2002/10/17 15:47:37 aliz Exp $ MY_P=${P/-/_} S=${WORKDIR}/${P} @@ -13,6 +12,7 @@ SLOT="0" KEYWORDS="x86 ppc sparc sparc64" DEPEND="=app-admin/gkrellm-1.2*" +RDEPEND="${DEPEND}" src_compile() { emake || die |