diff options
author | Sam James <sam@gentoo.org> | 2021-10-01 08:12:29 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-01 08:12:29 +0100 |
commit | 62eb3941f63e4c157d9abf23f199516503e8f0be (patch) | |
tree | 0a5c32467b2dae4cfe7c45dfd4e105d02406b9aa /sys-devel/gcc-config | |
parent | sys-devel/crossdev: update SRC_URI (diff) | |
download | gentoo-62eb3941f63e4c157d9abf23f199516503e8f0be.tar.gz gentoo-62eb3941f63e4c157d9abf23f199516503e8f0be.tar.bz2 gentoo-62eb3941f63e4c157d9abf23f199516503e8f0be.zip |
sys-devel/gcc-config: update SRC_URI
slyfox@ has retired and I've archived the distfiles
in my devspace.
Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/gcc-config')
-rw-r--r-- | sys-devel/gcc-config/gcc-config-2.4.ebuild | 2 | ||||
-rw-r--r-- | sys-devel/gcc-config/gcc-config-9999.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/gcc-config/gcc-config-2.4.ebuild b/sys-devel/gcc-config/gcc-config-2.4.ebuild index 2a704b191de1..7eccdffac24f 100644 --- a/sys-devel/gcc-config/gcc-config-2.4.ebuild +++ b/sys-devel/gcc-config/gcc-config-2.4.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/gcc-config.git" inherit git-r3 else - SRC_URI="https://dev.gentoo.org/~slyfox/distfiles/${P}.tar.xz" + SRC_URI="https://dev.gentoo.org/~sam/distfiles/${P}.tar.xz" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" fi diff --git a/sys-devel/gcc-config/gcc-config-9999.ebuild b/sys-devel/gcc-config/gcc-config-9999.ebuild index 2af22f6a6333..a2b5cb735263 100644 --- a/sys-devel/gcc-config/gcc-config-9999.ebuild +++ b/sys-devel/gcc-config/gcc-config-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/gcc-config.git" inherit git-r3 else - SRC_URI="https://dev.gentoo.org/~slyfox/distfiles/${P}.tar.xz" + SRC_URI="https://dev.gentoo.org/~sam/distfiles/${P}.tar.xz" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" fi |