diff options
author | Ulrich Müller <ulm@gentoo.org> | 2010-12-17 20:19:14 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2010-12-17 20:19:14 +0000 |
commit | 8a040f54bc9114bd5dc1fa3e46afec871b28dfae (patch) | |
tree | 294933aa7c9307066c56366dc6bbd5949cfd9c52 /dev-lisp/sbcl/sbcl-1.0.31.ebuild | |
parent | Remove PROVIDE, commonlisp is now a new-style virtual. (diff) | |
download | gentoo-2-8a040f54bc9114bd5dc1fa3e46afec871b28dfae.tar.gz gentoo-2-8a040f54bc9114bd5dc1fa3e46afec871b28dfae.tar.bz2 gentoo-2-8a040f54bc9114bd5dc1fa3e46afec871b28dfae.zip |
Remove PROVIDE, commonlisp is now a new-style virtual.
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'dev-lisp/sbcl/sbcl-1.0.31.ebuild')
-rw-r--r-- | dev-lisp/sbcl/sbcl-1.0.31.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-lisp/sbcl/sbcl-1.0.31.ebuild b/dev-lisp/sbcl/sbcl-1.0.31.ebuild index 026b552af7e7..673bc5ed12e7 100644 --- a/dev-lisp/sbcl/sbcl-1.0.31.ebuild +++ b/dev-lisp/sbcl/sbcl-1.0.31.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.31.ebuild,v 1.4 2010/03/26 01:54:24 pchrist Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.31.ebuild,v 1.5 2010/12/17 20:19:14 ulm Exp $ EAPI=2 @@ -38,8 +38,6 @@ DEPEND="doc? ( sys-apps/texinfo >=media-gfx/graphviz-2.26.0 )" RDEPEND="elibc_glibc? ( >=sys-libs/glibc-2.3 || ( <sys-libs/glibc-2.6[nptl] >=sys-libs/glibc-2.6 ) )" PDEPEND="dev-lisp/gentoo-init" -PROVIDE="virtual/commonlisp" - # Disable warnings about executable stacks, as this won't be fixed soon by upstream QA_EXECSTACK="usr/bin/sbcl usr/lib/sbcl/src/runtime/sbcl usr/lib/sbcl/src/runtime/*.o" |