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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A3346158093 for ; Sun, 3 Jul 2022 04:43:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4DF0E0AB6; Sun, 3 Jul 2022 04:43:52 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7AE5BE0AB6 for ; Sun, 3 Jul 2022 04:43:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2B67B341E3E for ; Sun, 3 Jul 2022 04:43:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 603747F for ; Sun, 3 Jul 2022 04:43:49 +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: <1656823353.9ad0f256f6be6b5c6c2a476441c6fb3117eb5e49.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.4.0.ebuild X-VCS-Directories: games-engines/devilutionx/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 9ad0f256f6be6b5c6c2a476441c6fb3117eb5e49 X-VCS-Branch: master Date: Sun, 3 Jul 2022 04:43:49 +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: cd36907f-33c3-4457-8da0-a33a3dcd11c0 X-Archives-Hash: bc680ee8593c778569924098cf1e8faf commit: 9ad0f256f6be6b5c6c2a476441c6fb3117eb5e49 Author: Ionen Wolkens gentoo org> AuthorDate: Sun Jul 3 04:41:18 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sun Jul 3 04:42:33 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ad0f256 games-engines/devilutionx: drop zerotier from unbundling reminder Upstream uses a modified fork, so that probably will end up messy. Signed-off-by: Ionen Wolkens gentoo.org> games-engines/devilutionx/devilutionx-1.4.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/games-engines/devilutionx/devilutionx-1.4.0.ebuild b/games-engines/devilutionx/devilutionx-1.4.0.ebuild index 3c66107e8e2e..d96c2032f7ce 100644 --- a/games-engines/devilutionx/devilutionx-1.4.0.ebuild +++ b/games-engines/devilutionx/devilutionx-1.4.0.ebuild @@ -43,8 +43,7 @@ src_prepare() { src_configure() { local mycmakeargs=( - # TODO: unbundle simpleini next version (will use system by default), - # and try to for at least zerotier too + # TODO: unbundle simpleini next version (will use system by default) -DBUILD_TESTING=$(usex test) -DCCACHE_PROGRAM=OFF #813768 -DDEBUG=$(usex debug)