app-doc/diveintopython: [QA] Add missing DEPEND="app-arch/unzip"
authorDavid Seifert <soap@gentoo.org>
Wed, 28 Aug 2019 10:09:57 +0000 (12:09 +0200)
committerDavid Seifert <soap@gentoo.org>
Wed, 28 Aug 2019 10:09:57 +0000 (12:09 +0200)
Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
app-doc/diveintopython/diveintopython-2.ebuild

index 391c52aba09b3b5d0cd17fed62c97c0f7e323354..194048ff03a2522ee5112eb8269150d417ac806e 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -15,10 +15,11 @@ pdf? ( http://www.diveintopython.net/download/${PN}-pdf-${MY_PV}.zip -> ${P}-pdf
 
 LICENSE="FDL-1.1"
 SLOT="2"
-
 KEYWORDS="amd64 ppc ppc64 x86"
 IUSE="pdf"
 
+DEPEND="app-arch/unzip"
+
 S="${WORKDIR}/${MY_P}"
 
 src_install() {