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 6331515800F for ; Wed, 11 Jan 2023 21:52:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50F0FE0C34; Wed, 11 Jan 2023 21:52:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 37B35E0C34 for ; Wed, 11 Jan 2023 21:52: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2BAF4340CAA for ; Wed, 11 Jan 2023 21:52:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BCB1B7F2 for ; Wed, 11 Jan 2023 21:52:42 +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: <1673473872.32f49c5e31f317bf84adecc0b93a90de4e0852dd.joe@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sci-mathematics/rstudio-desktop-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sci-mathematics/rstudio-desktop-bin/rstudio-desktop-bin-2022.12.0_p353.ebuild X-VCS-Directories: sci-mathematics/rstudio-desktop-bin/ X-VCS-Committer: joe X-VCS-Committer-Name: Joe Kappus X-VCS-Revision: 32f49c5e31f317bf84adecc0b93a90de4e0852dd X-VCS-Branch: dev Date: Wed, 11 Jan 2023 21:52:42 +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: 15501a3a-4c77-4f83-bcdc-671e7832bf1a X-Archives-Hash: 01d1617590700cc4334b137d597a0313 commit: 32f49c5e31f317bf84adecc0b93a90de4e0852dd Author: Joe Kappus wt gd> AuthorDate: Wed Jan 11 21:51:12 2023 +0000 Commit: Joe Kappus wt gd> CommitDate: Wed Jan 11 21:51:12 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=32f49c5e sci-mathematics/rstudio-desktop-bin: fix SRC_URI Used PVR before, using PV now so revbumps won't break the ebuild. Signed-off-by: Joe Kappus wt.gd> .../rstudio-desktop-bin/rstudio-desktop-bin-2022.12.0_p353.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-mathematics/rstudio-desktop-bin/rstudio-desktop-bin-2022.12.0_p353.ebuild b/sci-mathematics/rstudio-desktop-bin/rstudio-desktop-bin-2022.12.0_p353.ebuild index 043daf034..895f238dd 100644 --- a/sci-mathematics/rstudio-desktop-bin/rstudio-desktop-bin-2022.12.0_p353.ebuild +++ b/sci-mathematics/rstudio-desktop-bin/rstudio-desktop-bin-2022.12.0_p353.ebuild @@ -15,7 +15,7 @@ inherit chromium-2 linux-info optfeature rpm xdg DESCRIPTION="IDE for R and Python" HOMEPAGE="https://posit.co" -SRC_URI="https://download1.rstudio.org/electron/rhel8/x86_64/${MY_PN}-${PVR/_p/-}-x86_64.rpm" +SRC_URI="https://download1.rstudio.org/electron/rhel8/x86_64/${MY_PN}-${PV/_p/-}-x86_64.rpm" LICENSE="AGPL-3" SLOT="0"