diff options
author | 2005-04-16 22:39:32 +0000 | |
---|---|---|
committer | 2005-04-16 22:39:32 +0000 | |
commit | 20d679030534c6176f5dcaa9dc3312e92cc9b847 (patch) | |
tree | a3f1426a50951e3170c6676a8dfa3e9fdc40a43a /dev-lisp/ecls | |
parent | new release, mark 2.6.3 x86 (diff) | |
download | gentoo-2-20d679030534c6176f5dcaa9dc3312e92cc9b847.tar.gz gentoo-2-20d679030534c6176f5dcaa9dc3312e92cc9b847.tar.bz2 gentoo-2-20d679030534c6176f5dcaa9dc3312e92cc9b847.zip |
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-lisp/ecls')
-rw-r--r-- | dev-lisp/ecls/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lisp/ecls/ecls-0.9e.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-lisp/ecls/ChangeLog b/dev-lisp/ecls/ChangeLog index be02f33e2946..19034414d8dd 100644 --- a/dev-lisp/ecls/ChangeLog +++ b/dev-lisp/ecls/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/ecls # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ChangeLog,v 1.13 2005/01/13 22:44:00 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ChangeLog,v 1.14 2005/04/16 22:39:32 mkennedy Exp $ + + 16 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> ecls-0.9e.ebuild: + Conditionally enable CLX based on the X USE flag; Keywording stable x86 *ecls-0.9e (13 Jan 2005) diff --git a/dev-lisp/ecls/ecls-0.9e.ebuild b/dev-lisp/ecls/ecls-0.9e.ebuild index 9c93d7300d60..b1d054f08094 100644 --- a/dev-lisp/ecls/ecls-0.9e.ebuild +++ b/dev-lisp/ecls/ecls-0.9e.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ecls-0.9e.ebuild,v 1.1 2005/01/13 22:44:00 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ecls-0.9e.ebuild,v 1.2 2005/04/16 22:39:32 mkennedy Exp $ inherit eutils @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/ecls/ecl-${PV}-fix-1.tgz" HOMEPAGE="http://ecls.sourceforge.net/" SLOT="0" LICENSE="BSD LGPL-2" -KEYWORDS="~x86" +KEYWORDS="x86" DEPEND="X? ( virtual/x11 ) =dev-libs/gmp-4* @@ -28,7 +28,7 @@ src_unpack() { src_compile() { myconf="--enable-local-gmp --enable-local-boehm --with-tcp" - myconf="$myconf --with-ffi --with-clos-streams --with-cmuformat `use_with X x`" + myconf="$myconf --with-ffi --with-clos-streams --with-cmuformat `use_with X x` `use_with X clx`" einfo "Configuring with: $myconf" econf ${myconf} || die make || die |