Skip to content

Commit

Permalink
dev-util/mk-configure: needs mkdep/makedepend
Browse files Browse the repository at this point in the history
Pfffft.

Closes: https://bugs.gentoo.org/915490
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Oct 10, 2023
1 parent 81a72b4 commit 7f1cfbf
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ KEYWORDS="~amd64"
# TODO: investigate
RESTRICT="test"

RDEPEND="sys-devel/bmake"
BDEPEND="sys-devel/bmake"
RDEPEND="
|| ( x11-misc/makedepend sys-devel/pmake )
sys-devel/bmake
"
BDEPEND="${RDEPEND}"

src_configure() {
local jobs="$(makeopts_jobs)"
Expand Down

0 comments on commit 7f1cfbf

Please sign in to comment.