diff options
Diffstat (limited to 'sys-apps/grep/grep-2.5.ebuild')
-rw-r--r-- | sys-apps/grep/grep-2.5.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-apps/grep/grep-2.5.ebuild b/sys-apps/grep/grep-2.5.ebuild index 0019f74a8097..b163cb2d92fc 100644 --- a/sys-apps/grep/grep-2.5.ebuild +++ b/sys-apps/grep/grep-2.5.ebuild @@ -1,11 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/grep-2.5.ebuild,v 1.3 2002/07/11 06:30:54 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/grep-2.5.ebuild,v 1.4 2002/07/14 19:20:17 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="GNU regular expression matcher" SRC_URI="ftp://prep.ai.mit.edu/gnu/grep/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/grep/grep.html" +KEYWORDS="x86" +SLOT="0" LICENSE="GPL-2" DEPEND="virtual/glibc nls? ( sys-devel/gettext )" |