diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:51:52 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:02:26 +0000 |
commit | 0a6a19e55c03671b4e7393e7f2feff66766181dc (patch) | |
tree | d06a2bf4ad900e7fec209eb819d8833d46060db2 /sci-libs/xgks-pmel | |
parent | sci-libs/libdap: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-0a6a19e55c03671b4e7393e7f2feff66766181dc.tar.gz gentoo-0a6a19e55c03671b4e7393e7f2feff66766181dc.tar.bz2 gentoo-0a6a19e55c03671b4e7393e7f2feff66766181dc.zip |
sci-libs/xgks-pmel: 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 'sci-libs/xgks-pmel')
-rw-r--r-- | sci-libs/xgks-pmel/xgks-pmel-2.5.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/xgks-pmel/xgks-pmel-2.5.5.ebuild b/sci-libs/xgks-pmel/xgks-pmel-2.5.5.ebuild index 9c3d8b3a73bc..f6a347c55989 100644 --- a/sci-libs/xgks-pmel/xgks-pmel-2.5.5.ebuild +++ b/sci-libs/xgks-pmel/xgks-pmel-2.5.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -17,7 +17,7 @@ IUSE="doc" RDEPEND="x11-libs/libX11" DEPEND="${RDEPEND}" BDEPEND=" - sys-devel/flex + app-alternatives/lex sys-apps/groff" PATCHES=( "${FILESDIR}"/aclocal.patch ) |