diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-08-13 18:12:39 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-08-13 18:13:08 +0200 |
commit | 90f9a257ccd588f20e773d0d8dd89dc8fa3b6b10 (patch) | |
tree | e83adc7b3a0da39704a66dc7006a6d00ca91deb6 /dev-util/redo | |
parent | app-office/libreoffice: Drop 6.2 stable branch (diff) | |
download | gentoo-90f9a257ccd588f20e773d0d8dd89dc8fa3b6b10.tar.gz gentoo-90f9a257ccd588f20e773d0d8dd89dc8fa3b6b10.tar.bz2 gentoo-90f9a257ccd588f20e773d0d8dd89dc8fa3b6b10.zip |
dev-util/redo: [QA] Add missing RDEPEND to old versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/redo')
-rw-r--r-- | dev-util/redo/redo-0.31.ebuild | 3 | ||||
-rw-r--r-- | dev-util/redo/redo-0.41.ebuild | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/dev-util/redo/redo-0.31.ebuild b/dev-util/redo/redo-0.31.ebuild index 4a5f4a0f3ebb..50d08c2d1df5 100644 --- a/dev-util/redo/redo-0.31.ebuild +++ b/dev-util/redo/redo-0.31.ebuild @@ -20,6 +20,9 @@ BDEPEND=" dev-python/markdown[${PYTHON_USEDEP}] ${PYTHON_DEPS} " +RDEPEND=" + ${BDEPEND} +" S=${WORKDIR}/${PN}-${P} src_compile() { diff --git a/dev-util/redo/redo-0.41.ebuild b/dev-util/redo/redo-0.41.ebuild index 30115e1ce8f1..a979123b762f 100644 --- a/dev-util/redo/redo-0.41.ebuild +++ b/dev-util/redo/redo-0.41.ebuild @@ -20,6 +20,9 @@ BDEPEND=" dev-python/markdown[${PYTHON_USEDEP}] ${PYTHON_DEPS} " +RDEPEND=" + ${BDEPEND} +" S=${WORKDIR}/${PN}-${P} src_compile() { |