app-misc/pup-bin: bdep on unzip for zip file

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2021-03-28 11:30:13 +02:00
parent eecf59a5a5
commit cdeaa46e05

View File

@@ -15,6 +15,8 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
BDEPEND="app-arch/unzip"
src_configure() {
unpack_zip "${DISTDIR}"/pup_v"${PV}"_linux_amd64.zip
}