commit: 465b88165fe1b39c32347812b43fc5564da90f19
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 11 21:28:41 2016 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Apr 11 21:33:37 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=465b8816
net-misc/netctl: Update SRC_URI to point at sources.archlinux.org
Package-Manager: portage-2.2.28_p3
net-misc/netctl/netctl-1.10.ebuild | 2 +-
net-misc/netctl/netctl-1.9.ebuild | 2 +-
net-misc/netctl/netctl-9999.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/net-misc/netctl/netctl-1.10.ebuild
b/net-misc/netctl/netctl-1.10.ebuild
index 4a6ba6f..869ed0b 100644
--- a/net-misc/netctl/netctl-1.10.ebuild
+++ b/net-misc/netctl/netctl-1.10.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} = *9999* ]]; then
inherit git-2
DEPEND="app-text/asciidoc"
else
- SRC_URI="ftp://ftp.archlinux.org/other/packages/${PN}/${P}.tar.xz"
+ SRC_URI="https://sources.archlinux.org/other/packages/${PN}/${P}.tar.xz"
KEYWORDS="~amd64 ~x86"
fi
diff --git a/net-misc/netctl/netctl-1.9.ebuild
b/net-misc/netctl/netctl-1.9.ebuild
index cf44dd2..f51dab4 100644
--- a/net-misc/netctl/netctl-1.9.ebuild
+++ b/net-misc/netctl/netctl-1.9.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} = *9999* ]]; then
inherit git-2
DEPEND="app-text/asciidoc"
else
- SRC_URI="ftp://ftp.archlinux.org/other/packages/${PN}/${P}.tar.xz"
+ SRC_URI="https://sources.archlinux.org/other/packages/${PN}/${P}.tar.xz"
KEYWORDS="amd64 x86"
fi
diff --git a/net-misc/netctl/netctl-9999.ebuild
b/net-misc/netctl/netctl-9999.ebuild
index d85787d..db0610a 100644
--- a/net-misc/netctl/netctl-9999.ebuild
+++ b/net-misc/netctl/netctl-9999.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} = *9999* ]]; then
inherit git-2
DEPEND="app-text/asciidoc"
else
- SRC_URI="ftp://ftp.archlinux.org/other/packages/${PN}/${P}.tar.xz"
+ SRC_URI="https://sources.archlinux.org/other/packages/${PN}/${P}.tar.xz"
KEYWORDS="~amd64 ~x86"
fi