Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/redo/
Date: Tue, 13 Aug 2019 16:13:17
Message-Id: 1565712788.90f9a257ccd588f20e773d0d8dd89dc8fa3b6b10.mgorny@gentoo
1 commit: 90f9a257ccd588f20e773d0d8dd89dc8fa3b6b10
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 13 16:12:39 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 13 16:13:08 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90f9a257
7
8 dev-util/redo: [QA] Add missing RDEPEND to old versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-util/redo/redo-0.31.ebuild | 3 +++
13 dev-util/redo/redo-0.41.ebuild | 3 +++
14 2 files changed, 6 insertions(+)
15
16 diff --git a/dev-util/redo/redo-0.31.ebuild b/dev-util/redo/redo-0.31.ebuild
17 index 4a5f4a0f3eb..50d08c2d1df 100644
18 --- a/dev-util/redo/redo-0.31.ebuild
19 +++ b/dev-util/redo/redo-0.31.ebuild
20 @@ -20,6 +20,9 @@ BDEPEND="
21 dev-python/markdown[${PYTHON_USEDEP}]
22 ${PYTHON_DEPS}
23 "
24 +RDEPEND="
25 + ${BDEPEND}
26 +"
27 S=${WORKDIR}/${PN}-${P}
28
29 src_compile() {
30
31 diff --git a/dev-util/redo/redo-0.41.ebuild b/dev-util/redo/redo-0.41.ebuild
32 index 30115e1ce8f..a979123b762 100644
33 --- a/dev-util/redo/redo-0.41.ebuild
34 +++ b/dev-util/redo/redo-0.41.ebuild
35 @@ -20,6 +20,9 @@ BDEPEND="
36 dev-python/markdown[${PYTHON_USEDEP}]
37 ${PYTHON_DEPS}
38 "
39 +RDEPEND="
40 + ${BDEPEND}
41 +"
42 S=${WORKDIR}/${PN}-${P}
43
44 src_compile() {