diff options
-rw-r--r-- | dev-lisp/bigloo-lib/bigloo-lib-0.17.ebuild | 4 | ||||
-rw-r--r-- | dev-lisp/gcl/gcl-2.5.2.ebuild | 4 | ||||
-rw-r--r-- | dev-lisp/hyperspec/hyperspec-6.0.ebuild | 4 | ||||
-rw-r--r-- | dev-lisp/plt/plt-202.ebuild | 4 | ||||
-rw-r--r-- | dev-lisp/sbcl/sbcl-0.7.7.ebuild | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/dev-lisp/bigloo-lib/bigloo-lib-0.17.ebuild b/dev-lisp/bigloo-lib/bigloo-lib-0.17.ebuild index 408de1dd37b7..0a3bf15e8d6a 100644 --- a/dev-lisp/bigloo-lib/bigloo-lib-0.17.ebuild +++ b/dev-lisp/bigloo-lib/bigloo-lib-0.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/bigloo-lib/bigloo-lib-0.17.ebuild,v 1.10 2003/02/13 10:52:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/bigloo-lib/bigloo-lib-0.17.ebuild,v 1.11 2003/07/12 09:37:51 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="Bigloo support libraries" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/bigloo-lib/${P}.tar.gz" HOMEPAGE="http://bigloo-lib.sf.net" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~alpha ~sparc " +KEYWORDS="x86 ~ppc ~alpha ~sparc " IUSE="nls gtk postgres mysql gtk2 ipcs gd ldap X gdbm expat" DEPEND=">=dev-lisp/bigloo-2.4 diff --git a/dev-lisp/gcl/gcl-2.5.2.ebuild b/dev-lisp/gcl/gcl-2.5.2.ebuild index de71e42eca58..4463991f7012 100644 --- a/dev-lisp/gcl/gcl-2.5.2.ebuild +++ b/dev-lisp/gcl/gcl-2.5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/gcl-2.5.2.ebuild,v 1.3 2003/05/16 06:36:17 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/gcl-2.5.2.ebuild,v 1.4 2003/07/12 09:37:51 aliz Exp $ IUSE="" @@ -16,7 +16,7 @@ DEPEND=">=app-text/texi2html-1.64 LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" src_compile() { diff --git a/dev-lisp/hyperspec/hyperspec-6.0.ebuild b/dev-lisp/hyperspec/hyperspec-6.0.ebuild index a984d8e0807b..8b331fecbf29 100644 --- a/dev-lisp/hyperspec/hyperspec-6.0.ebuild +++ b/dev-lisp/hyperspec/hyperspec-6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/hyperspec/hyperspec-6.0.ebuild,v 1.2 2003/06/19 03:16:31 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/hyperspec/hyperspec-6.0.ebuild,v 1.3 2003/07/12 09:37:51 aliz Exp $ inherit elisp @@ -9,7 +9,7 @@ HOMEPAGE="http://www.lispworks.com/reference/HyperSpec/" SRC_URI="" LICENSE="HyperSpec" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" IUSE="" DEPEND="emacs? ( virtual/emacs app-emacs/ilisp )" diff --git a/dev-lisp/plt/plt-202.ebuild b/dev-lisp/plt/plt-202.ebuild index 5a4d5c1999a3..76d6155586a4 100644 --- a/dev-lisp/plt/plt-202.ebuild +++ b/dev-lisp/plt/plt-202.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/plt/plt-202.ebuild,v 1.3 2003/06/12 20:34:56 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/plt/plt-202.ebuild,v 1.4 2003/07/12 09:37:51 aliz Exp $ S=${WORKDIR}/${PN}/src DESCRIPTION="PLT Scheme, including DrScheme, mzscheme, mred, and mzc" @@ -14,7 +14,7 @@ DEPEND="virtual/glibc sys-devel/binutils" #RDEPEND="" -KEYWORDS="~x86" +KEYWORDS="x86" SLOT="0" LICENSE="LGPL-2.1" diff --git a/dev-lisp/sbcl/sbcl-0.7.7.ebuild b/dev-lisp/sbcl/sbcl-0.7.7.ebuild index 153d4377b94c..abde2c7ea0d4 100644 --- a/dev-lisp/sbcl/sbcl-0.7.7.ebuild +++ b/dev-lisp/sbcl/sbcl-0.7.7.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Copyright 2002 Marius Bernklev <mariube@unixcore.com> # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-0.7.7.ebuild,v 1.4 2003/02/13 10:54:38 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-0.7.7.ebuild,v 1.5 2003/07/12 09:37:51 aliz Exp $ DESCRIPTION="Steel Bank Common Lisp" HOMEPAGE="http://sbcl.sourceforge.net/" @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/sbcl/${P}-source.tar.bz2 LICENSE="MIT" SLOT="0" -KEYWORDS="~x86 ~ppc -sparc " +KEYWORDS="x86 ~ppc -sparc " PROVIDE="virtual/commonlisp" # the SRC_URI trickery needs this DEPEND=">=sys-apps/portage-2.0.27" |