diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-04 09:16:01 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-04 09:16:01 +0000 |
commit | 941048e698196d7b95f75898fef9c6155acf8ee7 (patch) | |
tree | f9c034f16daa8ebd68c10c37bdb841dcca43ca7f /sci-misc/nco | |
parent | sys-apps/man2html: Stabilize 1.6g-r2 ppc, #899328 (diff) | |
download | gentoo-941048e698196d7b95f75898fef9c6155acf8ee7.tar.gz gentoo-941048e698196d7b95f75898fef9c6155acf8ee7.tar.bz2 gentoo-941048e698196d7b95f75898fef9c6155acf8ee7.zip |
sci-misc/nco: Stabilize 5.1.3 x86, #899440
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-misc/nco')
-rw-r--r-- | sci-misc/nco/nco-5.1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-misc/nco/nco-5.1.3.ebuild b/sci-misc/nco/nco-5.1.3.ebuild index 4ecf55b16fb0..e98f8eb72b05 100644 --- a/sci-misc/nco/nco-5.1.3.ebuild +++ b/sci-misc/nco/nco-5.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="http://nco.sf.net/src/${P}.tar.gz" LICENSE="GPL-3" SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 x86 ~amd64-linux ~x86-linux" IUSE="dap gsl hdf5 ncap2 openmp test udunits" RESTRICT="!test? ( test )" |