app-arch/lzma: use unpacker

Signed-off-by: NRK <nrk@disroot.org>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
NRK
2025-03-14 17:26:41 +00:00
committed by Sam James
parent 0dbde702f4
commit eed97d7edf

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit toolchain-funcs
inherit toolchain-funcs unpacker
MY_P="${PN}${PV//.}"
DESCRIPTION="LZMA Stream Compressor from the SDK"
@@ -15,7 +15,7 @@ SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE="doc"
BDEPEND="app-arch/p7zip"
BDEPEND="$(unpacker_src_uri_depends)"
S=${WORKDIR}