aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2021-07-25 22:54:13 +0500
committerAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2021-07-25 22:54:13 +0500
commit7550cd50ab0c998a6b0630c1a153bb891640a475 (patch)
tree66447c04db9ac1e2eb72dc1fdd5f4f081f08835c /eclass/boinc.eclass
parentdev-libs/properties-cpp: Dropped test USE flag since it breaks (diff)
downloadguru-7550cd50ab0c998a6b0630c1a153bb891640a475.tar.gz
guru-7550cd50ab0c998a6b0630c1a153bb891640a475.tar.bz2
guru-7550cd50ab0c998a6b0630c1a153bb891640a475.zip
boinc.eclass: add missing slash in download URL
Closes: https://bugs.gentoo.org/803902 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to 'eclass/boinc.eclass')
-rw-r--r--eclass/boinc.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/boinc.eclass b/eclass/boinc.eclass
index d16d6e250..80281c69d 100644
--- a/eclass/boinc.eclass
+++ b/eclass/boinc.eclass
@@ -56,7 +56,7 @@ get_boinc_src() {
*) die "${FUNCNAME}: unknown release type '${RELEASE_TYPE}'"
esac
- local _SRC_URI="https://github.com/BOINC/boinc/archive"
+ local _SRC_URI="https://github.com/BOINC/boinc/archive/"
_SRC_URI+="${RELEASE_TYPE}_release/${RELEASE_MINOR}/${RELEASE_PATCH}.tar.gz"
_SRC_URI+=" -> boinc${SUFFIX}-${RELEASE_PATCH}.tar.gz"