summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarijn Schouten <hkbst@gentoo.org>2007-04-07 10:17:26 +0000
committerMarijn Schouten <hkbst@gentoo.org>2007-04-07 10:17:26 +0000
commitef0e6a33a909bf95827878654168e22bc6dc14c4 (patch)
tree007736f7fd1cf7c7c7e318384b2531bc84d292c7 /media-sound
parentFix tests. (diff)
downloadgentoo-2-ef0e6a33a909bf95827878654168e22bc6dc14c4.tar.gz
gentoo-2-ef0e6a33a909bf95827878654168e22bc6dc14c4.tar.bz2
gentoo-2-ef0e6a33a909bf95827878654168e22bc6dc14c4.zip
make FORCEIMPL available from the outside
(Portage version: 2.1.2.3)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/cm/cm-2.10.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/cm/cm-2.10.0.ebuild b/media-sound/cm/cm-2.10.0.ebuild
index fd49e5d7a392..7be70093e642 100644
--- a/media-sound/cm/cm-2.10.0.ebuild
+++ b/media-sound/cm/cm-2.10.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/cm/cm-2.10.0.ebuild,v 1.7 2007/04/07 09:50:20 hkbst Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/cm/cm-2.10.0.ebuild,v 1.8 2007/04/07 10:17:26 hkbst Exp $
inherit elisp-common
@@ -34,7 +34,7 @@ SITEFILE="71cm-gentoo.el"
# for easy testing of any implementation
#FORCEIMPL="guile"
-FORCEIMPL=""
+#FORCEIMPL="sbcl"
CM="${S}/bin/cm.sh -R . -l \"\${FORCEIMPL}\""
#echo "${CM}"