diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-07-14 20:42:33 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-07-14 20:42:33 +0000 |
commit | 2b26375e2291b09c23edf4ec032564fb41ef682e (patch) | |
tree | e1983f74f32538922f1ab364d385a2033e5f19f5 /dev-tinyos | |
parent | stable x86, bug 268725 (diff) | |
download | gentoo-2-2b26375e2291b09c23edf4ec032564fb41ef682e.tar.gz gentoo-2-2b26375e2291b09c23edf4ec032564fb41ef682e.tar.bz2 gentoo-2-2b26375e2291b09c23edf4ec032564fb41ef682e.zip |
add a blocker for dev-lang/nemerle, see bug 247209
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'dev-tinyos')
-rw-r--r-- | dev-tinyos/ncc/ChangeLog | 7 | ||||
-rw-r--r-- | dev-tinyos/ncc/ncc-1.1.15.ebuild | 18 |
2 files changed, 14 insertions, 11 deletions
diff --git a/dev-tinyos/ncc/ChangeLog b/dev-tinyos/ncc/ChangeLog index d895f2285c34..9553d951e1b7 100644 --- a/dev-tinyos/ncc/ChangeLog +++ b/dev-tinyos/ncc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tinyos/ncc -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tinyos/ncc/ChangeLog,v 1.4 2007/03/05 22:35:58 sanchan Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tinyos/ncc/ChangeLog,v 1.5 2009/07/14 20:42:33 fauli Exp $ + + 14 Jul 2009; Christian Faulhammer <fauli@gentoo.org> ncc-1.1.15.ebuild: + add a blocker for dev-lang/nemerle, see bug 247209 05 Mar 2007; Sandro Bonazzola <sanchan@gentoo.org> ChangeLog: Removing myself from metadata.xml as I'm stepping back. diff --git a/dev-tinyos/ncc/ncc-1.1.15.ebuild b/dev-tinyos/ncc/ncc-1.1.15.ebuild index 12e40326a0a0..7abd9c2ff40d 100644 --- a/dev-tinyos/ncc/ncc-1.1.15.ebuild +++ b/dev-tinyos/ncc/ncc-1.1.15.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tinyos/ncc/ncc-1.1.15.ebuild,v 1.3 2006/11/14 21:36:57 sanchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tinyos/ncc/ncc-1.1.15.ebuild,v 1.4 2009/07/14 20:42:33 fauli Exp $ CVS_MONTH="Dec" CVS_YEAR="2005" @@ -12,15 +12,15 @@ SRC_URI="http://www.tinyos.net/dist-1.1.0/tinyos/source/${MY_P}-${PV}${CVS_MONTH LICENSE="Intel" SLOT="0" KEYWORDS="~x86 ~amd64" -DEPEND=">=dev-lang/perl-5.8.5-r2 - >=sys-devel/autoconf-2.53 - >=sys-devel/automake-1.5 + +RDEPEND=">=dev-tinyos/tos-1.1.15 + >=dev-lang/perl-5.8.5-r2 >=dev-tinyos/nesc-1.2.1 - >=dev-tinyos/tos-1.1.15" + !dev-lang/nemerle" -RDEPEND=">=dev-tinyos/nesc-1.2.1 - >=dev-tinyos/tos-1.1.15 - >=dev-lang/perl-5.8.5-r2" +DEPEND="${RDEPEND} + >=sys-devel/autoconf-2.53 + >=sys-devel/automake-1.5" IUSE="" |