commit: 19c7a659919fd6cbd59830168db6c8fe5d25eb05 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Wed Aug 28 10:09:57 2019 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Wed Aug 28 10:09:57 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19c7a659
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 <AT> gentoo.org> app-doc/diveintopython/diveintopython-2.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app-doc/diveintopython/diveintopython-2.ebuild b/app-doc/diveintopython/diveintopython-2.ebuild index 391c52aba09..194048ff03a 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() {
