From 0a7025e9e597156c3376d00aabfd38c68cae7409 Mon Sep 17 00:00:00 2001 From: George Shapovalov Date: Tue, 23 Jul 2002 03:41:19 +0000 Subject: clean-up --- dev-lang/mmix/mmix-20020216.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'dev-lang/mmix') diff --git a/dev-lang/mmix/mmix-20020216.ebuild b/dev-lang/mmix/mmix-20020216.ebuild index 576d7032de93..f3724b849418 100644 --- a/dev-lang/mmix/mmix-20020216.ebuild +++ b/dev-lang/mmix/mmix-20020216.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mmix/mmix-20020216.ebuild,v 1.2 2002/07/11 06:30:20 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mmix/mmix-20020216.ebuild,v 1.3 2002/07/23 03:41:19 george Exp $ S=${WORKDIR} DESCRIPTION="Donald Knuth's MMIX Assembler and Simulator" @@ -11,6 +11,10 @@ DEPEND="virtual/glibc >=dev-util/cweb-3.63" RDEPEND="$DEPEND" +SLOT="0" +LICENSE="mmix" +KEYWORDS="x86" + src_compile() { make basic CFLAGS="${CFLAGS}" || die } -- cgit v1.2.3-65-gdbad