summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-08-28 12:09:57 +0200
committerDavid Seifert <soap@gentoo.org>2019-08-28 12:09:57 +0200
commit19c7a659919fd6cbd59830168db6c8fe5d25eb05 (patch)
treee68747dc49a2d4ee0d28edbde38e5c9f61905e3d /app-doc
parentapp-dicts/myspell-cs: [QA] Fix ${HOMEPAGE} in SRC_URI (diff)
downloadgentoo-19c7a659919fd6cbd59830168db6c8fe5d25eb05.tar.gz
gentoo-19c7a659919fd6cbd59830168db6c8fe5d25eb05.tar.bz2
gentoo-19c7a659919fd6cbd59830168db6c8fe5d25eb05.zip
app-doc/diveintopython: [QA] Add missing DEPEND="app-arch/unzip"
Package-Manager: Portage-2.3.72, Repoman-2.3.17 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-doc')
-rw-r--r--app-doc/diveintopython/diveintopython-2.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/app-doc/diveintopython/diveintopython-2.ebuild b/app-doc/diveintopython/diveintopython-2.ebuild
index 391c52aba09b..194048ff03a2 100644
--- a/app-doc/diveintopython/diveintopython-2.ebuild
+++ b/app-doc/diveintopython/diveintopython-2.ebuild
@@ -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() {