diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:52:04 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:02:58 +0000 |
commit | ce9f9a96a0a6089ca9d7b1390840f11d50c05839 (patch) | |
tree | 5275b078486cceedd711388df2e7a51866663d64 /sys-apps/gradm | |
parent | sys-apps/fbset: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-ce9f9a96a0a6089ca9d7b1390840f11d50c05839.tar.gz gentoo-ce9f9a96a0a6089ca9d7b1390840f11d50c05839.tar.bz2 gentoo-ce9f9a96a0a6089ca9d7b1390840f11d50c05839.zip |
sys-apps/gradm: 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-apps/gradm')
-rw-r--r-- | sys-apps/gradm/gradm-3.1.201903191516.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/gradm/gradm-3.1.201903191516.ebuild b/sys-apps/gradm/gradm-3.1.201903191516.ebuild index b948990c0c83..e698befc681e 100644 --- a/sys-apps/gradm/gradm-3.1.201903191516.ebuild +++ b/sys-apps/gradm/gradm-3.1.201903191516.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -19,7 +19,7 @@ IUSE="pam" RDEPEND="" DEPEND=" sys-devel/bison - sys-devel/flex + app-alternatives/lex pam? ( sys-libs/pam )" S=${WORKDIR}/${PN} |