diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-03 17:46:41 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-09 17:45:10 +0300 |
commit | 4fbceea141dee46636223eff67eb16874f98e0ef (patch) | |
tree | 61e31f04843085863fa4f99e954d2e9d2552b68a /sci-biology | |
parent | sci-biology/treeviewx: destabilize for ~x86 (diff) | |
download | gentoo-4fbceea141dee46636223eff67eb16874f98e0ef.tar.gz gentoo-4fbceea141dee46636223eff67eb16874f98e0ef.tar.bz2 gentoo-4fbceea141dee46636223eff67eb16874f98e0ef.zip |
sci-biology/trf: destabilize for ~x86
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/trf/trf-4.04-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-biology/trf/trf-4.04-r2.ebuild b/sci-biology/trf/trf-4.04-r2.ebuild index 16cbb1c3cab9..79558a9d9f11 100644 --- a/sci-biology/trf/trf-4.04-r2.ebuild +++ b/sci-biology/trf/trf-4.04-r2.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 @@ -12,7 +12,7 @@ S="${WORKDIR}" LICENSE="trf" # http://tandem.bu.edu/trf/trf.license.html SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~x86" RESTRICT="mirror bindist" QA_PREBUILT="opt/trf/.*" |