diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-03 17:52:30 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-09 17:46:06 +0300 |
commit | 8932da8d9810de4f5e58e597b6958d7c0d00dbe9 (patch) | |
tree | 0da7df7a13c1e856c3aa8f3d5e42e32bb9c79489 | |
parent | sci-libs/libsvm: destabilize for ~x86 (diff) | |
download | gentoo-8932da8d9810de4f5e58e597b6958d7c0d00dbe9.tar.gz gentoo-8932da8d9810de4f5e58e597b6958d7c0d00dbe9.tar.bz2 gentoo-8932da8d9810de4f5e58e597b6958d7c0d00dbe9.zip |
sci-libs/libxc: destabilize for ~x86
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r-- | sci-libs/libxc/libxc-5.1.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/libxc/libxc-5.1.7.ebuild b/sci-libs/libxc/libxc-5.1.7.ebuild index 9506ce207c0b..883a843a3e26 100644 --- a/sci-libs/libxc/libxc-5.1.7.ebuild +++ b/sci-libs/libxc/libxc-5.1.7.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="https://gitlab.com/libxc/libxc/-/archive/${PV}/${P}.tar.gz" LICENSE="MPL-2.0" SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux" +KEYWORDS="amd64 ~x86 ~amd64-linux" IUSE="fortran test" RESTRICT="!test? ( test )" |