app-vim/pydiction: Add unzip to DEPEND.
authorPatrice Clement <monsieurp@gentoo.org>
Thu, 12 May 2016 20:55:10 +0000 (20:55 +0000)
committerPatrice Clement <monsieurp@gentoo.org>
Thu, 12 May 2016 20:56:47 +0000 (20:56 +0000)
Package-Manager: portage-2.2.26

app-vim/pydiction/pydiction-1.2.3.ebuild

index c69fb811717016ecf6a0cb5a5812fbdfe1f7f414..f22c4d243e0e9052d450fbe0e0878fd95f082f2f 100644 (file)
@@ -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}"