commit: b2a42f61a0cd041cdd68c83f27d50941641d3c9a Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Thu May 12 20:55:10 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Thu May 12 20:56:47 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2a42f61
app-vim/pydiction: Add unzip to DEPEND. Package-Manager: portage-2.2.26 app-vim/pydiction/pydiction-1.2.3.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app-vim/pydiction/pydiction-1.2.3.ebuild b/app-vim/pydiction/pydiction-1.2.3.ebuild index c69fb81..f22c4d2 100644 --- a/app-vim/pydiction/pydiction-1.2.3.ebuild +++ b/app-vim/pydiction/pydiction-1.2.3.ebuild @@ -12,7 +12,10 @@ SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.zip" LICENSE="vim" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -DEPEND="dev-lang/python:*" +DEPEND=" + dev-lang/python:* + app-arch/unzip" + RDEPEND="${DEPEND}" S="${WORKDIR}/${PN}"
