diff options
Diffstat (limited to 'dev-lisp/sbcl/sbcl-0.6.12.ebuild')
-rw-r--r-- | dev-lisp/sbcl/sbcl-0.6.12.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-lisp/sbcl/sbcl-0.6.12.ebuild b/dev-lisp/sbcl/sbcl-0.6.12.ebuild index 0c992983745b..1d1613005ac9 100644 --- a/dev-lisp/sbcl/sbcl-0.6.12.ebuild +++ b/dev-lisp/sbcl/sbcl-0.6.12.ebuild @@ -1,15 +1,15 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author: Karl Trygve Kalleberg <karltk@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-0.6.12.ebuild,v 1.3 2001/08/31 03:23:38 pm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-0.6.12.ebuild,v 1.4 2002/05/27 17:27:37 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="SteelBank Common Lisp" -SRC_URI="http://prdownloads.sourceforge.net/sbcl/${P}-source.tar.bz2 - http://prdownloads.sourceforge.net/sbcl/${P}-linux-binary.tar.bz2" +SRC_URI="mirror://sourceforge/sbcl/${P}-source.tar.bz2 + mirror://sourceforge/sbcl/${P}-linux-binary.tar.bz2" HOMEPAGE="http://sbcl.sf.net/" |