diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2020-03-09 17:11:35 +0100 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2020-03-09 17:12:25 +0100 |
commit | 1845882cabdb74ef1ee3a23e2f5c416ab118f84c (patch) | |
tree | 6d0d2a9d26057c01281c2221bfd5d0a41ed2475a | |
parent | app-crypt/gpgme: Removed very old blockers... (diff) | |
download | gentoo-1845882cabdb74ef1ee3a23e2f5c416ab118f84c.tar.gz gentoo-1845882cabdb74ef1ee3a23e2f5c416ab118f84c.tar.bz2 gentoo-1845882cabdb74ef1ee3a23e2f5c416ab118f84c.zip |
dev-libs/pthreads4w: add UnpackerDep (unzip)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
-rw-r--r-- | dev-libs/pthreads4w/pthreads4w-3.0.0.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-libs/pthreads4w/pthreads4w-3.0.0.ebuild b/dev-libs/pthreads4w/pthreads4w-3.0.0.ebuild index 3403767ab1f4..9ab3c315154a 100644 --- a/dev-libs/pthreads4w/pthreads4w-3.0.0.ebuild +++ b/dev-libs/pthreads4w/pthreads4w-3.0.0.ebuild @@ -14,7 +14,10 @@ IUSE="" DEPEND="" RDEPEND="${DEPEND}" -BDEPEND="sys-devel/parity" +BDEPEND=" + app-arch/unzip + sys-devel/parity +" S=${WORKDIR}/${PN}-code-07053a521b0a9deb6db2a649cde1f828f2eb1f4f |