diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:50:00 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:02:04 +0000 |
commit | f7a963818b59a12ecba121d5ff88c41db494c923 (patch) | |
tree | 024a18bee43a8071a035ade2c3e40f6a8d5bb29c /media-libs | |
parent | media-libs/netpbm: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-f7a963818b59a12ecba121d5ff88c41db494c923.tar.gz gentoo-f7a963818b59a12ecba121d5ff88c41db494c923.tar.bz2 gentoo-f7a963818b59a12ecba121d5ff88c41db494c923.zip |
media-libs/osl: 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 'media-libs')
-rw-r--r-- | media-libs/osl/osl-1.12.11.0.ebuild | 4 | ||||
-rw-r--r-- | media-libs/osl/osl-1.12.13.0.ebuild | 4 | ||||
-rw-r--r-- | media-libs/osl/osl-1.12.7.0.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/media-libs/osl/osl-1.12.11.0.ebuild b/media-libs/osl/osl-1.12.11.0.ebuild index 58c299d89c9d..1860f67e35b3 100644 --- a/media-libs/osl/osl-1.12.11.0.ebuild +++ b/media-libs/osl/osl-1.12.11.0.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 @@ -54,7 +54,7 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND=" sys-devel/bison - sys-devel/flex + app-alternatives/lex virtual/pkgconfig " diff --git a/media-libs/osl/osl-1.12.13.0.ebuild b/media-libs/osl/osl-1.12.13.0.ebuild index dd1d1fecff02..22127812d30b 100644 --- a/media-libs/osl/osl-1.12.13.0.ebuild +++ b/media-libs/osl/osl-1.12.13.0.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 @@ -54,7 +54,7 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND=" sys-devel/bison - sys-devel/flex + app-alternatives/lex virtual/pkgconfig " diff --git a/media-libs/osl/osl-1.12.7.0.ebuild b/media-libs/osl/osl-1.12.7.0.ebuild index 901706148ec2..085dadc409a8 100644 --- a/media-libs/osl/osl-1.12.7.0.ebuild +++ b/media-libs/osl/osl-1.12.7.0.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 @@ -54,7 +54,7 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND=" sys-devel/bison - sys-devel/flex + app-alternatives/lex virtual/pkgconfig " |