diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-06-10 23:23:37 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-06-10 23:23:37 +0200 |
commit | fffafb55e3c089eaee4e11eaf7bb9f18a997093e (patch) | |
tree | 8db66444168d33f6ea09060439c5d62580629e46 /net-misc | |
parent | dev-perl/gtk2-traymanager: stable 0.50.0-r2 for ia64, bug #657634 (diff) | |
download | gentoo-fffafb55e3c089eaee4e11eaf7bb9f18a997093e.tar.gz gentoo-fffafb55e3c089eaee4e11eaf7bb9f18a997093e.tar.bz2 gentoo-fffafb55e3c089eaee4e11eaf7bb9f18a997093e.zip |
net-misc/dhcpcd: Use HTTPS
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/dhcpcd/dhcpcd-7.0.5b.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/dhcpcd/dhcpcd-7.0.5b.ebuild b/net-misc/dhcpcd/dhcpcd-7.0.5b.ebuild index 3d93853bedc3..bca59ecd5d70 100644 --- a/net-misc/dhcpcd/dhcpcd-7.0.5b.ebuild +++ b/net-misc/dhcpcd/dhcpcd-7.0.5b.ebuild @@ -4,13 +4,13 @@ EAPI=6 if [[ ${PV} == "9999" ]]; then - EGIT_REPO_URI="git://roy.marples.name/dhcpcd" + EGIT_REPO_URI="https://roy.marples.name/git/dhcpcd.git" inherit git-r3 else MY_P="${P/_alpha/-alpha}" MY_P="${MY_P/_beta/-beta}" MY_P="${MY_P/_rc/-rc}" - SRC_URI="http://roy.marples.name/downloads/${PN}/${MY_P}.tar.xz" + SRC_URI="https://roy.marples.name/downloads/${PN}/${MY_P}.tar.xz" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" S="${WORKDIR}/${MY_P}" fi @@ -18,7 +18,7 @@ fi inherit eutils systemd toolchain-funcs DESCRIPTION="A fully featured, yet light weight RFC2131 compliant DHCP client" -HOMEPAGE="http://roy.marples.name/projects/dhcpcd/" +HOMEPAGE="https://roy.marples.name/projects/dhcpcd" LICENSE="BSD-2" SLOT="0" IUSE="elibc_glibc +embedded ipv6 kernel_linux +udev" |