mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user