From: Sergey Popov Date: Thu, 17 May 2018 11:06:34 +0000 (+0300) Subject: dev-libs/libx86: set https in HOMEPAGE and SRC_URI urls X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0ab26ec31fa8a590f6c41d7c628819558040b877;p=gentoo.git dev-libs/libx86: set https in HOMEPAGE and SRC_URI urls Package-Manager: Portage-2.3.31, Repoman-2.3.9 --- diff --git a/dev-libs/libx86/libx86-1.1-r4.ebuild b/dev-libs/libx86/libx86-1.1-r4.ebuild index fd07a6993aab..24efb4976012 100644 --- a/dev-libs/libx86/libx86-1.1-r4.ebuild +++ b/dev-libs/libx86/libx86-1.1-r4.ebuild @@ -6,8 +6,8 @@ EAPI=6 inherit eutils toolchain-funcs flag-o-matic DESCRIPTION="A hardware-independent library for executing real-mode x86 code" -HOMEPAGE="http://www.codon.org.uk/~mjg59/libx86" -SRC_URI="http://www.codon.org.uk/~mjg59/${PN}/downloads/${P}.tar.gz" +HOMEPAGE="https://www.codon.org.uk/~mjg59/libx86/" +SRC_URI="https://www.codon.org.uk/~mjg59/${PN}/downloads/${P}.tar.gz" LICENSE="BSD" SLOT="0"