diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-03 17:54:51 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-09 17:46:17 +0300 |
commit | 30316aea31eb8dc9f0d304a306a7ce73c6613733 (patch) | |
tree | 4379b07b1e70f670c5a633e0feeafaf74297e170 /sci-mathematics/jags | |
parent | sci-mathematics/gmp-ecm: destabilize for ~x86 (diff) | |
download | gentoo-30316aea31eb8dc9f0d304a306a7ce73c6613733.tar.gz gentoo-30316aea31eb8dc9f0d304a306a7ce73c6613733.tar.bz2 gentoo-30316aea31eb8dc9f0d304a306a7ce73c6613733.zip |
sci-mathematics/jags: destabilize for ~x86
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-mathematics/jags')
-rw-r--r-- | sci-mathematics/jags/jags-4.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/jags/jags-4.3.0.ebuild b/sci-mathematics/jags/jags-4.3.0.ebuild index 6c2ad95e6bdc..af3933c65fbc 100644 --- a/sci-mathematics/jags/jags-4.3.0.ebuild +++ b/sci-mathematics/jags/jags-4.3.0.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=7 @@ -14,7 +14,7 @@ S="${WORKDIR}/${MYP}" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc" RDEPEND=" |