diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-03 17:44:55 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-09 17:45:02 +0300 |
commit | df4cbd5ac372b2a50b2be5ff95d14b92c0500d20 (patch) | |
tree | 7bb471fb49a8103235ceccf25f316f6b3b9e192a /sci-astronomy | |
parent | sci-astronomy/calcmysky: destabilize for ~x86 (diff) | |
download | gentoo-df4cbd5ac372b2a50b2be5ff95d14b92c0500d20.tar.gz gentoo-df4cbd5ac372b2a50b2be5ff95d14b92c0500d20.tar.bz2 gentoo-df4cbd5ac372b2a50b2be5ff95d14b92c0500d20.zip |
sci-astronomy/erfa: destabilize for ~x86
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/erfa/erfa-1.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-astronomy/erfa/erfa-1.4.0.ebuild b/sci-astronomy/erfa/erfa-1.4.0.ebuild index 0d4dc7846097..0f22559424f9 100644 --- a/sci-astronomy/erfa/erfa-1.4.0.ebuild +++ b/sci-astronomy/erfa/erfa-1.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/liberfa/erfa/releases/download/v${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0/1" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" src_prepare() { |