Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-misc/nco/
Date: Sat, 02 Jan 2016 19:21:43
Message-Id: 1451762493.632d426b187566345c80409164b9162223dbeb39.chewi@gentoo
1 commit: 632d426b187566345c80409164b9162223dbeb39
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 2 19:20:59 2016 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 2 19:21:33 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=632d426b
7
8 sci-misc/nco: antlr-cpp should be in RDEPEND
9
10 I commented that antlr should have been in RDEPEND before and forgot
11 to put antlr-cpp there myself. D'oh!
12
13 Package-Manager: portage-2.2.26
14
15 sci-misc/nco/{nco-4.5.1-r1.ebuild => nco-4.5.1-r2.ebuild} | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/sci-misc/nco/nco-4.5.1-r1.ebuild b/sci-misc/nco/nco-4.5.1-r2.ebuild
19 similarity index 96%
20 rename from sci-misc/nco/nco-4.5.1-r1.ebuild
21 rename to sci-misc/nco/nco-4.5.1-r2.ebuild
22 index 32a8c25..a8db552 100644
23 --- a/sci-misc/nco/nco-4.5.1-r1.ebuild
24 +++ b/sci-misc/nco/nco-4.5.1-r2.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2015 Gentoo Foundation
27 +# Copyright 1999-2016 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 # $Id$
30
31 @@ -19,10 +19,10 @@ IUSE="dap doc gsl ncap2 openmp static-libs test udunits"
32 RDEPEND="
33 >=sci-libs/netcdf-4:=[dap=,tools]
34 gsl? ( sci-libs/gsl:= )
35 + ncap2? ( dev-cpp/antlr-cpp:2= )
36 udunits? ( >=sci-libs/udunits-2 )"
37
38 DEPEND="${RDEPEND}
39 - ncap2? ( dev-cpp/antlr-cpp:2= )
40 test? ( >=sci-libs/netcdf-4[tools] )"
41
42 src_configure() {