diff options
author | David Seifert <soap@gentoo.org> | 2019-08-28 12:09:57 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-08-28 12:09:57 +0200 |
commit | 19c7a659919fd6cbd59830168db6c8fe5d25eb05 (patch) | |
tree | e68747dc49a2d4ee0d28edbde38e5c9f61905e3d /app-doc | |
parent | app-dicts/myspell-cs: [QA] Fix ${HOMEPAGE} in SRC_URI (diff) | |
download | gentoo-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.ebuild | 5 |
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() { |