summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz93@gmail.com>2024-03-19 00:36:13 -0400
committerSam James <sam@gentoo.org>2024-03-19 05:48:27 +0000
commit913574fab56ea0ebc5175e11807ad71caaefc760 (patch)
tree191f3dc236f41dc2d5fa48acbd9334f37c892f89 /dev-build/muon
parentmedia-video/wireplumber: update live (diff)
downloadgentoo-913574fab56ea0ebc5175e11807ad71caaefc760.tar.gz
gentoo-913574fab56ea0ebc5175e11807ad71caaefc760.tar.bz2
gentoo-913574fab56ea0ebc5175e11807ad71caaefc760.zip
dev-build/muon: properly depend on scdoc
It is a program that gets run by the build system, so installing it to the cross compiled system doesn't exactly help. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-build/muon')
-rw-r--r--dev-build/muon/muon-0.2.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-build/muon/muon-0.2.0-r1.ebuild b/dev-build/muon/muon-0.2.0-r1.ebuild
index a6f3e8102624..6137944d18c0 100644
--- a/dev-build/muon/muon-0.2.0-r1.ebuild
+++ b/dev-build/muon/muon-0.2.0-r1.ebuild
@@ -30,11 +30,11 @@ DEPEND="
curl? ( net-misc/curl )
archive? ( app-arch/libarchive:= )
libpkgconf? ( dev-util/pkgconf:= )
- man? ( app-text/scdoc )
"
RDEPEND="${DEPEND}"
BDEPEND="
man? (
+ app-text/scdoc
$(python_gen_any_dep '
dev-python/pyyaml[${PYTHON_USEDEP}]
')