projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
476386f
)
app-doc/diveintopython: [QA] Add missing DEPEND="app-arch/unzip"
author
David Seifert
<soap@gentoo.org>
Wed, 28 Aug 2019 10:09:57 +0000
(12:09 +0200)
committer
David 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
patch
|
blob
|
history
diff --git
a/app-doc/diveintopython/diveintopython-2.ebuild
b/app-doc/diveintopython/diveintopython-2.ebuild
index 391c52aba09b3b5d0cd17fed62c97c0f7e323354..194048ff03a2522ee5112eb8269150d417ac806e 100644
(file)
--- a/
app-doc/diveintopython/diveintopython-2.ebuild
+++ b/
app-doc/diveintopython/diveintopython-2.ebuild
@@
-1,4
+1,4
@@
-# Copyright 1999-201
8 Gentoo Foundation
+# Copyright 1999-201
9 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() {