diff options
author | Sam James <sam@gentoo.org> | 2023-01-18 22:08:37 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-18 22:08:37 +0000 |
commit | 8f0de6f7e19517b6653f826d96d6161609b5d861 (patch) | |
tree | 6df8f58457e2a716e9afbb2675d2d0c87a1b35eb /dev-libs/libpcre2 | |
parent | dev-lang/go: Stabilize 1.19.5 ppc64, #891317 (diff) | |
download | gentoo-8f0de6f7e19517b6653f826d96d6161609b5d861.tar.gz gentoo-8f0de6f7e19517b6653f826d96d6161609b5d861.tar.bz2 gentoo-8f0de6f7e19517b6653f826d96d6161609b5d861.zip |
dev-libs/libpcre2: update SRC_URI
Closes: https://bugs.gentoo.org/891351
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libpcre2')
-rw-r--r-- | dev-libs/libpcre2/libpcre2-10.40-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-libs/libpcre2/libpcre2-10.40-r1.ebuild b/dev-libs/libpcre2/libpcre2-10.40-r1.ebuild index 12a35ecd32b3..288e14a00e95 100644 --- a/dev-libs/libpcre2/libpcre2-10.40-r1.ebuild +++ b/dev-libs/libpcre2/libpcre2-10.40-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -21,8 +21,7 @@ else fi if [[ -n "${PATCH_SET}" ]] ; then - SRC_URI+=" https://dev.gentoo.org/~whissi/dist/${PN}/${PATCH_SET} - https://dev.gentoo.org/~polynomial-c/dist/${PATCH_SET}" + SRC_URI+=" https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${PATCH_SET}" fi S="${WORKDIR}/${MY_P}" |