diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 16:02:53 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 16:02:53 +0000 |
commit | 1399aa36ded8d865b7aa6f5be39ce76b915987aa (patch) | |
tree | aa540416e54152041ecf343a0e3e6abc52186088 /dev-lisp/cl-pg/cl-pg-0.19.ebuild | |
parent | sync IUSE (missing), don't assign S=${WORKDIR}/${P} (Manifest recommit) (diff) | |
download | gentoo-2-1399aa36ded8d865b7aa6f5be39ce76b915987aa.tar.gz gentoo-2-1399aa36ded8d865b7aa6f5be39ce76b915987aa.tar.bz2 gentoo-2-1399aa36ded8d865b7aa6f5be39ce76b915987aa.zip |
sync IUSE (missing)
Diffstat (limited to 'dev-lisp/cl-pg/cl-pg-0.19.ebuild')
-rw-r--r-- | dev-lisp/cl-pg/cl-pg-0.19.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-lisp/cl-pg/cl-pg-0.19.ebuild b/dev-lisp/cl-pg/cl-pg-0.19.ebuild index 0d93def4cee7..c6d45fd40958 100644 --- a/dev-lisp/cl-pg/cl-pg-0.19.ebuild +++ b/dev-lisp/cl-pg/cl-pg-0.19.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-pg/cl-pg-0.19.ebuild,v 1.2 2004/06/24 23:49:19 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-pg/cl-pg-0.19.ebuild,v 1.3 2004/07/14 15:58:31 agriffis Exp $ inherit common-lisp @@ -12,6 +12,7 @@ SRC_URI="http://www.chez.com/emarsden/downloads/pg-dot-lisp-${PV}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~x86" +IUSE="" DEPEND="dev-lisp/common-lisp-controller virtual/commonlisp" |