summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-vim/pydiction/pydiction-1.2.3.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/app-vim/pydiction/pydiction-1.2.3.ebuild b/app-vim/pydiction/pydiction-1.2.3.ebuild
index ef3e970c42a4..c69fb8117170 100644
--- a/app-vim/pydiction/pydiction-1.2.3.ebuild
+++ b/app-vim/pydiction/pydiction-1.2.3.ebuild
@@ -10,7 +10,11 @@ DESCRIPTION="vim plugin: Tab-complete your Python code"
HOMEPAGE="https://rkulla.github.io/pydiction/"
SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.zip"
LICENSE="vim"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+
+DEPEND="dev-lang/python:*"
+RDEPEND="${DEPEND}"
+
S="${WORKDIR}/${PN}"
src_install() {