diff options
author | Sam James <sam@gentoo.org> | 2021-04-10 00:32:20 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-10 00:32:20 +0000 |
commit | 7beaefb3534cac53083ad7e52f7c1b55cbc6990a (patch) | |
tree | e23323f481f48c0eca78df2425d67f0b16bdc0e3 /games-misc | |
parent | dev-tex/biber: disable 64-bit only tests on 32-bit arches (diff) | |
download | gentoo-7beaefb3534cac53083ad7e52f7c1b55cbc6990a.tar.gz gentoo-7beaefb3534cac53083ad7e52f7c1b55cbc6990a.tar.bz2 gentoo-7beaefb3534cac53083ad7e52f7c1b55cbc6990a.zip |
games-misc/bsd-games: disable non-existent tests
Closes: https://bugs.gentoo.org/779649
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-misc')
-rw-r--r-- | games-misc/bsd-games/bsd-games-3.1-r1.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games-misc/bsd-games/bsd-games-3.1-r1.ebuild b/games-misc/bsd-games/bsd-games-3.1-r1.ebuild index f3a23be5c55e..5c2e6fdd1312 100644 --- a/games-misc/bsd-games/bsd-games-3.1-r1.ebuild +++ b/games-misc/bsd-games/bsd-games-3.1-r1.ebuild @@ -16,6 +16,10 @@ LICENSE="BSD" SLOT="0/3" KEYWORDS="~amd64" +# 'check' target doesn't exist, nor do any actual tests +# bug #779649 +RESTRICT="test" + DEPEND=" sys-apps/miscfiles sys-libs/ncurses:= |