Skip to content

Commit

Permalink
dev-util/redo: [QA] Add missing RDEPEND to old versions
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Aug 13, 2019
1 parent a4b09d9 commit 90f9a25
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dev-util/redo/redo-0.31.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ BDEPEND="
dev-python/markdown[${PYTHON_USEDEP}]
${PYTHON_DEPS}
"
RDEPEND="
${BDEPEND}
"
S=${WORKDIR}/${PN}-${P}

src_compile() {
Expand Down
3 changes: 3 additions & 0 deletions dev-util/redo/redo-0.41.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ BDEPEND="
dev-python/markdown[${PYTHON_USEDEP}]
${PYTHON_DEPS}
"
RDEPEND="
${BDEPEND}
"
S=${WORKDIR}/${PN}-${P}

src_compile() {
Expand Down

0 comments on commit 90f9a25

Please sign in to comment.