diff options
-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 )" |