commit:     139b606b4f3483e1c0379ddcd5b6c56076eb5992
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 12 19:50:23 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Aug 12 19:50:23 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=139b606b

dev-util/redo: Add missing PYTHON_*

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-util/redo/redo-0.31.ebuild  | 3 +++
 dev-util/redo/redo-0.41.ebuild  | 3 +++
 dev-util/redo/redo-0.42.ebuild  | 3 +++
 dev-util/redo/redo-99999.ebuild | 3 +++
 4 files changed, 12 insertions(+)

diff --git a/dev-util/redo/redo-0.31.ebuild b/dev-util/redo/redo-0.31.ebuild
index cc5f8333e27..4a5f4a0f3eb 100644
--- a/dev-util/redo/redo-0.31.ebuild
+++ b/dev-util/redo/redo-0.31.ebuild
@@ -13,9 +13,12 @@ SRC_URI="${HOMEPAGE}/archive/${P}.tar.gz"
 LICENSE="LGPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~hppa ~x86"
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
+
 BDEPEND="
        dev-python/beautifulsoup[${PYTHON_USEDEP}]
        dev-python/markdown[${PYTHON_USEDEP}]
+       ${PYTHON_DEPS}
 "
 S=${WORKDIR}/${PN}-${P}
 

diff --git a/dev-util/redo/redo-0.41.ebuild b/dev-util/redo/redo-0.41.ebuild
index 8cafff06ad9..30115e1ce8f 100644
--- a/dev-util/redo/redo-0.41.ebuild
+++ b/dev-util/redo/redo-0.41.ebuild
@@ -13,9 +13,12 @@ SRC_URI="${HOMEPAGE}/archive/${P}.tar.gz"
 LICENSE="LGPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~hppa ~x86"
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
+
 BDEPEND="
        dev-python/beautifulsoup[${PYTHON_USEDEP}]
        dev-python/markdown[${PYTHON_USEDEP}]
+       ${PYTHON_DEPS}
 "
 S=${WORKDIR}/${PN}-${P}
 

diff --git a/dev-util/redo/redo-0.42.ebuild b/dev-util/redo/redo-0.42.ebuild
index 9524b8fa26f..a979123b762 100644
--- a/dev-util/redo/redo-0.42.ebuild
+++ b/dev-util/redo/redo-0.42.ebuild
@@ -13,9 +13,12 @@ SRC_URI="${HOMEPAGE}/archive/${P}.tar.gz"
 LICENSE="LGPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~hppa ~x86"
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
+
 BDEPEND="
        dev-python/beautifulsoup[${PYTHON_USEDEP}]
        dev-python/markdown[${PYTHON_USEDEP}]
+       ${PYTHON_DEPS}
 "
 RDEPEND="
        ${BDEPEND}

diff --git a/dev-util/redo/redo-99999.ebuild b/dev-util/redo/redo-99999.ebuild
index a5f8adf6f54..30c70257c01 100644
--- a/dev-util/redo/redo-99999.ebuild
+++ b/dev-util/redo/redo-99999.ebuild
@@ -13,9 +13,12 @@ EGIT_REPO_URI="${HOMEPAGE}"
 LICENSE="LGPL-2"
 SLOT="0"
 KEYWORDS=""
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
+
 BDEPEND="
        dev-python/beautifulsoup[${PYTHON_USEDEP}]
        dev-python/markdown[${PYTHON_USEDEP}]
+       ${PYTHON_DEPS}
 "
 RDEPEND="
        ${BDEPEND}

Reply via email to