diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-03 17:46:25 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-09 17:45:09 +0300 |
commit | 969fd1fcf8705083fa6f0e0840cdf9331aca90fd (patch) | |
tree | d31f0117f3ca52a555902d4b63bbbea310af7ec6 /sci-biology | |
parent | sci-biology/pilercr: destabilize for ~x86 (diff) | |
download | gentoo-969fd1fcf8705083fa6f0e0840cdf9331aca90fd.tar.gz gentoo-969fd1fcf8705083fa6f0e0840cdf9331aca90fd.tar.bz2 gentoo-969fd1fcf8705083fa6f0e0840cdf9331aca90fd.zip |
sci-biology/probcons: destabilize for ~x86
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/probcons/probcons-1.12-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-biology/probcons/probcons-1.12-r1.ebuild b/sci-biology/probcons/probcons-1.12-r1.ebuild index 15960982abff..3f0f2670b7b0 100644 --- a/sci-biology/probcons/probcons-1.12-r1.ebuild +++ b/sci-biology/probcons/probcons-1.12-r1.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 @@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}" LICENSE="public-domain" SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" # Gnuplot is explicitly runtime-only, it's run using system() RDEPEND=" |