summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-01-08 12:08:40 +0000
committerSam James <sam@gentoo.org>2024-01-08 12:25:05 +0000
commit6ef41231c43950665d7038362861a34606a6d460 (patch)
treed734d285d76cbd0bafa487ae2847cf5fe0b6510e
parentnet-misc/bird: sys-devel/bison -> app-alternatives/yacc (diff)
downloadgentoo-6ef41231c43950665d7038362861a34606a6d460.tar.gz
gentoo-6ef41231c43950665d7038362861a34606a6d460.tar.bz2
gentoo-6ef41231c43950665d7038362861a34606a6d460.zip
net-misc/chrony: 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>
-rw-r--r--net-misc/chrony/chrony-4.4.ebuild4
-rw-r--r--net-misc/chrony/chrony-4.5.ebuild2
-rw-r--r--net-misc/chrony/chrony-9999.ebuild4
3 files changed, 5 insertions, 5 deletions
diff --git a/net-misc/chrony/chrony-4.4.ebuild b/net-misc/chrony/chrony-4.4.ebuild
index 356e5cbcd424..f6d81c3f64ff 100644
--- a/net-misc/chrony/chrony-4.4.ebuild
+++ b/net-misc/chrony/chrony-4.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -69,7 +69,7 @@ if [[ ${PV} == 9999 ]] ; then
# Needed for doc generation in 9999
REQUIRED_USE+=" html"
BDEPEND+="
- sys-devel/bison
+ app-alternatives/yacc
virtual/w3m
"
else
diff --git a/net-misc/chrony/chrony-4.5.ebuild b/net-misc/chrony/chrony-4.5.ebuild
index 220fe416ca47..4f20ef62f791 100644
--- a/net-misc/chrony/chrony-4.5.ebuild
+++ b/net-misc/chrony/chrony-4.5.ebuild
@@ -69,7 +69,7 @@ if [[ ${PV} == 9999 ]] ; then
# Needed for doc generation in 9999
REQUIRED_USE+=" html"
BDEPEND+="
- sys-devel/bison
+ app-alternatives/yacc
virtual/w3m
"
else
diff --git a/net-misc/chrony/chrony-9999.ebuild b/net-misc/chrony/chrony-9999.ebuild
index 0141d909d34a..13628d6f3fc3 100644
--- a/net-misc/chrony/chrony-9999.ebuild
+++ b/net-misc/chrony/chrony-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -69,7 +69,7 @@ if [[ ${PV} == 9999 ]] ; then
# Needed for doc generation in 9999
REQUIRED_USE+=" html"
BDEPEND+="
- sys-devel/bison
+ app-alternatives/yacc
virtual/w3m
"
else