diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:52:19 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:03:09 +0000 |
commit | 0218b7b6fec3ea36262b01d65d95653d39ec0192 (patch) | |
tree | e247f2621a9142f024d8ed770dc33613c3c8e435 /sys-cluster/ceph | |
parent | sys-apps/ppc64-diag: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-0218b7b6fec3ea36262b01d65d95653d39ec0192.tar.gz gentoo-0218b7b6fec3ea36262b01d65d95653d39ec0192.tar.bz2 gentoo-0218b7b6fec3ea36262b01d65d95653d39ec0192.zip |
sys-cluster/ceph: sys-devel/flex -> app-alternatives/lex
All of these will be using app-alternatives/lex 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 5375a8bf5087..7b19a09a89e8 100644 --- a/sys-cluster/ceph/ceph-16.2.14-r1.ebuild +++ b/sys-cluster/ceph/ceph-16.2.14-r1.ebuild @@ -118,7 +118,7 @@ BDEPEND=" virtual/pkgconfig jaeger? ( sys-devel/bison - sys-devel/flex + app-alternatives/lex ) test? ( dev-util/cunit diff --git a/sys-cluster/ceph/ceph-17.2.6-r8.ebuild b/sys-cluster/ceph/ceph-17.2.6-r8.ebuild index 8ded81da01a3..447b3b4612ce 100644 --- a/sys-cluster/ceph/ceph-17.2.6-r8.ebuild +++ b/sys-cluster/ceph/ceph-17.2.6-r8.ebuild @@ -125,7 +125,7 @@ BDEPEND=" virtual/pkgconfig jaeger? ( sys-devel/bison - sys-devel/flex + app-alternatives/lex ) test? ( dev-util/cunit diff --git a/sys-cluster/ceph/ceph-17.2.7.ebuild b/sys-cluster/ceph/ceph-17.2.7.ebuild index b37389f880ba..de6593f566c1 100644 --- a/sys-cluster/ceph/ceph-17.2.7.ebuild +++ b/sys-cluster/ceph/ceph-17.2.7.ebuild @@ -125,7 +125,7 @@ BDEPEND=" virtual/pkgconfig jaeger? ( sys-devel/bison - sys-devel/flex + app-alternatives/lex ) test? ( dev-util/cunit diff --git a/sys-cluster/ceph/ceph-18.2.0-r2.ebuild b/sys-cluster/ceph/ceph-18.2.0-r2.ebuild index 88f8c8dde436..c9e82035731b 100644 --- a/sys-cluster/ceph/ceph-18.2.0-r2.ebuild +++ b/sys-cluster/ceph/ceph-18.2.0-r2.ebuild @@ -127,7 +127,7 @@ BDEPEND=" virtual/pkgconfig jaeger? ( sys-devel/bison - sys-devel/flex + app-alternatives/lex ) test? ( dev-util/cunit |