diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:45:50 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:01:37 +0000 |
commit | 79f94e8ea0f6160eae41dfcb48486a43fcc0ed19 (patch) | |
tree | bd607a714bd1061bc581581e2932086557f778a8 /dev-db/postgresql/postgresql-9999.ebuild | |
parent | app-text/xdvik: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-79f94e8ea0f6160eae41dfcb48486a43fcc0ed19.tar.gz gentoo-79f94e8ea0f6160eae41dfcb48486a43fcc0ed19.tar.bz2 gentoo-79f94e8ea0f6160eae41dfcb48486a43fcc0ed19.zip |
dev-db/postgresql: 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 'dev-db/postgresql/postgresql-9999.ebuild')
-rw-r--r-- | dev-db/postgresql/postgresql-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/postgresql/postgresql-9999.ebuild b/dev-db/postgresql/postgresql-9999.ebuild index 61fdcbecf890..202d09c2f96e 100644 --- a/dev-db/postgresql/postgresql-9999.ebuild +++ b/dev-db/postgresql/postgresql-9999.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 @@ -81,7 +81,7 @@ app-text/openjade dev-libs/libxml2 dev-libs/libxslt sys-devel/bison -sys-devel/flex +app-alternatives/lex nls? ( sys-devel/gettext ) xml? ( virtual/pkgconfig ) " |