summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-08-12 21:50:23 +0200
committerMichał Górny <mgorny@gentoo.org>2019-08-12 21:50:23 +0200
commit139b606b4f3483e1c0379ddcd5b6c56076eb5992 (patch)
treebfbe5f3a797fdc9d65717c5b30de87a2ea70f5e7
parentdev-libs/hyperscan: Clean old up (diff)
downloadgentoo-139b606b.tar.gz
gentoo-139b606b.tar.bz2
gentoo-139b606b.zip
dev-util/redo: Add missing PYTHON_*
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-util/redo/redo-0.31.ebuild3
-rw-r--r--dev-util/redo/redo-0.41.ebuild3
-rw-r--r--dev-util/redo/redo-0.42.ebuild3
-rw-r--r--dev-util/redo/redo-99999.ebuild3
4 files changed, 12 insertions, 0 deletions
diff --git a/dev-util/redo/redo-0.31.ebuild b/dev-util/redo/redo-0.31.ebuild
index cc5f8333e277..4a5f4a0f3ebb 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 8cafff06ad92..30115e1ce8f1 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 9524b8fa26f6..a979123b762f 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 a5f8adf6f549..30c70257c019 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}