From 19c7a659919fd6cbd59830168db6c8fe5d25eb05 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Wed, 28 Aug 2019 12:09:57 +0200 Subject: 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 --- app-doc/diveintopython/diveintopython-2.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'app-doc/diveintopython') 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() { -- cgit v1.2.3-65-gdbad