diff options
author | Roy Bamford <neddyseagoon@gentoo.org> | 2021-02-15 14:53:38 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-22 18:57:00 +0000 |
commit | bb44297202e23329ad02226bef75474ff9cbd4f3 (patch) | |
tree | a18aac58a7475819b7d76adb1298bcd2a4bd5d51 /sci-libs/netcdf-cxx | |
parent | sci-libs/netcdf: added ~arm64 after p.u.m hdf (diff) | |
download | gentoo-bb44297202e23329ad02226bef75474ff9cbd4f3.tar.gz gentoo-bb44297202e23329ad02226bef75474ff9cbd4f3.tar.bz2 gentoo-bb44297202e23329ad02226bef75474ff9cbd4f3.zip |
sci-libs/netcdf-cxx: added ~arm64
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Roy Bamford <neddyseagoon@gentoo.org>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs/netcdf-cxx')
-rw-r--r-- | sci-libs/netcdf-cxx/netcdf-cxx-4.2-r300.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/netcdf-cxx/netcdf-cxx-4.2-r300.ebuild b/sci-libs/netcdf-cxx/netcdf-cxx-4.2-r300.ebuild index 35eed157f022..a15d37a2a1d2 100644 --- a/sci-libs/netcdf-cxx/netcdf-cxx-4.2-r300.ebuild +++ b/sci-libs/netcdf-cxx/netcdf-cxx-4.2-r300.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,7 +11,7 @@ SRC_URI="https://www.unidata.ucar.edu/downloads/netcdf/ftp/${P}.tar.gz" LICENSE="UCAR-Unidata" SLOT="3" -KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux" IUSE="examples static-libs" RDEPEND=">=sci-libs/netcdf-4.2:0=" |