mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-apps/dtc: fix libyaml static-libs dep
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user