commit: feac57d3c9c20d053dd6f5bb7307a824b326c410 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Thu Jul 9 18:52:32 2020 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Thu Jul 9 22:18:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feac57d3
dev-util/objconv: use HTTPS Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16652 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> dev-util/objconv/objconv-2.51.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/objconv/objconv-2.51.ebuild b/dev-util/objconv/objconv-2.51.ebuild index c4d8fb20963..0623cabd95c 100644 --- a/dev-util/objconv/objconv-2.51.ebuild +++ b/dev-util/objconv/objconv-2.51.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 inherit toolchain-funcs unpacker DESCRIPTION="object code file converted (COFF, ELF, OMF, MACHO)" -HOMEPAGE="http://agner.org/optimize/#objconv" +HOMEPAGE="https://agner.org/optimize/#objconv" # original URL is "http://agner.org/optimize/objconv.zip", but it's unversioned. # I copy those to distfiles time to time. last modified: 2018-Oct-07 SRC_URI="https://dev.gentoo.org/~slyfox/distfiles/${P}.zip"
