diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:49:44 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:02:01 +0000 |
commit | 246d1756d4d2a670c6612dc9d9cd803df11ea353 (patch) | |
tree | 555dc1ddc74a3665060e2d053dd5c0a4ae585c5e /media-libs | |
parent | media-gfx/xpaint: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-246d1756d4d2a670c6612dc9d9cd803df11ea353.tar.gz gentoo-246d1756d4d2a670c6612dc9d9cd803df11ea353.tar.bz2 gentoo-246d1756d4d2a670c6612dc9d9cd803df11ea353.zip |
media-libs/gstreamer: 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/gstreamer/gstreamer-1.20.5.ebuild | 4 | ||||
-rw-r--r-- | media-libs/gstreamer/gstreamer-1.20.6.ebuild | 4 | ||||
-rw-r--r-- | media-libs/gstreamer/gstreamer-1.22.3.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/media-libs/gstreamer/gstreamer-1.20.5.ebuild b/media-libs/gstreamer/gstreamer-1.20.5.ebuild index c807a61e6186..49e803aae176 100644 --- a/media-libs/gstreamer/gstreamer-1.20.5.ebuild +++ b/media-libs/gstreamer/gstreamer-1.20.5.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 @@ -28,7 +28,7 @@ DEPEND="${RDEPEND}" BDEPEND=" dev-util/glib-utils sys-devel/bison - sys-devel/flex + app-alternatives/lex " DOCS=( AUTHORS ChangeLog NEWS MAINTAINERS README.md RELEASE ) diff --git a/media-libs/gstreamer/gstreamer-1.20.6.ebuild b/media-libs/gstreamer/gstreamer-1.20.6.ebuild index 0f442f5ffc7c..0be9cb788693 100644 --- a/media-libs/gstreamer/gstreamer-1.20.6.ebuild +++ b/media-libs/gstreamer/gstreamer-1.20.6.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 @@ -28,7 +28,7 @@ DEPEND="${RDEPEND}" BDEPEND=" dev-util/glib-utils sys-devel/bison - sys-devel/flex + app-alternatives/lex " DOCS=( AUTHORS ChangeLog NEWS MAINTAINERS README.md RELEASE ) diff --git a/media-libs/gstreamer/gstreamer-1.22.3.ebuild b/media-libs/gstreamer/gstreamer-1.22.3.ebuild index 5feb391a8112..ac82ce97d912 100644 --- a/media-libs/gstreamer/gstreamer-1.22.3.ebuild +++ b/media-libs/gstreamer/gstreamer-1.22.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=7 @@ -29,7 +29,7 @@ DEPEND="${RDEPEND}" BDEPEND=" dev-util/glib-utils sys-devel/bison - sys-devel/flex + app-alternatives/lex " DOCS=( AUTHORS ChangeLog NEWS MAINTAINERS README.md RELEASE ) |