commit: 0ab26ec31fa8a590f6c41d7c628819558040b877 Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org> AuthorDate: Thu May 17 11:06:34 2018 +0000 Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org> CommitDate: Thu May 17 11:06:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ab26ec3
dev-libs/libx86: set https in HOMEPAGE and SRC_URI urls Package-Manager: Portage-2.3.31, Repoman-2.3.9 dev-libs/libx86/libx86-1.1-r4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/libx86/libx86-1.1-r4.ebuild b/dev-libs/libx86/libx86-1.1-r4.ebuild index fd07a6993aa..24efb497601 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"
