diff options
author | 2012-05-10 20:55:35 +0000 | |
---|---|---|
committer | 2012-05-10 20:55:35 +0000 | |
commit | 885f50010e0b722f8ab28895deb8e5ab00ffffd1 (patch) | |
tree | f84f00b8b4e46f93524bff0fb58557e42067c320 /dev-lisp/sbcl | |
parent | added dependency on cython and ipython for documentation (diff) | |
download | gentoo-2-885f50010e0b722f8ab28895deb8e5ab00ffffd1.tar.gz gentoo-2-885f50010e0b722f8ab28895deb8e5ab00ffffd1.tar.bz2 gentoo-2-885f50010e0b722f8ab28895deb8e5ab00ffffd1.zip |
Remove mirror restriction, remnant from the ebuild in the lisp overlay.
(Portage version: 2.1.10.58/cvs/Linux x86_64)
Diffstat (limited to 'dev-lisp/sbcl')
-rw-r--r-- | dev-lisp/sbcl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lisp/sbcl/sbcl-1.0.55-r1.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/dev-lisp/sbcl/ChangeLog b/dev-lisp/sbcl/ChangeLog index dc615cae4d43..b885c1c9b463 100644 --- a/dev-lisp/sbcl/ChangeLog +++ b/dev-lisp/sbcl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/sbcl # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/ChangeLog,v 1.173 2012/04/09 22:21:40 neurogeek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/ChangeLog,v 1.174 2012/05/10 20:55:35 ulm Exp $ + + 10 May 2012; Ulrich Müller <ulm@gentoo.org> sbcl-1.0.55-r1.ebuild: + Remove mirror restriction, remnant from the ebuild in the lisp overlay. 09 Apr 2012; Jesus Rivero <neurogeek@gentoo.org> +sbcl-1.0.55-r1.ebuild: Version bump diff --git a/dev-lisp/sbcl/sbcl-1.0.55-r1.ebuild b/dev-lisp/sbcl/sbcl-1.0.55-r1.ebuild index 281ddfe7b57b..2abccbe1fc96 100644 --- a/dev-lisp/sbcl/sbcl-1.0.55-r1.ebuild +++ b/dev-lisp/sbcl/sbcl-1.0.55-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.55-r1.ebuild,v 1.1 2012/04/09 22:21:40 neurogeek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.55-r1.ebuild,v 1.2 2012/05/10 20:55:35 ulm Exp $ EAPI=3 inherit multilib eutils flag-o-matic pax-utils @@ -24,7 +24,6 @@ SRC_URI="mirror://sourceforge/sbcl/${P}-source.tar.bz2 alpha? ( mirror://sourceforge/sbcl/${PN}-${BV_ALPHA}-alpha-linux-binary.tar.bz2 ) mips? ( !cobalt? ( mirror://sourceforge/sbcl/${PN}-${BV_MIPS}-mips-linux-binary.tar.bz2 ) ) mips? ( cobalt? ( mirror://sourceforge/sbcl/${PN}-${BV_MIPSEL}-mipsel-linux-binary.tar.bz2 ) )" -RESTRICT="mirror" LICENSE="MIT" SLOT="0" |