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 A315315800A for ; Sat, 29 Jul 2023 14:05:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B638CE0BE1; Sat, 29 Jul 2023 14:05: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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 71691E0BE3 for ; Sat, 29 Jul 2023 14:05: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8A164335DCD for ; Sat, 29 Jul 2023 14:05:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 947BDE8A for ; Sat, 29 Jul 2023 14:05:03 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1690639315.ff76ec5db84f2b864ccf7551bda63e7bc7c962dd.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/coursier-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/coursier-bin/coursier-bin-2.1.5.ebuild X-VCS-Directories: dev-java/coursier-bin/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: ff76ec5db84f2b864ccf7551bda63e7bc7c962dd X-VCS-Branch: master Date: Sat, 29 Jul 2023 14:05:03 +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: eb35e3e7-5b3d-4a20-9738-baf51cb56416 X-Archives-Hash: 1f09968d5c76eb3faf031845d5ff3ae6 commit: ff76ec5db84f2b864ccf7551bda63e7bc7c962dd Author: Florian Schmaus gentoo org> AuthorDate: Sat Jul 29 14:01:06 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Sat Jul 29 14:01:55 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff76ec5d dev-java/coursier-bin: stabilize 2.1.5 for amd64 Signed-off-by: Florian Schmaus gentoo.org> dev-java/coursier-bin/coursier-bin-2.1.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/coursier-bin/coursier-bin-2.1.5.ebuild b/dev-java/coursier-bin/coursier-bin-2.1.5.ebuild index 9bf4cb6eb641..4c77d05f1d13 100644 --- a/dev-java/coursier-bin/coursier-bin-2.1.5.ebuild +++ b/dev-java/coursier-bin/coursier-bin-2.1.5.ebuild @@ -14,7 +14,7 @@ DESCRIPTION="Java/Scala artifact fetching, bundling and deploying" HOMEPAGE="https://get-coursier.io/" SRC_URI="https://github.com/coursier/coursier/releases/download/v$(get_orig_coursier_pv)/cs-x86_64-pc-linux.gz -> ${P}.gz" -KEYWORDS="~amd64" +KEYWORDS="amd64" LICENSE="Apache-2.0" SLOT="0"