From 1186964b2da5b6101b7f8c6e45a58edb5eb9f4ea Mon Sep 17 00:00:00 2001 From: Yongxiang Liang Date: Tue, 14 Nov 2023 07:39:49 +0800 Subject: [PATCH] games-board/othello: restrict test Signed-off-by: Yongxiang Liang --- games-board/othello/othello-0.2.2.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/games-board/othello/othello-0.2.2.ebuild b/games-board/othello/othello-0.2.2.ebuild index 926fd80a5..74661fb23 100644 --- a/games-board/othello/othello-0.2.2.ebuild +++ b/games-board/othello/othello-0.2.2.ebuild @@ -8,7 +8,7 @@ inherit wxwidgets DESCRIPTION="Othello is a classic strategy game, also known as Reversi" HOMEPAGE="http://othello-game.sourceforge.net" -SRC_URI="https://github.com/bekcpear/othello/archive/refs/tags/0.2.2.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/bekcpear/othello/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" @@ -18,6 +18,8 @@ DEPEND="dev-libs/boost x11-libs/wxGTK:${WX_GTK_VER}" RDEPEND="${DEPEND}" +RESTRICT="test" # tests fail + pkg_setup() { setup-wxwidgets }