summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2016-01-02 19:20:59 +0000
committerJames Le Cuirot <chewi@gentoo.org>2016-01-02 19:21:33 +0000
commit632d426b187566345c80409164b9162223dbeb39 (patch)
tree2e4a2033101ceb2545e8befde89413a14966e3dc
parentdev-perl/DateTime-Format-HTTP: Remove old (diff)
downloadgentoo-632d426b.tar.gz
gentoo-632d426b.tar.bz2
gentoo-632d426b.zip
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
-rw-r--r--sci-misc/nco/nco-4.5.1-r2.ebuild (renamed from sci-misc/nco/nco-4.5.1-r1.ebuild)4
1 files 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
index 32a8c255c770..a8db552ea7fc 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() {