diff options
Diffstat (limited to 'dev-lang/squeak/squeak-3.6_p3.ebuild')
-rw-r--r-- | dev-lang/squeak/squeak-3.6_p3.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-lang/squeak/squeak-3.6_p3.ebuild b/dev-lang/squeak/squeak-3.6_p3.ebuild index 096ca1d36ba2..f71c57636eba 100644 --- a/dev-lang/squeak/squeak-3.6_p3.ebuild +++ b/dev-lang/squeak/squeak-3.6_p3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/squeak/squeak-3.6_p3.ebuild,v 1.1 2004/04/28 16:19:19 jhhudso Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/squeak/squeak-3.6_p3.ebuild,v 1.1.1.1 2005/11/30 09:58:33 chriswhite Exp $ inherit nsplugins libtool flag-o-matic eutils @@ -11,11 +11,11 @@ SRC_URI="http://www-sor.inria.fr/~piumarta/squeak/unix/release/Squeak-${MY_PV}.s mozilla? ( http://squeakland.org/installers/SqueakPlugin.image.zip )" LICENSE="Apple" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~ppc" IUSE="X nas mmx mozilla" # a ffi flag would be nice -DEPEND="virtual/glibc +DEPEND="virtual/libc nas? ( media-libs/nas ) X? ( virtual/x11 )" RDEPEND="${DEPEND} @@ -64,7 +64,7 @@ src_install() { dosym /usr/lib/squeak/inisqueak /usr/bin/inisqueak ### the rest is all for the plugin - if [ "`use mozilla`" ] ; then + if use mozilla ; then inst_plugin /usr/lib/squeak/${MY_PV}/npsqueak.so dodoc nps/README.npsqueak |