From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9475315802C for ; Tue, 17 Dec 2024 19:53:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D159CE086F; Tue, 17 Dec 2024 19:53:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E83F2E0844 for ; Tue, 17 Dec 2024 19:52:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 96B9D33BF39 for ; Tue, 17 Dec 2024 19:52:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F3A751F3C for ; Tue, 17 Dec 2024 19:52:56 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1734465127.cceb28a1dfa36a75548663dc358d59de5974368b.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-engines/devilutionx/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-engines/devilutionx/devilutionx-1.5.3-r1.ebuild X-VCS-Directories: games-engines/devilutionx/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: cceb28a1dfa36a75548663dc358d59de5974368b X-VCS-Branch: master Date: Tue, 17 Dec 2024 19:52:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 67af9d26-48b5-4b28-b057-0483f46fe28a X-Archives-Hash: cdd3d399b6f6776574a03b352ada4e97 commit: cceb28a1dfa36a75548663dc358d59de5974368b Author: Ionen Wolkens gentoo org> AuthorDate: Tue Dec 17 19:50:38 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Tue Dec 17 19:52:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cceb28a1 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 gentoo.org> 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 a21175177aa1..c9f17f483bd4 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:=