commit: d49d6df057b35be9c21db1b8730c51a1eb0414cd Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Oct 4 09:53:26 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Oct 4 09:54:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d49d6df0
sys-apps/dtc: fix libyaml static-libs dep Signed-off-by: Sam James <sam <AT> gentoo.org> sys-apps/dtc/dtc-1.7.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/dtc/dtc-1.7.1.ebuild b/sys-apps/dtc/dtc-1.7.1.ebuild index 1ace9deccc3a..954d08126e2e 100644 --- a/sys-apps/dtc/dtc-1.7.1.ebuild +++ b/sys-apps/dtc/dtc-1.7.1.ebuild @@ -31,7 +31,7 @@ BDEPEND=" " RDEPEND=" python? ( ${PYTHON_DEPS} ) - yaml? ( >=dev-libs/libyaml-0.2.3 ) + yaml? ( >=dev-libs/libyaml-0.2.3[static-libs?] ) " DEPEND=" ${RDEPEND}