diff options
author | Sam James <sam@gentoo.org> | 2022-01-01 09:57:37 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-01 09:57:37 +0000 |
commit | bf0c0ec277474b7e36657badad2009780220450d (patch) | |
tree | 7aec8b1ed5160ecba69e14d8d3ffc0e491336204 /games-roguelike/stone-soup | |
parent | profiles/features/prefix: drop obsolete sys-fs/eudev[hwdb] mask (diff) | |
download | gentoo-bf0c0ec277474b7e36657badad2009780220450d.tar.gz gentoo-bf0c0ec277474b7e36657badad2009780220450d.tar.bz2 gentoo-bf0c0ec277474b7e36657badad2009780220450d.zip |
games-roguelike/stone-soup: fix MissingTestRestrict
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-roguelike/stone-soup')
4 files changed, 8 insertions, 4 deletions
diff --git a/games-roguelike/stone-soup/stone-soup-0.25.1-r102.ebuild b/games-roguelike/stone-soup/stone-soup-0.25.1-r102.ebuild index 1d7ea744c044..c78e6a378ad4 100644 --- a/games-roguelike/stone-soup/stone-soup-0.25.1-r102.ebuild +++ b/games-roguelike/stone-soup/stone-soup-0.25.1-r102.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -25,6 +25,7 @@ SRC_URI=" LICENSE="GPL-2 BSD BSD-2 public-domain CC0-1.0 MIT" KEYWORDS="amd64 x86" IUSE="debug ncurses sound test +tiles" +RESTRICT="!test? ( test )" RDEPEND=" ${LUA_DEPS} diff --git a/games-roguelike/stone-soup/stone-soup-0.26.1-r1.ebuild b/games-roguelike/stone-soup/stone-soup-0.26.1-r1.ebuild index dc9525094429..5d766d8353bb 100644 --- a/games-roguelike/stone-soup/stone-soup-0.26.1-r1.ebuild +++ b/games-roguelike/stone-soup/stone-soup-0.26.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -25,6 +25,7 @@ SRC_URI=" LICENSE="GPL-2 BSD BSD-2 public-domain CC0-1.0 MIT" KEYWORDS="amd64 x86" IUSE="debug ncurses sound test +tiles" +RESTRICT="!test? ( test )" RDEPEND=" ${LUA_DEPS} diff --git a/games-roguelike/stone-soup/stone-soup-0.27.1.ebuild b/games-roguelike/stone-soup/stone-soup-0.27.1.ebuild index 29c7f43de73a..5edf90bf5aa1 100644 --- a/games-roguelike/stone-soup/stone-soup-0.27.1.ebuild +++ b/games-roguelike/stone-soup/stone-soup-0.27.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -25,6 +25,7 @@ SRC_URI=" LICENSE="GPL-2 BSD BSD-2 public-domain CC0-1.0 MIT" KEYWORDS="amd64 x86" IUSE="debug ncurses sound test +tiles" +RESTRICT="!test? ( test )" RDEPEND=" ${LUA_DEPS} diff --git a/games-roguelike/stone-soup/stone-soup-0.28.0_pre20211224.ebuild b/games-roguelike/stone-soup/stone-soup-0.28.0_pre20211224.ebuild index 76eb66818392..92c16fd4481e 100644 --- a/games-roguelike/stone-soup/stone-soup-0.28.0_pre20211224.ebuild +++ b/games-roguelike/stone-soup/stone-soup-0.28.0_pre20211224.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -39,6 +39,7 @@ fi LICENSE="GPL-2 BSD BSD-2 public-domain CC0-1.0 MIT" KEYWORDS="~amd64 ~x86" IUSE="debug ncurses sound test +tiles" +RESTRICT="!test? ( test )" S=${WORKDIR}/${MY_P}/source RDEPEND=" |