diff options
Diffstat (limited to 'dev-lisp/cl-syslog/cl-syslog-0.9.1.ebuild')
-rw-r--r-- | dev-lisp/cl-syslog/cl-syslog-0.9.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-lisp/cl-syslog/cl-syslog-0.9.1.ebuild b/dev-lisp/cl-syslog/cl-syslog-0.9.1.ebuild index 104306be5f52..bfeb802a967c 100644 --- a/dev-lisp/cl-syslog/cl-syslog-0.9.1.ebuild +++ b/dev-lisp/cl-syslog/cl-syslog-0.9.1.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-syslog/cl-syslog-0.9.1.ebuild,v 1.2 2004/06/24 23:55:45 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-syslog/cl-syslog-0.9.1.ebuild,v 1.3 2004/07/14 16:17:39 agriffis Exp $ inherit common-lisp @@ -10,6 +10,7 @@ SRC_URI="mirror://gentoo/${PN}_${PV}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~x86" +IUSE="" DEPEND="dev-lisp/common-lisp-controller virtual/commonlisp dev-lisp/cl-uffi" |