diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:49:36 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:02:00 +0000 |
commit | 99027373892b892e67e85e64a76d8b27b70cd270 (patch) | |
tree | 134d9d1f17c207fc881cfdc6014f509b0934c451 /media-gfx/gthumb | |
parent | media-gfx/graphviz: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-99027373892b892e67e85e64a76d8b27b70cd270.tar.gz gentoo-99027373892b892e67e85e64a76d8b27b70cd270.tar.bz2 gentoo-99027373892b892e67e85e64a76d8b27b70cd270.zip |
media-gfx/gthumb: 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-gfx/gthumb')
-rw-r--r-- | media-gfx/gthumb/gthumb-3.12.2-r5.ebuild | 4 | ||||
-rw-r--r-- | media-gfx/gthumb/gthumb-3.12.3.ebuild | 4 | ||||
-rw-r--r-- | media-gfx/gthumb/gthumb-3.12.4.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/media-gfx/gthumb/gthumb-3.12.2-r5.ebuild b/media-gfx/gthumb/gthumb-3.12.2-r5.ebuild index 72e0309eca69..f1a866385fbc 100644 --- a/media-gfx/gthumb/gthumb-3.12.2-r5.ebuild +++ b/media-gfx/gthumb/gthumb-3.12.2-r5.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 @@ -62,7 +62,7 @@ BDEPEND=" dev-util/glib-utils dev-util/itstool sys-devel/bison - sys-devel/flex + app-alternatives/lex >=sys-devel/gettext-0.19.8 virtual/pkgconfig " diff --git a/media-gfx/gthumb/gthumb-3.12.3.ebuild b/media-gfx/gthumb/gthumb-3.12.3.ebuild index 8704f3ef2a17..ac90fac73045 100644 --- a/media-gfx/gthumb/gthumb-3.12.3.ebuild +++ b/media-gfx/gthumb/gthumb-3.12.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 @@ -62,7 +62,7 @@ BDEPEND=" dev-util/glib-utils dev-util/itstool sys-devel/bison - sys-devel/flex + app-alternatives/lex >=sys-devel/gettext-0.19.8 virtual/pkgconfig " diff --git a/media-gfx/gthumb/gthumb-3.12.4.ebuild b/media-gfx/gthumb/gthumb-3.12.4.ebuild index 0b8ddf6070a3..7012ce811bff 100644 --- a/media-gfx/gthumb/gthumb-3.12.4.ebuild +++ b/media-gfx/gthumb/gthumb-3.12.4.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 @@ -62,7 +62,7 @@ BDEPEND=" dev-util/glib-utils dev-util/itstool sys-devel/bison - sys-devel/flex + app-alternatives/lex >=sys-devel/gettext-0.19.8 virtual/pkgconfig " |