Skip to content

Commit

Permalink
app-vim/pydiction: Add python to DEPEND/RDEPEND.
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.26
  • Loading branch information
monsieurp committed May 12, 2016
1 parent 8c61c07 commit 033d098
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app-vim/pydiction/pydiction-1.2.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 033d098

Please sign in to comment.