From cceb28a1dfa36a75548663dc358d59de5974368b Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Tue, 17 Dec 2024 14:50:38 -0500 Subject: [PATCH] games-engines/devilutionx: set RESTRICT="bindist mirror" Questionable whether this should be allowed, so let's just set it unless someone knows better. Signed-off-by: Ionen Wolkens --- games-engines/devilutionx/devilutionx-1.5.3-r1.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/games-engines/devilutionx/devilutionx-1.5.3-r1.ebuild b/games-engines/devilutionx/devilutionx-1.5.3-r1.ebuild index a21175177aa17..c9f17f483bd42 100644 --- a/games-engines/devilutionx/devilutionx-1.5.3-r1.ebuild +++ b/games-engines/devilutionx/devilutionx-1.5.3-r1.ebuild @@ -13,11 +13,15 @@ SRC_URI=" " S=${WORKDIR}/${PN}-src-${PV} -LICENSE="Sustainable-Use-1.0 BSD CC-BY-4.0 GPL-2+ LGPL-2.1+ MIT OFL-1.1 zerotier? ( BUSL-1.1 )" +LICENSE=" + Sustainable-Use-1.0 + BSD CC-BY-4.0 GPL-2+ LGPL-2.1+ MIT OFL-1.1 + zerotier? ( BUSL-1.1 ) +" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug +sodium test zerotier" -RESTRICT="!test? ( test )" +RESTRICT="bindist mirror !test? ( test )" RDEPEND=" app-arch/bzip2:=