From e55f1858bbe008cf3d98e46e81b1880a781c622c Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 8 Jan 2024 12:09:15 +0000 Subject: sys-apps/dtc: sys-devel/bison -> app-alternatives/yacc All of these will be using app-alternatives/yacc anyway as they're not unsetting YACC or LEX, so make the dep reflect reality. (Included both YACC and LEX out of conservatism.) Signed-off-by: Sam James --- sys-apps/dtc/dtc-1.6.0.ebuild | 2 +- sys-apps/dtc/dtc-1.7.0.ebuild | 2 +- sys-apps/dtc/dtc-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'sys-apps') diff --git a/sys-apps/dtc/dtc-1.6.0.ebuild b/sys-apps/dtc/dtc-1.6.0.ebuild index edd0ea526f05..6e285f4459f5 100644 --- a/sys-apps/dtc/dtc-1.6.0.ebuild +++ b/sys-apps/dtc/dtc-1.6.0.ebuild @@ -21,7 +21,7 @@ SLOT="0" IUSE="static-libs yaml" BDEPEND=" - sys-devel/bison + app-alternatives/yacc app-alternatives/lex virtual/pkgconfig " diff --git a/sys-apps/dtc/dtc-1.7.0.ebuild b/sys-apps/dtc/dtc-1.7.0.ebuild index ffb88b09bb8e..f674774c831b 100644 --- a/sys-apps/dtc/dtc-1.7.0.ebuild +++ b/sys-apps/dtc/dtc-1.7.0.ebuild @@ -24,7 +24,7 @@ RESTRICT="!test? ( test )" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" BDEPEND=" - sys-devel/bison + app-alternatives/yacc app-alternatives/lex virtual/pkgconfig python? ( dev-lang/swig ) diff --git a/sys-apps/dtc/dtc-9999.ebuild b/sys-apps/dtc/dtc-9999.ebuild index b4f323789a0b..dd2aadfad28a 100644 --- a/sys-apps/dtc/dtc-9999.ebuild +++ b/sys-apps/dtc/dtc-9999.ebuild @@ -24,7 +24,7 @@ RESTRICT="!test? ( test )" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" BDEPEND=" - sys-devel/bison + app-alternatives/yacc app-alternatives/lex virtual/pkgconfig python? ( dev-lang/swig ) -- cgit v1.2.3-65-gdbad