summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2023-10-30 19:36:55 -0400
committerMichael Orlitzky <mjo@gentoo.org>2023-10-30 19:39:43 -0400
commitef47b7e59acfea4522bd411971521c48b70bc77b (patch)
tree339ee2f5ff7b1d48d97a2c59e7185daaddcbb97d
parentgames-emulation/ryujinx: new package; add 1.1.1065 (diff)
downloadgentoo-ef47b7e59acfea4522bd411971521c48b70bc77b.tar.gz
gentoo-ef47b7e59acfea4522bd411971521c48b70bc77b.tar.bz2
gentoo-ef47b7e59acfea4522bd411971521c48b70bc77b.zip
dev-lang/R: eliminate pointless use of mirror://
The list of "cran" mirrors contains exactly one working mirror, and that is the official upstream. Let's listen to the devmanual and inline that location into SRC_URI. Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
-rw-r--r--dev-lang/R/R-4.3.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/R/R-4.3.1.ebuild b/dev-lang/R/R-4.3.1.ebuild
index 54a13af61115..35b5a00630bd 100644
--- a/dev-lang/R/R-4.3.1.ebuild
+++ b/dev-lang/R/R-4.3.1.ebuild
@@ -12,7 +12,7 @@ BCPV=78d6830e28ea90a046da79a9b4f70c39594bb6d6
DESCRIPTION="Language and environment for statistical computing and graphics"
HOMEPAGE="https://www.r-project.org/"
SRC_URI="
- mirror://cran/src/base/R-4/${P}.tar.gz
+ https://cran.r-project.org/src/base/R-4/${P}.tar.gz
https://raw.githubusercontent.com/deepayan/rcompletion/${BCPV}/bash_completion/R -> ${PN}-${BCPV}.bash_completion"
LICENSE="|| ( GPL-2 GPL-3 ) LGPL-2.1"