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 <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2024-12-17 14:50:38 -05:00
parent dba334aeba
commit cceb28a1df

View File

@@ -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:=