diff options
author | David Seifert <soap@gentoo.org> | 2017-04-23 09:02:38 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-23 13:20:31 +0200 |
commit | b02d91d6b791edcf87556ad2fd87a0b8cc48c23a (patch) | |
tree | 73997809ce8dfa72c4d89b1efb8fdc0942acb20b /app-text | |
parent | app-text/sigil: [QA] Add missing python metadata variables (diff) | |
download | gentoo-b02d91d6b791edcf87556ad2fd87a0b8cc48c23a.tar.gz gentoo-b02d91d6b791edcf87556ad2fd87a0b8cc48c23a.tar.bz2 gentoo-b02d91d6b791edcf87556ad2fd87a0b8cc48c23a.zip |
app-text/wiki2beamer: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/wiki2beamer/wiki2beamer-0.9.5-r1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app-text/wiki2beamer/wiki2beamer-0.9.5-r1.ebuild b/app-text/wiki2beamer/wiki2beamer-0.9.5-r1.ebuild index 6db48b278737..40614670ffab 100644 --- a/app-text/wiki2beamer/wiki2beamer-0.9.5-r1.ebuild +++ b/app-text/wiki2beamer/wiki2beamer-0.9.5-r1.ebuild @@ -16,9 +16,11 @@ LICENSE="|| ( GPL-2 GPL-3 ) FDL-1.3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="+examples" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" -DEPEND="app-arch/unzip" -RDEPEND="" +RDEPEND="${PYTHON_DEPS}" +DEPEND="${RDEPEND} + app-arch/unzip" src_install() { if use examples; then |