mirror of
https://github.com/gentoo-mirror/gentoo-zh.git
synced 2025-04-10 11:58:43 -04:00
games-board/othello: restrict test
Signed-off-by: Yongxiang Liang <tanekliang@gmail.com>
This commit is contained in:
parent
66fec08b42
commit
1186964b2d
@ -8,7 +8,7 @@ inherit wxwidgets
|
|||||||
|
|
||||||
DESCRIPTION="Othello is a classic strategy game, also known as Reversi"
|
DESCRIPTION="Othello is a classic strategy game, also known as Reversi"
|
||||||
HOMEPAGE="http://othello-game.sourceforge.net"
|
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"
|
LICENSE="GPL-2"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
@ -18,6 +18,8 @@ DEPEND="dev-libs/boost
|
|||||||
x11-libs/wxGTK:${WX_GTK_VER}"
|
x11-libs/wxGTK:${WX_GTK_VER}"
|
||||||
RDEPEND="${DEPEND}"
|
RDEPEND="${DEPEND}"
|
||||||
|
|
||||||
|
RESTRICT="test" # tests fail
|
||||||
|
|
||||||
pkg_setup() {
|
pkg_setup() {
|
||||||
setup-wxwidgets
|
setup-wxwidgets
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user