diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:46:43 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:01:41 +0000 |
commit | 988f138c0f6cf312c04a1f0b9e72d67f2d49f27f (patch) | |
tree | 43211ee235ee6e6c921ef1fc30d14d9cc14548df /dev-lang | |
parent | dev-lang/srf: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-988f138c0f6cf312c04a1f0b9e72d67f2d49f27f.tar.gz gentoo-988f138c0f6cf312c04a1f0b9e72d67f2d49f27f.tar.bz2 gentoo-988f138c0f6cf312c04a1f0b9e72d67f2d49f27f.zip |
dev-lang/vala: 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-lang')
-rw-r--r-- | dev-lang/vala/vala-0.56.13.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/vala/vala-0.56.14.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/vala/vala-0.56.8.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-lang/vala/vala-0.56.13.ebuild b/dev-lang/vala/vala-0.56.13.ebuild index 70072f140f0d..ec0273524b5a 100644 --- a/dev-lang/vala/vala-0.56.13.ebuild +++ b/dev-lang/vala/vala-0.56.13.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 @@ -28,7 +28,7 @@ DEPEND="${RDEPEND} " BDEPEND=" dev-libs/libxslt - sys-devel/flex + app-alternatives/lex virtual/pkgconfig app-alternatives/yacc " diff --git a/dev-lang/vala/vala-0.56.14.ebuild b/dev-lang/vala/vala-0.56.14.ebuild index 30f097c1a007..b9c3c1b71920 100644 --- a/dev-lang/vala/vala-0.56.14.ebuild +++ b/dev-lang/vala/vala-0.56.14.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 @@ -28,7 +28,7 @@ DEPEND="${RDEPEND} " BDEPEND=" dev-libs/libxslt - sys-devel/flex + app-alternatives/lex virtual/pkgconfig app-alternatives/yacc " diff --git a/dev-lang/vala/vala-0.56.8.ebuild b/dev-lang/vala/vala-0.56.8.ebuild index 30f097c1a007..b9c3c1b71920 100644 --- a/dev-lang/vala/vala-0.56.8.ebuild +++ b/dev-lang/vala/vala-0.56.8.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 @@ -28,7 +28,7 @@ DEPEND="${RDEPEND} " BDEPEND=" dev-libs/libxslt - sys-devel/flex + app-alternatives/lex virtual/pkgconfig app-alternatives/yacc " |