diff options
author | Luis Francisco Araujo <araujo@gentoo.org> | 2006-03-07 11:21:17 +0000 |
---|---|---|
committer | Luis Francisco Araujo <araujo@gentoo.org> | 2006-03-07 11:21:17 +0000 |
commit | 25490837e75504b6688fd716c48b84f867cc4195 (patch) | |
tree | e49100f9bab053466bfaff3de06b5857fd359cd1 /dev-lang/squeak/squeak-3.6_p3.ebuild | |
parent | Add maintainer-needed metadata. Drop redundant src_compile. (diff) | |
download | gentoo-2-25490837e75504b6688fd716c48b84f867cc4195.tar.gz gentoo-2-25490837e75504b6688fd716c48b84f867cc4195.tar.bz2 gentoo-2-25490837e75504b6688fd716c48b84f867cc4195.zip |
Adding latest stable version of Squeak. Porting all of the ebuilds to modular X. Removing the first two unmaintained versions.
(Portage version: 2.1_pre5-r4)
Diffstat (limited to 'dev-lang/squeak/squeak-3.6_p3.ebuild')
-rw-r--r-- | dev-lang/squeak/squeak-3.6_p3.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/dev-lang/squeak/squeak-3.6_p3.ebuild b/dev-lang/squeak/squeak-3.6_p3.ebuild index 39f308aa760b..78ae0e074ba8 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 Foundation +# Copyright 1999-2006 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.5 2004/07/02 04:31:41 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/squeak/squeak-3.6_p3.ebuild,v 1.6 2006/03/07 11:21:17 araujo Exp $ inherit nsplugins libtool flag-o-matic eutils @@ -15,9 +15,10 @@ KEYWORDS="~x86 ~ppc" IUSE="X nas mmx mozilla" # a ffi flag would be nice -DEPEND="virtual/libc - nas? ( media-libs/nas ) - X? ( virtual/x11 )" +DEPEND="nas? ( media-libs/nas ) + X? ( || ( ( x11-libs/libX11 + x11-libs/libXext ) + virtual/x11 ) )" RDEPEND="${DEPEND} virtual/squeak-image" |