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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 38553158018 for ; Mon, 4 Oct 2021 20:28:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C3B8E07FE; Mon, 4 Oct 2021 20:28:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7277AE07FE for ; Mon, 4 Oct 2021 20:28:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5E987343053 for ; Mon, 4 Oct 2021 20:28:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73425D0 for ; Mon, 4 Oct 2021 20:28:06 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1633379264.44a137aa61b68a1972a50bc31b9c38938fe5c1a2.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/multimc/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-action/multimc/multimc-0.6.13.ebuild X-VCS-Directories: games-action/multimc/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 44a137aa61b68a1972a50bc31b9c38938fe5c1a2 X-VCS-Branch: master Date: Mon, 4 Oct 2021 20:28:06 +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: f9ac7adb-8b5c-4f5d-844a-f2e22d982610 X-Archives-Hash: 0da34cf4785d7d2945361b15fcecd16c commit: 44a137aa61b68a1972a50bc31b9c38938fe5c1a2 Author: Andrew Ammerlaan gentoo org> AuthorDate: Mon Oct 4 20:27:44 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon Oct 4 20:27:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44a137aa games-action/multimc: RESTRICT bindist See Also: https://github.com/MultiMC/MultiMC5/issues/4087 Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> games-action/multimc/multimc-0.6.13.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/games-action/multimc/multimc-0.6.13.ebuild b/games-action/multimc/multimc-0.6.13.ebuild index 5004bf93d81..350fecbdb5b 100644 --- a/games-action/multimc/multimc-0.6.13.ebuild +++ b/games-action/multimc/multimc-0.6.13.ebuild @@ -25,6 +25,11 @@ KEYWORDS="~amd64" LICENSE="Apache-2.0 Boost-1.0 BSD-2 BSD GPL-2+ LGPL-2.1-with-linking-exception LGPL-3 OFL-1.1 MIT" SLOT="0" +# Author has indicated that he is unhappy with redistributing custom builds +# under the MultiMC name/logo +# https://github.com/MultiMC/MultiMC5/issues/4087 +RESTRICT="bindist" + COMMON_DEPEND=" dev-qt/qtcore:5 dev-qt/qtwidgets:5