summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-07-08 11:07:32 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-07-08 11:07:32 +0000
commit3272a948d27000fc60e661a81ba330ce5e914895 (patch)
treee623f2613a14f6fabe8c2fb32f3e8024681286b6 /dev-lisp/cmucl
parentConvert from "useq" to "use". (diff)
downloadgentoo-2-3272a948d27000fc60e661a81ba330ce5e914895.tar.gz
gentoo-2-3272a948d27000fc60e661a81ba330ce5e914895.tar.bz2
gentoo-2-3272a948d27000fc60e661a81ba330ce5e914895.zip
Convert from "useq" to "use".
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
Diffstat (limited to 'dev-lisp/cmucl')
-rw-r--r--dev-lisp/cmucl/ChangeLog5
-rw-r--r--dev-lisp/cmucl/cmucl-20b_p001.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lisp/cmucl/ChangeLog b/dev-lisp/cmucl/ChangeLog
index 78b7d00638d4..fdc34200d953 100644
--- a/dev-lisp/cmucl/ChangeLog
+++ b/dev-lisp/cmucl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lisp/cmucl
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cmucl/ChangeLog,v 1.37 2011/05/02 19:34:55 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cmucl/ChangeLog,v 1.38 2011/07/08 11:07:32 ssuominen Exp $
+
+ 08 Jul 2011; Samuli Suominen <ssuominen@gentoo.org> cmucl-20b_p001.ebuild:
+ Convert from "useq" to "use".
02 May 2011; Andrey Grozin <grozin@gentoo.org> files/20b-patch001.patch:
cvs commit mangled the file 20b-patch001.patch; now the offending chunk is
diff --git a/dev-lisp/cmucl/cmucl-20b_p001.ebuild b/dev-lisp/cmucl/cmucl-20b_p001.ebuild
index b4c2a53f7658..3e827ed2a17b 100644
--- a/dev-lisp/cmucl/cmucl-20b_p001.ebuild
+++ b/dev-lisp/cmucl/cmucl-20b_p001.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cmucl/cmucl-20b_p001.ebuild,v 1.1 2011/04/28 20:21:33 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cmucl/cmucl-20b_p001.ebuild,v 1.2 2011/07/08 11:07:32 ssuominen Exp $
EAPI=3
inherit eutils toolchain-funcs
@@ -33,7 +33,7 @@ glo_usev() {
die "${0}: wrong number of arguments: $#"
fi
local if_yes="${2:-${1}}" if_no="${3}"
- if useq ${1} ; then
+ if use ${1} ; then
printf "%s" "${if_yes}"
return 0
else