summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lisp/cl-sql/cl-sql-2.8.2.ebuild')
-rw-r--r--dev-lisp/cl-sql/cl-sql-2.8.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lisp/cl-sql/cl-sql-2.8.2.ebuild b/dev-lisp/cl-sql/cl-sql-2.8.2.ebuild
index 62c7025982ff..11b573f9efb9 100644
--- a/dev-lisp/cl-sql/cl-sql-2.8.2.ebuild
+++ b/dev-lisp/cl-sql/cl-sql-2.8.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-sql/cl-sql-2.8.2.ebuild,v 1.3 2004/06/24 23:55:14 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-sql/cl-sql-2.8.2.ebuild,v 1.4 2004/07/14 16:15:34 agriffis Exp $
inherit common-lisp eutils
@@ -28,7 +28,7 @@ S=${WORKDIR}/clsql-${PV}
# CLPACKAGE='clsql-base clsql clsql-uffi'
# use postgresql && CLPACKAGE="${CLPACKAGE} clsql-postgresql clsql-postgresql-socket"
-# use msql && CLPACKAGE="${CLPACKAGE} clsql-mysql"
+# use mysql && CLPACKAGE="${CLPACKAGE} clsql-mysql"
# use sqlite && CLPACKAGE="${CLPACKAGE} clsql-sqlite"
# Have to do this in a static manner, it seems???