commit: eed97d7edf59677017edc7feebb75b9a6056eebd
Author: NRK <nrk <AT> disroot <DOT> org>
AuthorDate: Fri Mar 14 17:26:41 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 24 06:52:56 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eed97d7e
app-arch/lzma: use unpacker
Signed-off-by: NRK <nrk <AT> disroot.org>
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-arch/lzma/lzma-19.00.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-arch/lzma/lzma-19.00.ebuild b/app-arch/lzma/lzma-19.00.ebuild
index 66d77e2c20db..9e8d64adf163 100644
--- a/app-arch/lzma/lzma-19.00.ebuild
+++ b/app-arch/lzma/lzma-19.00.ebuild
@@ -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}