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 BEE2015817D for ; Wed, 5 Jun 2024 23:12:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06DF8E2B07; Wed, 5 Jun 2024 23:12:46 +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 DD272E2B07 for ; Wed, 5 Jun 2024 23:12:45 +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 C28A9340C57 for ; Wed, 5 Jun 2024 23:12:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21C8311DF for ; Wed, 5 Jun 2024 23:12:43 +0000 (UTC) From: "Joe Kappus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joe Kappus" Message-ID: <1717629083.1bcba45cdedd2ca3c03a2d33defdad7fc36dcbd7.joe@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev 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: joe X-VCS-Committer-Name: Joe Kappus X-VCS-Revision: 1bcba45cdedd2ca3c03a2d33defdad7fc36dcbd7 X-VCS-Branch: dev Date: Wed, 5 Jun 2024 23:12:43 +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: a63c36d1-893d-4b56-bf8a-ff5cee32b1d6 X-Archives-Hash: 47475a6c5e92b022cec9470184e36909 commit: 1bcba45cdedd2ca3c03a2d33defdad7fc36dcbd7 Author: Joe Kappus wt gd> AuthorDate: Wed Jun 5 23:11:23 2024 +0000 Commit: Joe Kappus wt gd> 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 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}"