diff options
Diffstat (limited to 'dev-libs/libpcre2/libpcre2-10.40-r1.ebuild')
-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}" |