diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 12:07:11 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:24:49 +0000 |
commit | 6ef4a840b76f607d38196344e9d2fd19d3142dd4 (patch) | |
tree | 5a622c775af0e820ea830ec6892d933e77a027c6 /dev-util/perf | |
parent | dev-util/kdevelop-pg-qt: sys-devel/bison -> app-alternatives/yacc (diff) | |
download | gentoo-6ef4a840b76f607d38196344e9d2fd19d3142dd4.tar.gz gentoo-6ef4a840b76f607d38196344e9d2fd19d3142dd4.tar.bz2 gentoo-6ef4a840b76f607d38196344e9d2fd19d3142dd4.zip |
dev-util/perf: 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 <sam@gentoo.org>
Diffstat (limited to 'dev-util/perf')
-rw-r--r-- | dev-util/perf/perf-6.3.ebuild | 2 | ||||
-rw-r--r-- | dev-util/perf/perf-6.5.ebuild | 2 | ||||
-rw-r--r-- | dev-util/perf/perf-6.6.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/perf/perf-6.3.ebuild b/dev-util/perf/perf-6.3.ebuild index 07bfe1f6f31c..58d7202c0f7a 100644 --- a/dev-util/perf/perf-6.3.ebuild +++ b/dev-util/perf/perf-6.3.ebuild @@ -41,7 +41,7 @@ BDEPEND=" ${PYTHON_DEPS} >=app-arch/tar-1.34-r2 dev-python/setuptools[${PYTHON_USEDEP}] - sys-devel/bison + app-alternatives/yacc app-alternatives/lex virtual/pkgconfig doc? ( diff --git a/dev-util/perf/perf-6.5.ebuild b/dev-util/perf/perf-6.5.ebuild index c394674589dc..006893a110ea 100644 --- a/dev-util/perf/perf-6.5.ebuild +++ b/dev-util/perf/perf-6.5.ebuild @@ -44,7 +44,7 @@ BDEPEND=" ${PYTHON_DEPS} >=app-arch/tar-1.34-r2 dev-python/setuptools[${PYTHON_USEDEP}] - sys-devel/bison + app-alternatives/yacc app-alternatives/lex virtual/pkgconfig doc? ( diff --git a/dev-util/perf/perf-6.6.ebuild b/dev-util/perf/perf-6.6.ebuild index 8001a2edcbad..b5b413be9afc 100644 --- a/dev-util/perf/perf-6.6.ebuild +++ b/dev-util/perf/perf-6.6.ebuild @@ -43,7 +43,7 @@ BDEPEND=" ${PYTHON_DEPS} >=app-arch/tar-1.34-r2 dev-python/setuptools[${PYTHON_USEDEP}] - sys-devel/bison + app-alternatives/yacc app-alternatives/lex virtual/pkgconfig doc? ( |