dev-embedded/libdisasm: use HTTPS

Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
This commit is contained in:
Michael Mair-Keimberger
2023-06-07 19:14:01 +02:00
committed by Viorel Munteanu
parent 7b84657e86
commit b7b7de3cf8

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -6,7 +6,7 @@ EAPI=7
inherit toolchain-funcs
DESCRIPTION="Provides basic disassembly of Intel x86 instructions from a binary stream"
HOMEPAGE="http://bastard.sourceforge.net/libdisasm.html"
HOMEPAGE="https://bastard.sourceforge.net/libdisasm.html"
SRC_URI="mirror://sourceforge/project/bastard/${PN}/${PV}/${P}.tar.gz"
LICENSE="Clarified-Artistic"