diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-17 00:19:01 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-17 00:19:01 +0000 |
commit | de6070b06f5b744e81672f51bfaa11ee5ca016ea (patch) | |
tree | 5e74519e476da943129be273ea589d6a8e1641b5 /app-misc/grc | |
parent | lintool cleanup for #9225 (diff) | |
download | gentoo-2-de6070b06f5b744e81672f51bfaa11ee5ca016ea.tar.gz gentoo-2-de6070b06f5b744e81672f51bfaa11ee5ca016ea.tar.bz2 gentoo-2-de6070b06f5b744e81672f51bfaa11ee5ca016ea.zip |
lintool cleanup for #9225
Diffstat (limited to 'app-misc/grc')
-rw-r--r-- | app-misc/grc/grc-1.0.2.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-misc/grc/grc-1.0.2.ebuild b/app-misc/grc/grc-1.0.2.ebuild index 24c04906850b..9bb96b8ea8a4 100644 --- a/app-misc/grc/grc-1.0.2.ebuild +++ b/app-misc/grc/grc-1.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/grc/grc-1.0.2.ebuild,v 1.3 2002/10/04 04:55:19 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/grc/grc-1.0.2.ebuild,v 1.4 2002/10/17 00:14:17 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="Generic Colouriser is yet another colouriser for beautifying your logfiles or output of commands" @@ -12,14 +12,13 @@ SLOT="0" KEYWORDS="x86" DEPEND="dev-lang/python" +RDEPEND="${DEPEND}" src_install() { insinto /usr/share/grc doins conf.* insinto /etc doins grc.conf - #exeinto /usr/bin - #doexe grc grcat dobin grc grcat dodoc README INSTALL TODO CHANGES CREDITS doman grc.1 grcat.1 |