diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 15:31:39 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 15:31:39 +0000 |
commit | 82262cf770601ba9ed23e12853a3e1383f2a443b (patch) | |
tree | 5560d5be2261668b6f0961e59ec74bc384c37c80 /dev-lisp/cl-hyperobject | |
parent | sync IUSE (missing), don't assign S=${WORKDIR}/${P} (diff) | |
download | historical-82262cf770601ba9ed23e12853a3e1383f2a443b.tar.gz historical-82262cf770601ba9ed23e12853a3e1383f2a443b.tar.bz2 historical-82262cf770601ba9ed23e12853a3e1383f2a443b.zip |
sync IUSE (missing)
Diffstat (limited to 'dev-lisp/cl-hyperobject')
-rw-r--r-- | dev-lisp/cl-hyperobject/cl-hyperobject-2.8.8-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-lisp/cl-hyperobject/cl-hyperobject-2.8.8-r1.ebuild b/dev-lisp/cl-hyperobject/cl-hyperobject-2.8.8-r1.ebuild index 104c06e2afee..144796280a34 100644 --- a/dev-lisp/cl-hyperobject/cl-hyperobject-2.8.8-r1.ebuild +++ b/dev-lisp/cl-hyperobject/cl-hyperobject-2.8.8-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-hyperobject/cl-hyperobject-2.8.8-r1.ebuild,v 1.2 2004/06/24 23:44:08 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-hyperobject/cl-hyperobject-2.8.8-r1.ebuild,v 1.3 2004/07/14 15:31:39 agriffis Exp $ inherit common-lisp @@ -11,6 +11,7 @@ SRC_URI="http://files.b9.com/hyperobject/hyperobject-${PV}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~x86" +IUSE="" DEPEND="dev-lisp/common-lisp-controller dev-lisp/cl-kmrcl dev-lisp/cl-rt |