diff options
Diffstat (limited to 'app-vim/pydiction/pydiction-1.2.3.ebuild')
-rw-r--r-- | app-vim/pydiction/pydiction-1.2.3.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app-vim/pydiction/pydiction-1.2.3.ebuild b/app-vim/pydiction/pydiction-1.2.3.ebuild index c69fb8117170..f22c4d243e0e 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}" |