diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:49:14 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:01:56 +0000 |
commit | 3bca2d23b932a27d49468ecf35005420d8c1069e (patch) | |
tree | 78470184c0e7875f0270aaa6a311e0ab54e81b1c /games-misc | |
parent | games-fps/serioussam: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-3bca2d23b932a27d49468ecf35005420d8c1069e.tar.gz gentoo-3bca2d23b932a27d49468ecf35005420d8c1069e.tar.bz2 gentoo-3bca2d23b932a27d49468ecf35005420d8c1069e.zip |
games-misc/bsd-games: 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 'games-misc')
-rw-r--r-- | games-misc/bsd-games/bsd-games-2.17_p28-r2.ebuild | 4 | ||||
-rw-r--r-- | games-misc/bsd-games/bsd-games-3.1-r2.ebuild | 4 | ||||
-rw-r--r-- | games-misc/bsd-games/bsd-games-3.2.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/games-misc/bsd-games/bsd-games-2.17_p28-r2.ebuild b/games-misc/bsd-games/bsd-games-2.17_p28-r2.ebuild index ce93763e7213..02b52a6e08e0 100644 --- a/games-misc/bsd-games/bsd-games-2.17_p28-r2.ebuild +++ b/games-misc/bsd-games/bsd-games-2.17_p28-r2.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 @@ -30,7 +30,7 @@ RDEPEND=" " BDEPEND=" sys-devel/bison - sys-devel/flex + app-alternatives/lex virtual/pkgconfig " diff --git a/games-misc/bsd-games/bsd-games-3.1-r2.ebuild b/games-misc/bsd-games/bsd-games-3.1-r2.ebuild index 8cb3392c3894..abd3f8c406ba 100644 --- a/games-misc/bsd-games/bsd-games-3.1-r2.ebuild +++ b/games-misc/bsd-games/bsd-games-3.1-r2.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 @@ -33,7 +33,7 @@ RDEPEND=" BDEPEND=" sys-apps/which sys-devel/bison - sys-devel/flex + app-alternatives/lex virtual/pkgconfig " diff --git a/games-misc/bsd-games/bsd-games-3.2.ebuild b/games-misc/bsd-games/bsd-games-3.2.ebuild index 7b5b4c20d5d9..c8c55dcd767a 100644 --- a/games-misc/bsd-games/bsd-games-3.2.ebuild +++ b/games-misc/bsd-games/bsd-games-3.2.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 @@ -32,7 +32,7 @@ RDEPEND=" " BDEPEND=" sys-devel/bison - sys-devel/flex + app-alternatives/lex virtual/pkgconfig " |