summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2021-10-19 21:04:55 +0200
committerJakov Smolić <jsmolic@gentoo.org>2021-10-19 21:09:02 +0200
commit413f5999ca90a5ac6ff445b0dbb84e965666e5cf (patch)
tree99fbd93d77c3a411f5036956b66331c71e86aa9a /net-analyzer
parentnet-analyzer/traceroute-nanog: Update SRC_URI (diff)
downloadgentoo-413f5999ca90a5ac6ff445b0dbb84e965666e5cf.tar.gz
gentoo-413f5999ca90a5ac6ff445b0dbb84e965666e5cf.tar.bz2
gentoo-413f5999ca90a5ac6ff445b0dbb84e965666e5cf.zip
net-analyzer/ttcp: Update SRC_URI
jer@ is retired and I've archived the distfiles in my devspace Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/ttcp/ttcp-1.12-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/ttcp/ttcp-1.12-r2.ebuild b/net-analyzer/ttcp/ttcp-1.12-r2.ebuild
index 49e46e02dbd4..6ef77f5b49cc 100644
--- a/net-analyzer/ttcp/ttcp-1.12-r2.ebuild
+++ b/net-analyzer/ttcp/ttcp-1.12-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="~amd64 ~hppa ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
SRC_URI="
mirror://gentoo/${P}.tar.bz2
- https://dev.gentoo.org/~jer/${P}.c
+ https://dev.gentoo.org/~jsmolic/distfiles/${P}.c
"
src_compile() {
$(tc-getCC) ${CFLAGS} ${LDFLAGS} -o ${PN} "${DISTDIR}"/${P}.c || die