diff --git a/sys-boot/etcher-bin/etcher-bin-1.18.11.ebuild b/sys-boot/etcher-bin/etcher-bin-1.18.11.ebuild index 81c7f29..dda734b 100644 --- a/sys-boot/etcher-bin/etcher-bin-1.18.11.ebuild +++ b/sys-boot/etcher-bin/etcher-bin-1.18.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,12 +10,14 @@ inherit unpacker xdg-utils DESCRIPTION="Flash OS images to SD cards & USB drives, safely and easily." HOMEPAGE="https://etcher.io" SRC_URI="https://github.com/balena-io/etcher/releases/download/v${PV}/balena-etcher_${PV}_amd64.deb" -RESTRICT="mirror" +S="${WORKDIR}" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" +RESTRICT="mirror" + RDEPEND=" app-arch/lzma dev-libs/expat @@ -45,8 +47,6 @@ QA_PREBUILT=" opt/balenaEtcher/* " -S="${WORKDIR}" - src_unpack() { unpack_deb ${A} }