summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2010-12-17 20:19:14 +0000
committerUlrich Müller <ulm@gentoo.org>2010-12-17 20:19:14 +0000
commit321e09531ced0feff5b405ae3447755f155b8ea8 (patch)
tree542b8bd90897e1f7804d6d17454a38b23ceed6d6 /dev-lisp/openmcl/openmcl-0.14.2_p1-r1.ebuild
parentDefault to gfortran if cannot figure out compiler wrt #348922 by Honza Machá... (diff)
downloadhistorical-321e09531ced0feff5b405ae3447755f155b8ea8.tar.gz
historical-321e09531ced0feff5b405ae3447755f155b8ea8.tar.bz2
historical-321e09531ced0feff5b405ae3447755f155b8ea8.zip
Remove PROVIDE, commonlisp is now a new-style virtual.
Package-Manager: portage-2.1.9.25/cvs/Linux x86_64
Diffstat (limited to 'dev-lisp/openmcl/openmcl-0.14.2_p1-r1.ebuild')
-rw-r--r--dev-lisp/openmcl/openmcl-0.14.2_p1-r1.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-lisp/openmcl/openmcl-0.14.2_p1-r1.ebuild b/dev-lisp/openmcl/openmcl-0.14.2_p1-r1.ebuild
index cda3c64c021d..38110a2c9536 100644
--- a/dev-lisp/openmcl/openmcl-0.14.2_p1-r1.ebuild
+++ b/dev-lisp/openmcl/openmcl-0.14.2_p1-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/openmcl/openmcl-0.14.2_p1-r1.ebuild,v 1.2 2007/02/03 17:56:20 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/openmcl/openmcl-0.14.2_p1-r1.ebuild,v 1.3 2010/12/17 20:18:50 ulm Exp $
inherit eutils common-lisp-common-3
@@ -18,8 +18,6 @@ IUSE=""
DEPEND="dev-lisp/openmcl-build-tools"
-PROVIDE="virtual/commonlisp"
-
S=${WORKDIR}/${PN}-${MY_PV}
# The following relies heavily on what I read in debian/rules...