Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-roguelike/stone-soup/
Date: Sat, 01 Jan 2022 10:03:08
Message-Id: 1641031057.bf0c0ec277474b7e36657badad2009780220450d.sam@gentoo
1 commit: bf0c0ec277474b7e36657badad2009780220450d
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 1 09:57:37 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 1 09:57:37 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf0c0ec2
7
8 games-roguelike/stone-soup: fix MissingTestRestrict
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 games-roguelike/stone-soup/stone-soup-0.25.1-r102.ebuild | 3 ++-
13 games-roguelike/stone-soup/stone-soup-0.26.1-r1.ebuild | 3 ++-
14 games-roguelike/stone-soup/stone-soup-0.27.1.ebuild | 3 ++-
15 games-roguelike/stone-soup/stone-soup-0.28.0_pre20211224.ebuild | 3 ++-
16 4 files changed, 8 insertions(+), 4 deletions(-)
17
18 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
19 index 1d7ea744c044..c78e6a378ad4 100644
20 --- a/games-roguelike/stone-soup/stone-soup-0.25.1-r102.ebuild
21 +++ b/games-roguelike/stone-soup/stone-soup-0.25.1-r102.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 +# Copyright 1999-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=8
28 @@ -25,6 +25,7 @@ SRC_URI="
29 LICENSE="GPL-2 BSD BSD-2 public-domain CC0-1.0 MIT"
30 KEYWORDS="amd64 x86"
31 IUSE="debug ncurses sound test +tiles"
32 +RESTRICT="!test? ( test )"
33
34 RDEPEND="
35 ${LUA_DEPS}
36
37 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
38 index dc9525094429..5d766d8353bb 100644
39 --- a/games-roguelike/stone-soup/stone-soup-0.26.1-r1.ebuild
40 +++ b/games-roguelike/stone-soup/stone-soup-0.26.1-r1.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2021 Gentoo Authors
43 +# Copyright 1999-2022 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=8
47 @@ -25,6 +25,7 @@ SRC_URI="
48 LICENSE="GPL-2 BSD BSD-2 public-domain CC0-1.0 MIT"
49 KEYWORDS="amd64 x86"
50 IUSE="debug ncurses sound test +tiles"
51 +RESTRICT="!test? ( test )"
52
53 RDEPEND="
54 ${LUA_DEPS}
55
56 diff --git a/games-roguelike/stone-soup/stone-soup-0.27.1.ebuild b/games-roguelike/stone-soup/stone-soup-0.27.1.ebuild
57 index 29c7f43de73a..5edf90bf5aa1 100644
58 --- a/games-roguelike/stone-soup/stone-soup-0.27.1.ebuild
59 +++ b/games-roguelike/stone-soup/stone-soup-0.27.1.ebuild
60 @@ -1,4 +1,4 @@
61 -# Copyright 1999-2021 Gentoo Authors
62 +# Copyright 1999-2022 Gentoo Authors
63 # Distributed under the terms of the GNU General Public License v2
64
65 EAPI=8
66 @@ -25,6 +25,7 @@ SRC_URI="
67 LICENSE="GPL-2 BSD BSD-2 public-domain CC0-1.0 MIT"
68 KEYWORDS="amd64 x86"
69 IUSE="debug ncurses sound test +tiles"
70 +RESTRICT="!test? ( test )"
71
72 RDEPEND="
73 ${LUA_DEPS}
74
75 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
76 index 76eb66818392..92c16fd4481e 100644
77 --- a/games-roguelike/stone-soup/stone-soup-0.28.0_pre20211224.ebuild
78 +++ b/games-roguelike/stone-soup/stone-soup-0.28.0_pre20211224.ebuild
79 @@ -1,4 +1,4 @@
80 -# Copyright 1999-2021 Gentoo Authors
81 +# Copyright 1999-2022 Gentoo Authors
82 # Distributed under the terms of the GNU General Public License v2
83
84 EAPI=8
85 @@ -39,6 +39,7 @@ fi
86 LICENSE="GPL-2 BSD BSD-2 public-domain CC0-1.0 MIT"
87 KEYWORDS="~amd64 ~x86"
88 IUSE="debug ncurses sound test +tiles"
89 +RESTRICT="!test? ( test )"
90
91 S=${WORKDIR}/${MY_P}/source
92 RDEPEND="