diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 16:25:04 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 16:25:04 +0000 |
commit | a5cf36890f7a3d3bc7290eea4774a2a05b802425 (patch) | |
tree | 1bb0e966c6a89b98cb083d2f38257e361cbaaa93 /dev-lisp/cl-xmls | |
parent | sync IUSE (-emacs) (diff) | |
download | historical-a5cf36890f7a3d3bc7290eea4774a2a05b802425.tar.gz historical-a5cf36890f7a3d3bc7290eea4774a2a05b802425.tar.bz2 historical-a5cf36890f7a3d3bc7290eea4774a2a05b802425.zip |
sync IUSE (missing)
Diffstat (limited to 'dev-lisp/cl-xmls')
-rw-r--r-- | dev-lisp/cl-xmls/cl-xmls-1.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-lisp/cl-xmls/cl-xmls-1.0.ebuild b/dev-lisp/cl-xmls/cl-xmls-1.0.ebuild index 1f1e0606418b..5a7eeacc06c3 100644 --- a/dev-lisp/cl-xmls/cl-xmls-1.0.ebuild +++ b/dev-lisp/cl-xmls/cl-xmls-1.0.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-xmls/cl-xmls-1.0.ebuild,v 1.2 2004/06/24 23:57:17 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-xmls/cl-xmls-1.0.ebuild,v 1.3 2004/07/14 16:19:35 agriffis Exp $ inherit common-lisp @@ -11,6 +11,7 @@ SRC_URI="http://www.common-lisp.net/project/xmls/xmls-${PV}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~x86" +IUSE="" DEPEND="dev-lisp/common-lisp-controller virtual/commonlisp" |