Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/netcdf-cxx/
Date: Sat, 27 Oct 2018 14:09:59
Message-Id: 1540649186.ed0a495dbf23a6f845c13eb674599f87d1630388.pacho@gentoo
1 commit: ed0a495dbf23a6f845c13eb674599f87d1630388
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 27 14:06:26 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 27 14:06:26 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed0a495d
7
8 sci-libs/netcdf-cxx: Needs to be rebuilt when subslot changes
9
10 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 sci-libs/netcdf-cxx/netcdf-cxx-4.2-r300.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-libs/netcdf-cxx/netcdf-cxx-4.2-r300.ebuild b/sci-libs/netcdf-cxx/netcdf-cxx-4.2-r300.ebuild
17 index 79fd2e1b0aa..35eed157f02 100644
18 --- a/sci-libs/netcdf-cxx/netcdf-cxx-4.2-r300.ebuild
19 +++ b/sci-libs/netcdf-cxx/netcdf-cxx-4.2-r300.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -14,7 +14,7 @@ SLOT="3"
27 KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
28 IUSE="examples static-libs"
29
30 -RDEPEND=">=sci-libs/netcdf-4.2"
31 +RDEPEND=">=sci-libs/netcdf-4.2:0="
32 DEPEND="${RDEPEND}"
33
34 src_install() {