diff options
author | 2024-03-19 00:36:13 -0400 | |
---|---|---|
committer | 2024-03-19 05:48:27 +0000 | |
commit | 913574fab56ea0ebc5175e11807ad71caaefc760 (patch) | |
tree | 191f3dc236f41dc2d5fa48acbd9334f37c892f89 /dev-build/muon | |
parent | media-video/wireplumber: update live (diff) | |
download | gentoo-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.ebuild | 2 |
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}] ') |