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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F2A92158094 for ; Mon, 3 Oct 2022 08:23:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39C19E08CA; Mon, 3 Oct 2022 08:23:07 +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 20866E08CA for ; Mon, 3 Oct 2022 08:23:07 +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 34458340DFD for ; Mon, 3 Oct 2022 08:23:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5FB315CB for ; Mon, 3 Oct 2022 08:23:04 +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: <1664785365.d452fbb5f8901a67d2d92e5d7e76726a00fc2163.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/polymc/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-action/polymc/polymc-1.4.2-r2.ebuild games-action/polymc/polymc-9999.ebuild X-VCS-Directories: games-action/polymc/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: d452fbb5f8901a67d2d92e5d7e76726a00fc2163 X-VCS-Branch: master Date: Mon, 3 Oct 2022 08:23:04 +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: 1a75cd77-4351-4e0d-9e9d-ed95a383a9e0 X-Archives-Hash: 0099fadbacb7b7046f31466877fa4de2 commit: d452fbb5f8901a67d2d92e5d7e76726a00fc2163 Author: Thiago Donato Ferreira gmail com> AuthorDate: Thu Sep 22 16:32:32 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon Oct 3 08:22:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d452fbb5 games-action/polymc: remove submodule from EGIT_REPO_URI Closes: https://bugs.gentoo.org/872248 Signed-off-by: Thiago Donato Ferreira gmail.com> Signed-off-by: Andrew Ammerlaan gentoo.org> games-action/polymc/polymc-1.4.2-r2.ebuild | 1 - games-action/polymc/polymc-9999.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/games-action/polymc/polymc-1.4.2-r2.ebuild b/games-action/polymc/polymc-1.4.2-r2.ebuild index cfd8180bf564..b14fd617e73b 100644 --- a/games-action/polymc/polymc-1.4.2-r2.ebuild +++ b/games-action/polymc/polymc-1.4.2-r2.ebuild @@ -13,7 +13,6 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI=" https://github.com/PolyMC/PolyMC - https://github.com/PolyMC/libnbtplusplus " EGIT_SUBMODULES=( 'depends/libnbtplusplus' ) diff --git a/games-action/polymc/polymc-9999.ebuild b/games-action/polymc/polymc-9999.ebuild index 5f9c909ad33a..2d6984fe72b0 100644 --- a/games-action/polymc/polymc-9999.ebuild +++ b/games-action/polymc/polymc-9999.ebuild @@ -13,7 +13,6 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI=" https://github.com/PolyMC/PolyMC - https://github.com/PolyMC/libnbtplusplus " EGIT_SUBMODULES=( 'depends/libnbtplusplus' )