diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:52:34 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:03:11 +0000 |
commit | c252cd6ebcca6df1e2a8ba342687f4c52cc1cf25 (patch) | |
tree | 269377fdabaea63a6f2d81db7fc93834594a4235 /sys-libs/pam | |
parent | sys-libs/libsemanage: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-c252cd6ebcca6df1e2a8ba342687f4c52cc1cf25.tar.gz gentoo-c252cd6ebcca6df1e2a8ba342687f4c52cc1cf25.tar.bz2 gentoo-c252cd6ebcca6df1e2a8ba342687f4c52cc1cf25.zip |
sys-libs/pam: 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-libs/pam')
-rw-r--r-- | sys-libs/pam/pam-1.5.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/pam/pam-1.5.3.ebuild b/sys-libs/pam/pam-1.5.3.ebuild index c92638b8dd5d..2ddcf24b4f38 100644 --- a/sys-libs/pam/pam-1.5.3.ebuild +++ b/sys-libs/pam/pam-1.5.3.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 @@ -27,7 +27,7 @@ IUSE="audit berkdb debug nis selinux" BDEPEND=" app-alternatives/yacc dev-libs/libxslt - sys-devel/flex + app-alternatives/lex sys-devel/gettext virtual/pkgconfig " |