From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1639399-garchives=archives.gentoo.org@lists.gentoo.org> 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 B241015817D for <garchives@archives.gentoo.org>; Thu, 6 Jun 2024 10:28:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0CF42BC045; Thu, 6 Jun 2024 10:27:49 +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 C3F942BC045 for <gentoo-commits@lists.gentoo.org>; Thu, 6 Jun 2024 10:27:49 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DEABC3408DD for <gentoo-commits@lists.gentoo.org>; Thu, 6 Jun 2024 10:27:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 07AF41C8B for <gentoo-commits@lists.gentoo.org>; Thu, 6 Jun 2024 10:27:45 +0000 (UTC) From: "David Roman" <davidroman96@gmail.com> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" <davidroman96@gmail.com> Message-ID: <1717629083.1bcba45cdedd2ca3c03a2d33defdad7fc36dcbd7.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-build/just/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-build/just/just-1.27.0.ebuild dev-build/just/just-1.28.0.ebuild X-VCS-Directories: dev-build/just/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 1bcba45cdedd2ca3c03a2d33defdad7fc36dcbd7 X-VCS-Branch: master Date: Thu, 6 Jun 2024 10:27:45 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1fd290ec-400e-4b2a-a166-2cede57ae733 X-Archives-Hash: a6b9104a041bf39377de9f6926bb36ae commit: 1bcba45cdedd2ca3c03a2d33defdad7fc36dcbd7 Author: Joe Kappus <joe <AT> wt <DOT> gd> AuthorDate: Wed Jun 5 23:11:23 2024 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Wed Jun 5 23:11:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1bcba45c dev-build/just: remove mirroring restriction based on feedback from: https://github.com/gentoo/guru/commit/b479757cbba037a6a4b28f9d4686a87bcfc972f5#commitcomment-142785313 Signed-off-by: Joe Kappus <joe <AT> wt.gd> dev-build/just/just-1.27.0.ebuild | 1 - dev-build/just/just-1.28.0.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/dev-build/just/just-1.27.0.ebuild b/dev-build/just/just-1.27.0.ebuild index abc413180..487193d3d 100644 --- a/dev-build/just/just-1.27.0.ebuild +++ b/dev-build/just/just-1.27.0.ebuild @@ -173,7 +173,6 @@ SRC_URI="${CARGO_CRATE_URIS}" LICENSE="Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD Boost-1.0 CC0-1.0 MIT Unicode-DFS-2016 Unlicense" SLOT="0" KEYWORDS="~amd64 ~arm64 ~x86" -RESTRICT="mirror" QA_FLAGS_IGNORED="usr/bin/${PN}" diff --git a/dev-build/just/just-1.28.0.ebuild b/dev-build/just/just-1.28.0.ebuild index 14acefff9..d52b03f4a 100644 --- a/dev-build/just/just-1.28.0.ebuild +++ b/dev-build/just/just-1.28.0.ebuild @@ -189,7 +189,6 @@ SRC_URI="${CARGO_CRATE_URIS}" LICENSE="Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD Boost-1.0 CC0-1.0 MIT Unicode-DFS-2016 Unlicense" SLOT="0" KEYWORDS="~amd64 ~arm64 ~x86" -RESTRICT="mirror" QA_FLAGS_IGNORED="usr/bin/${PN}"