Skip to content

Commit

Permalink
dev-util/redo: Set RDEPEND
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Jeroen Roovers <[email protected]>
  • Loading branch information
Jeroen Roovers committed Jul 26, 2019
1 parent da421d7 commit a73efe1
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.42.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ BDEPEND="
dev-python/beautifulsoup[${PYTHON_USEDEP}]
dev-python/markdown[${PYTHON_USEDEP}]
"
RDEPEND="
${BDEPEND}
"
S=${WORKDIR}/${PN}-${P}

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

src_compile() {
./do -j$(makeopts_jobs) build || die
Expand Down

0 comments on commit a73efe1

Please sign in to comment.