diff options
Diffstat (limited to 'sys-apps/grep/grep-2.5.1.ebuild')
-rw-r--r-- | sys-apps/grep/grep-2.5.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/grep/grep-2.5.1.ebuild b/sys-apps/grep/grep-2.5.1.ebuild index acba77ba6e7b..9e215f6b9945 100644 --- a/sys-apps/grep/grep-2.5.1.ebuild +++ b/sys-apps/grep/grep-2.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/grep-2.5.1.ebuild,v 1.2 2003/04/25 02:14:43 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/grep-2.5.1.ebuild,v 1.3 2003/06/21 21:19:39 drobbins Exp $ IUSE="nls build" @@ -10,7 +10,7 @@ SRC_URI="ftp://prep.ai.mit.edu/gnu/${PN}/${P}.tar.gz ftp://ftp.gnu.org/gnu/${PN}/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/grep/grep.html" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm" +KEYWORDS="x86 amd64 ~ppc ~sparc ~alpha ~mips ~hppa ~arm" SLOT="0" LICENSE="GPL-2" |