summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lisp/cl-rsm-random/cl-rsm-random-1.1-r1.ebuild')
-rw-r--r--dev-lisp/cl-rsm-random/cl-rsm-random-1.1-r1.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-lisp/cl-rsm-random/cl-rsm-random-1.1-r1.ebuild b/dev-lisp/cl-rsm-random/cl-rsm-random-1.1-r1.ebuild
index 073914df7c39..6a5c808f3cba 100644
--- a/dev-lisp/cl-rsm-random/cl-rsm-random-1.1-r1.ebuild
+++ b/dev-lisp/cl-rsm-random/cl-rsm-random-1.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-random/cl-rsm-random-1.1-r1.ebuild,v 1.2 2004/06/24 23:53:48 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-random/cl-rsm-random-1.1-r1.ebuild,v 1.3 2004/07/14 16:07:13 agriffis Exp $
inherit common-lisp
@@ -10,14 +10,13 @@ SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-rsm-random/cl-rsm-random_${
LICENSE="BSD"
SLOT="0"
KEYWORDS="~x86"
+IUSE=""
DEPEND="dev-lisp/common-lisp-controller
virtual/commonlisp
dev-lisp/cl-uffi"
CLPACKAGE=rsm-random
-S=${WORKDIR}/${P}
-
src_compile() {
make linux || die
}