commit: 632d426b187566345c80409164b9162223dbeb39
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 2 19:20:59 2016 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Jan 2 19:21:33 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=632d426b
sci-misc/nco: antlr-cpp should be in RDEPEND
I commented that antlr should have been in RDEPEND before and forgot
to put antlr-cpp there myself. D'oh!
Package-Manager: portage-2.2.26
sci-misc/nco/{nco-4.5.1-r1.ebuild => nco-4.5.1-r2.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-misc/nco/nco-4.5.1-r1.ebuild b/sci-misc/nco/nco-4.5.1-r2.ebuild
similarity index 96%
rename from sci-misc/nco/nco-4.5.1-r1.ebuild
rename to sci-misc/nco/nco-4.5.1-r2.ebuild
index 32a8c25..a8db552 100644
--- a/sci-misc/nco/nco-4.5.1-r1.ebuild
+++ b/sci-misc/nco/nco-4.5.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -19,10 +19,10 @@ IUSE="dap doc gsl ncap2 openmp static-libs test udunits"
RDEPEND="
>=sci-libs/netcdf-4:=[dap=,tools]
gsl? ( sci-libs/gsl:= )
+ ncap2? ( dev-cpp/antlr-cpp:2= )
udunits? ( >=sci-libs/udunits-2 )"
DEPEND="${RDEPEND}
- ncap2? ( dev-cpp/antlr-cpp:2= )
test? ( >=sci-libs/netcdf-4[tools] )"
src_configure() {