commit:     913574fab56ea0ebc5175e11807ad71caaefc760
Author:     Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Tue Mar 19 04:36:13 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 19 05:48:27 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=913574fa

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 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-build/muon/muon-0.2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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}]
                ')

Reply via email to