diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-03 17:45:57 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-09 17:45:07 +0300 |
commit | 75f505dfeba2d89c3de4585940d2e82c6078923b (patch) | |
tree | ed462b535e61e4117f8ff231028284ef3ad84527 /sci-biology/finchtv | |
parent | sci-biology/eugene: destabilize for ~x86 (diff) | |
download | gentoo-75f505dfeba2d89c3de4585940d2e82c6078923b.tar.gz gentoo-75f505dfeba2d89c3de4585940d2e82c6078923b.tar.bz2 gentoo-75f505dfeba2d89c3de4585940d2e82c6078923b.zip |
sci-biology/finchtv: destabilize for ~x86
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-biology/finchtv')
-rw-r--r-- | sci-biology/finchtv/finchtv-1.3.1-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-biology/finchtv/finchtv-1.3.1-r3.ebuild b/sci-biology/finchtv/finchtv-1.3.1-r3.ebuild index 60608c9aff2a..d3634ac607b1 100644 --- a/sci-biology/finchtv/finchtv-1.3.1-r3.ebuild +++ b/sci-biology/finchtv/finchtv-1.3.1-r3.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 @@ SRC_URI="http://www.geospiza.com/finchtv/download/programs/linux/${MY_P}.tar.gz" LICENSE="finchtv" SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" S="${WORKDIR}/${MY_P}" |