summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Shapovalov <george@gentoo.org>2002-07-23 03:41:19 +0000
committerGeorge Shapovalov <george@gentoo.org>2002-07-23 03:41:19 +0000
commitc2438a621afb8b5e2f8b96cffeaf406944949e49 (patch)
treec10d3fecf1ec25e151a04d43ba4b797eff2a319a /dev-lang
parentnew license for MMIX (Donald E Knuth collection) (diff)
downloadhistorical-c2438a621afb8b5e2f8b96cffeaf406944949e49.tar.gz
historical-c2438a621afb8b5e2f8b96cffeaf406944949e49.tar.bz2
historical-c2438a621afb8b5e2f8b96cffeaf406944949e49.zip
clean-up
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/mmix/mmix-20020216.ebuild6
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
}