diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2006-07-27 21:42:41 +0000 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2006-07-27 21:42:41 +0000 |
commit | c007f954b6c8ad4a4288942cdd09482e6f18a6dd (patch) | |
tree | 9c45fcb4f0d4dc6f73049aadaf7f96f669708f29 /dev-scheme/mzscheme/mzscheme-201-r1.ebuild | |
parent | Add block against sys-fs/ntfs3g as per comment #1 on bug #141926. (diff) | |
download | gentoo-2-c007f954b6c8ad4a4288942cdd09482e6f18a6dd.tar.gz gentoo-2-c007f954b6c8ad4a4288942cdd09482e6f18a6dd.tar.bz2 gentoo-2-c007f954b6c8ad4a4288942cdd09482e6f18a6dd.zip |
Block against >=dev-scheme/drscheme-350 since they both install the same binaries.
(Portage version: 2.1.1_pre2-r8)
Diffstat (limited to 'dev-scheme/mzscheme/mzscheme-201-r1.ebuild')
-rw-r--r-- | dev-scheme/mzscheme/mzscheme-201-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-scheme/mzscheme/mzscheme-201-r1.ebuild b/dev-scheme/mzscheme/mzscheme-201-r1.ebuild index 0cfcfc122c89..7bb492ef27e6 100644 --- a/dev-scheme/mzscheme/mzscheme-201-r1.ebuild +++ b/dev-scheme/mzscheme/mzscheme-201-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-scheme/mzscheme/mzscheme-201-r1.ebuild,v 1.1 2006/05/11 21:50:11 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-scheme/mzscheme/mzscheme-201-r1.ebuild,v 1.2 2006/07/27 21:42:41 chutzpah Exp $ IUSE="" @@ -8,7 +8,8 @@ S=${WORKDIR}/plt DESCRIPTION="MzScheme scheme compiler" HOMEPAGE="http://www.plt-scheme.org/software/mzscheme/" SRC_URI="ftp://ftp.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/mzscheme.src.unix-201.tar.gz" -DEPEND=">=sys-devel/gcc-2.95.3-r7" +DEPEND=">=sys-devel/gcc-2.95.3-r7 + !>=dev-scheme/drscheme-350" #RDEPEND="" SLOT="0" LICENSE="LGPL-2.1" |