diff options
author | 2024-01-08 11:51:59 +0000 | |
---|---|---|
committer | 2024-01-08 12:02:28 +0000 | |
commit | 8a4e7b7f4bf13a5ffda82ba12c8c1b935551645c (patch) | |
tree | 2c24dcaa84cf6d051d69ac14df4e4b211629f843 /sys-apps/apparmor | |
parent | sci-mathematics/opensmt: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-8a4e7b7f4bf13a5ffda82ba12c8c1b935551645c.tar.gz gentoo-8a4e7b7f4bf13a5ffda82ba12c8c1b935551645c.tar.bz2 gentoo-8a4e7b7f4bf13a5ffda82ba12c8c1b935551645c.zip |
sys-apps/apparmor: 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/apparmor')
-rw-r--r-- | sys-apps/apparmor/apparmor-3.0.10.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/apparmor/apparmor-3.0.8.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/apparmor/apparmor-3.1.4.ebuild | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/sys-apps/apparmor/apparmor-3.0.10.ebuild b/sys-apps/apparmor/apparmor-3.0.10.ebuild index ffb689f55afc..84ff1cc79d7b 100644 --- a/sys-apps/apparmor/apparmor-3.0.10.ebuild +++ b/sys-apps/apparmor/apparmor-3.0.10.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 @@ BDEPEND=" sys-apps/which sys-devel/bison sys-devel/gettext - sys-devel/flex + app-alternatives/lex doc? ( dev-tex/latex2html ) " diff --git a/sys-apps/apparmor/apparmor-3.0.8.ebuild b/sys-apps/apparmor/apparmor-3.0.8.ebuild index ffb689f55afc..84ff1cc79d7b 100644 --- a/sys-apps/apparmor/apparmor-3.0.8.ebuild +++ b/sys-apps/apparmor/apparmor-3.0.8.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 @@ BDEPEND=" sys-apps/which sys-devel/bison sys-devel/gettext - sys-devel/flex + app-alternatives/lex doc? ( dev-tex/latex2html ) " diff --git a/sys-apps/apparmor/apparmor-3.1.4.ebuild b/sys-apps/apparmor/apparmor-3.1.4.ebuild index 1bc424e0cf4d..a86368789f51 100644 --- a/sys-apps/apparmor/apparmor-3.1.4.ebuild +++ b/sys-apps/apparmor/apparmor-3.1.4.ebuild @@ -27,7 +27,7 @@ BDEPEND=" sys-apps/which sys-devel/bison sys-devel/gettext - sys-devel/flex + app-alternatives/lex doc? ( dev-tex/latex2html ) " |