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 329F015ACFB for ; Wed, 26 Apr 2023 09:41:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8609FE086D; Wed, 26 Apr 2023 09:41:38 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 7240FE086D for ; Wed, 26 Apr 2023 09:41:38 +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 BB3AD340F93 for ; Wed, 26 Apr 2023 09:41:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 58A21A45 for ; Wed, 26 Apr 2023 09:41:36 +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: <1682502086.86ea339900fca3572056e074ed63c640a68b4e4a.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/scala-cli-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/scala-cli-bin/scala-cli-bin-1.0.0_rc1.ebuild X-VCS-Directories: dev-java/scala-cli-bin/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 86ea339900fca3572056e074ed63c640a68b4e4a X-VCS-Branch: master Date: Wed, 26 Apr 2023 09:41:36 +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: 88222744-ab0c-48f9-a4ac-8ff33be63e84 X-Archives-Hash: 5dbd8423dc942061887cae2d56d8a29d commit: 86ea339900fca3572056e074ed63c640a68b4e4a Author: Florian Schmaus gentoo org> AuthorDate: Wed Apr 26 09:41:26 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Wed Apr 26 09:41:26 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86ea3399 dev-java/scala-cli-bin: minor SRC_URI style changes Signed-off-by: Florian Schmaus gentoo.org> dev-java/scala-cli-bin/scala-cli-bin-1.0.0_rc1.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-java/scala-cli-bin/scala-cli-bin-1.0.0_rc1.ebuild b/dev-java/scala-cli-bin/scala-cli-bin-1.0.0_rc1.ebuild index 92f68c415997..dbd4d61e3c92 100644 --- a/dev-java/scala-cli-bin/scala-cli-bin-1.0.0_rc1.ebuild +++ b/dev-java/scala-cli-bin/scala-cli-bin-1.0.0_rc1.ebuild @@ -12,16 +12,16 @@ DESCRIPTION="CLI to interact with Scala and Java" HOMEPAGE="https://scala-cli.virtuslab.org/" SRC_URI=" !amd64? ( !arm64? ( - https://github.com/VirtusLab/scala-cli/releases/download/v${UPSTREAM_PV}/scala-cli -> - scala-cli-non-native-${UPSTREAM_PV} + https://github.com/VirtusLab/scala-cli/releases/download/v${UPSTREAM_PV}/scala-cli + -> scala-cli-non-native-${UPSTREAM_PV} ) ) amd64? ( - https://github.com/VirtusLab/scala-cli/releases/download/v${UPSTREAM_PV}/scala-cli-x86_64-pc-linux.gz -> - scala-cli-amd64-${UPSTREAM_PV}.gz + https://github.com/VirtusLab/scala-cli/releases/download/v${UPSTREAM_PV}/scala-cli-x86_64-pc-linux.gz + -> scala-cli-amd64-${UPSTREAM_PV}.gz ) arm64? ( - https://github.com/VirtusLab/scala-cli/releases/download/v${UPSTREAM_PV}/scala-cli-aarch64-pc-linux.gz -> - scala-cli-arm64-${UPSTREAM_PV}.gz + https://github.com/VirtusLab/scala-cli/releases/download/v${UPSTREAM_PV}/scala-cli-aarch64-pc-linux.gz + -> scala-cli-arm64-${UPSTREAM_PV}.gz ) "