diff options
author | Jon Nall <nall@gentoo.org> | 2003-02-04 16:06:56 +0000 |
---|---|---|
committer | Jon Nall <nall@gentoo.org> | 2003-02-04 16:06:56 +0000 |
commit | c9e28565a54bb786a30e3c6c9ea1bc6fd2f69c94 (patch) | |
tree | 9c2437d18b5a921a22f9739c3546984868168689 /dev-lisp/clisp | |
parent | changed dependency of xft to virtual/xft (diff) | |
download | gentoo-2-c9e28565a54bb786a30e3c6c9ea1bc6fd2f69c94.tar.gz gentoo-2-c9e28565a54bb786a30e3c6c9ea1bc6fd2f69c94.tar.bz2 gentoo-2-c9e28565a54bb786a30e3c6c9ea1bc6fd2f69c94.zip |
added ~ppc
Diffstat (limited to 'dev-lisp/clisp')
-rw-r--r-- | dev-lisp/clisp/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lisp/clisp/clisp-2.29.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lisp/clisp/ChangeLog b/dev-lisp/clisp/ChangeLog index 5bae965a9718..e55fbdd5934e 100644 --- a/dev-lisp/clisp/ChangeLog +++ b/dev-lisp/clisp/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for dev-lisp/clisp # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clisp/ChangeLog,v 1.3 2002/09/26 16:17:31 karltk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clisp/ChangeLog,v 1.4 2003/02/04 16:06:56 nall Exp $ *clisp-2.29 (29 Jul 2002) + 04 Feb 2003; Jon Nall <nall@gentoo.org> clisp-2.29.ebuild : + added ~ppc + 26 Sep 2002; Karl Trygve Kalleberg <karltk@gentoo.org> clisp-2.29.ebuild, files/digest-clisp-2.29 : Building sometimes failed on SMP systems. Fixes #8374. diff --git a/dev-lisp/clisp/clisp-2.29.ebuild b/dev-lisp/clisp/clisp-2.29.ebuild index cbaad5bec780..310c241d05fc 100644 --- a/dev-lisp/clisp/clisp-2.29.ebuild +++ b/dev-lisp/clisp/clisp-2.29.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clisp/clisp-2.29.ebuild,v 1.3 2002/10/05 05:39:11 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clisp/clisp-2.29.ebuild,v 1.4 2003/02/04 16:06:56 nall Exp $ IUSE="X" @@ -12,7 +12,7 @@ DEPEND="X? ( x11-base/xfree )" RDEPEND="$DEPEND" LICENSE="GPL-2" SLOT="2" -KEYWORDS="x86" +KEYWORDS="x86 ~ppc" src_compile() { local myconf="--with-dynamic-ffi --with-dynamic-modules --with-export-syscalls --with-module=wildcard --with-module=regexp --with-module=bindings/linuxlibc6" |