diff options
author | George Shapovalov <george@gentoo.org> | 2002-07-23 03:41:19 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2002-07-23 03:41:19 +0000 |
commit | 0a7025e9e597156c3376d00aabfd38c68cae7409 (patch) | |
tree | da70f66b3762bd9d6ef3896638e819f464295646 /dev-lang/mmix | |
parent | new license for MMIX (Donald E Knuth collection) (diff) | |
download | gentoo-2-0a7025e9e597156c3376d00aabfd38c68cae7409.tar.gz gentoo-2-0a7025e9e597156c3376d00aabfd38c68cae7409.tar.bz2 gentoo-2-0a7025e9e597156c3376d00aabfd38c68cae7409.zip |
clean-up
Diffstat (limited to 'dev-lang/mmix')
-rw-r--r-- | dev-lang/mmix/mmix-20020216.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
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 } |