commit: 1e8ff6407dee6415a02c2b4c4dee90dbc6fbfd16 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Sun Aug 20 16:28:53 2017 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Sun Aug 20 16:28:53 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e8ff640
app-vim/pydoc: add REQUIRED_USE. Package-Manager: Portage-2.3.6, Repoman-2.3.1 app-vim/pydoc/pydoc-2.0-r1.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app-vim/pydoc/pydoc-2.0-r1.ebuild b/app-vim/pydoc/pydoc-2.0-r1.ebuild index a545995d032..7114a955e20 100644 --- a/app-vim/pydoc/pydoc-2.0-r1.ebuild +++ b/app-vim/pydoc/pydoc-2.0-r1.ebuild @@ -13,7 +13,10 @@ SRC_URI="https://github.com/fs111/${PN}.vim/tarball/${PV} -> ${P}.tar.gz" LICENSE="GPL-2" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + DEPEND="app-arch/unzip" +RDEPEND="${PYTHON_DEPS}" src_unpack() { default
