diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-14 09:17:41 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-14 09:17:41 +0000 |
commit | 7d7758b9e8d312b1137fb939706a13700270d1dc (patch) | |
tree | f0eecde927f60c29fcf3175e29468e735280e073 /app-misc/grc | |
parent | Fix typo. (diff) | |
download | historical-7d7758b9e8d312b1137fb939706a13700270d1dc.tar.gz historical-7d7758b9e8d312b1137fb939706a13700270d1dc.tar.bz2 historical-7d7758b9e8d312b1137fb939706a13700270d1dc.zip |
QA - Add IUSE.
Diffstat (limited to 'app-misc/grc')
-rw-r--r-- | app-misc/grc/grc-1.0.2.ebuild | 3 | ||||
-rw-r--r-- | app-misc/grc/grc-1.0.6.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/app-misc/grc/grc-1.0.2.ebuild b/app-misc/grc/grc-1.0.2.ebuild index 2828359f4613..6abfed0b7220 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-2004 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.8 2004/03/14 10:50:54 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/grc/grc-1.0.2.ebuild,v 1.9 2004/06/14 09:00:30 kloeri Exp $ DESCRIPTION="Generic Colouriser is yet another colouriser for beautifying your logfiles or output of commands" SRC_URI="http://melkor.dnp.fmph.uniba.sk/~garabik/grc/grc_1.0.2.tar.gz" @@ -9,6 +9,7 @@ HOMEPAGE="http://melkor.dnp.fmph.uniba.sk/~garabik/grc.html" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" +IUSE="" DEPEND="dev-lang/python" diff --git a/app-misc/grc/grc-1.0.6.ebuild b/app-misc/grc/grc-1.0.6.ebuild index 3b36d9fff3f9..2699fd80b21d 100644 --- a/app-misc/grc/grc-1.0.6.ebuild +++ b/app-misc/grc/grc-1.0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.6.ebuild,v 1.4 2004/03/14 10:50:54 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/grc/grc-1.0.6.ebuild,v 1.5 2004/06/14 09:00:30 kloeri Exp $ DESCRIPTION="Generic Colouriser is yet another colouriser for beautifying your logfiles or output of commands" SRC_URI="http://melkor.dnp.fmph.uniba.sk/~garabik/grc/grc_${PV}.tar.gz" @@ -9,6 +9,7 @@ HOMEPAGE="http://melkor.dnp.fmph.uniba.sk/~garabik/grc.html" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc" +IUSE="" RDEPEND="dev-lang/python" |