diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:50:59 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:02:15 +0000 |
commit | 0de25af9bec247d018b91e6fc6d6f9d9ec0d81c9 (patch) | |
tree | 919d13227dc6a7dd4ae14fcb06c4366f11e08b0a /net-fs | |
parent | net-fs/netatalk: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-0de25af9bec247d018b91e6fc6d6f9d9ec0d81c9.tar.gz gentoo-0de25af9bec247d018b91e6fc6d6f9d9ec0d81c9.tar.bz2 gentoo-0de25af9bec247d018b91e6fc6d6f9d9ec0d81c9.zip |
net-fs/openafs: 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 'net-fs')
-rw-r--r-- | net-fs/openafs/openafs-1.8.7.ebuild | 4 | ||||
-rw-r--r-- | net-fs/openafs/openafs-1.8.8.1-r1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-fs/openafs/openafs-1.8.7.ebuild b/net-fs/openafs/openafs-1.8.7.ebuild index cd8f9d8dc2f3..436a34961961 100644 --- a/net-fs/openafs/openafs-1.8.7.ebuild +++ b/net-fs/openafs/openafs-1.8.7.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=7 @@ -30,7 +30,7 @@ ncurses perl +pthreaded-ubik selinux +supergroups tsm ubik-read-while-write" BDEPEND=" dev-lang/perl - sys-devel/flex + app-alternatives/lex app-alternatives/yacc apidoc? ( app-doc/doxygen[dot] diff --git a/net-fs/openafs/openafs-1.8.8.1-r1.ebuild b/net-fs/openafs/openafs-1.8.8.1-r1.ebuild index 8ffa192c7914..58f52880b9d8 100644 --- a/net-fs/openafs/openafs-1.8.8.1-r1.ebuild +++ b/net-fs/openafs/openafs-1.8.8.1-r1.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=7 @@ -30,7 +30,7 @@ ncurses perl +pthreaded-ubik selinux +supergroups tsm ubik-read-while-write" BDEPEND=" dev-lang/perl - sys-devel/flex + app-alternatives/lex app-alternatives/yacc apidoc? ( app-doc/doxygen[dot] |