commit: 44a137aa61b68a1972a50bc31b9c38938fe5c1a2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Mon Oct 4 20:27:44 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> 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 <andrewammerlaan <AT> 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
