diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 12:09:27 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:25:15 +0000 |
commit | 1f88c546af85eb512749a1b9702cd39812dcf19d (patch) | |
tree | c5259bdb9328b1027c351864889a53e5addcc1b2 /sys-cluster/ceph | |
parent | sys-apps/ppc64-diag: sys-devel/bison -> app-alternatives/yacc (diff) | |
download | gentoo-1f88c546af85eb512749a1b9702cd39812dcf19d.tar.gz gentoo-1f88c546af85eb512749a1b9702cd39812dcf19d.tar.bz2 gentoo-1f88c546af85eb512749a1b9702cd39812dcf19d.zip |
sys-cluster/ceph: 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 'sys-cluster/ceph')
-rw-r--r-- | sys-cluster/ceph/ceph-16.2.14-r1.ebuild | 2 | ||||
-rw-r--r-- | sys-cluster/ceph/ceph-17.2.6-r8.ebuild | 2 | ||||
-rw-r--r-- | sys-cluster/ceph/ceph-17.2.7.ebuild | 2 | ||||
-rw-r--r-- | sys-cluster/ceph/ceph-18.2.0-r2.ebuild | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sys-cluster/ceph/ceph-16.2.14-r1.ebuild b/sys-cluster/ceph/ceph-16.2.14-r1.ebuild index 7b19a09a89e8..1faa66f686c7 100644 --- a/sys-cluster/ceph/ceph-16.2.14-r1.ebuild +++ b/sys-cluster/ceph/ceph-16.2.14-r1.ebuild @@ -117,7 +117,7 @@ BDEPEND=" sys-devel/patch virtual/pkgconfig jaeger? ( - sys-devel/bison + app-alternatives/yacc app-alternatives/lex ) test? ( diff --git a/sys-cluster/ceph/ceph-17.2.6-r8.ebuild b/sys-cluster/ceph/ceph-17.2.6-r8.ebuild index 447b3b4612ce..783546d3c12f 100644 --- a/sys-cluster/ceph/ceph-17.2.6-r8.ebuild +++ b/sys-cluster/ceph/ceph-17.2.6-r8.ebuild @@ -124,7 +124,7 @@ BDEPEND=" sys-devel/patch virtual/pkgconfig jaeger? ( - sys-devel/bison + app-alternatives/yacc app-alternatives/lex ) test? ( diff --git a/sys-cluster/ceph/ceph-17.2.7.ebuild b/sys-cluster/ceph/ceph-17.2.7.ebuild index de6593f566c1..fe22114e03d4 100644 --- a/sys-cluster/ceph/ceph-17.2.7.ebuild +++ b/sys-cluster/ceph/ceph-17.2.7.ebuild @@ -124,7 +124,7 @@ BDEPEND=" sys-devel/patch virtual/pkgconfig jaeger? ( - sys-devel/bison + app-alternatives/yacc app-alternatives/lex ) test? ( diff --git a/sys-cluster/ceph/ceph-18.2.0-r2.ebuild b/sys-cluster/ceph/ceph-18.2.0-r2.ebuild index c9e82035731b..a006d909fe88 100644 --- a/sys-cluster/ceph/ceph-18.2.0-r2.ebuild +++ b/sys-cluster/ceph/ceph-18.2.0-r2.ebuild @@ -126,7 +126,7 @@ BDEPEND=" sys-devel/patch virtual/pkgconfig jaeger? ( - sys-devel/bison + app-alternatives/yacc app-alternatives/lex ) test? ( |