diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-03 17:46:38 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-09 17:45:10 +0300 |
commit | 34c41828dd91464a7857da7347b61d63ee5bb789 (patch) | |
tree | 93ac1d91c33b7346ab521ea4ad75c885f5913090 /sci-biology | |
parent | sci-biology/tree-puzzle: destabilize for ~x86 (diff) | |
download | gentoo-34c41828dd91464a7857da7347b61d63ee5bb789.tar.gz gentoo-34c41828dd91464a7857da7347b61d63ee5bb789.tar.bz2 gentoo-34c41828dd91464a7857da7347b61d63ee5bb789.zip |
sci-biology/treeviewx: destabilize for ~x86
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/treeviewx/treeviewx-0.5.1-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-biology/treeviewx/treeviewx-0.5.1-r3.ebuild b/sci-biology/treeviewx/treeviewx-0.5.1-r3.ebuild index 359aa98a784f..ada60056715e 100644 --- a/sci-biology/treeviewx/treeviewx-0.5.1-r3.ebuild +++ b/sci-biology/treeviewx/treeviewx-0.5.1-r3.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 @@ -13,7 +13,7 @@ S="${WORKDIR}/tv-${PV}" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~x86" RDEPEND="x11-libs/wxGTK:${WX_GTK_VER}[X]" DEPEND="${RDEPEND}" |