games-board/othello: restrict test

Signed-off-by: Yongxiang Liang <tanekliang@gmail.com>
This commit is contained in:
Yongxiang Liang 2023-11-14 07:39:49 +08:00 committed by 梁永祥
parent 66fec08b42
commit 1186964b2d

View File

@ -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
}