diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 15:26:17 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 15:26:17 +0000 |
commit | 272feaab1addea56e2d550905b3afe27467322b0 (patch) | |
tree | 37d5a6f0bbb178c07e7a7ecfd3bb07de91d67cc4 /dev-lisp/cl-base64/cl-base64-3.2.1-r1.ebuild | |
parent | link with proper libmagic #54401 (Manifest recommit) (diff) | |
download | gentoo-2-272feaab1addea56e2d550905b3afe27467322b0.tar.gz gentoo-2-272feaab1addea56e2d550905b3afe27467322b0.tar.bz2 gentoo-2-272feaab1addea56e2d550905b3afe27467322b0.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'dev-lisp/cl-base64/cl-base64-3.2.1-r1.ebuild')
-rw-r--r-- | dev-lisp/cl-base64/cl-base64-3.2.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lisp/cl-base64/cl-base64-3.2.1-r1.ebuild b/dev-lisp/cl-base64/cl-base64-3.2.1-r1.ebuild index 043cbd35b819..95b3208fdc87 100644 --- a/dev-lisp/cl-base64/cl-base64-3.2.1-r1.ebuild +++ b/dev-lisp/cl-base64/cl-base64-3.2.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-base64/cl-base64-3.2.1-r1.ebuild,v 1.2 2004/06/24 23:41:26 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-base64/cl-base64-3.2.1-r1.ebuild,v 1.3 2004/07/14 15:21:49 agriffis Exp $ inherit common-lisp @@ -11,11 +11,11 @@ SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-base64/${PN}_${PV}.orig.tar LICENSE="BSD" SLOT="0" KEYWORDS="~x86" +IUSE="" DEPEND="dev-lisp/cl-kmrcl" CLPACKAGE=base64 -S=${WORKDIR}/${P} src_install() { common-lisp-install *.lisp *.asd |