diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:50:12 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:02:06 +0000 |
commit | 5a9fd5455c09f936dd3ffd084279553c276a79b3 (patch) | |
tree | bc95c1126e1439d49396252fa9f7d8f16f2e4972 /media-sound | |
parent | media-sound/lilypond: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-5a9fd5455c09f936dd3ffd084279553c276a79b3.tar.gz gentoo-5a9fd5455c09f936dd3ffd084279553c276a79b3.tar.bz2 gentoo-5a9fd5455c09f936dd3ffd084279553c276a79b3.zip |
media-sound/poc: 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-sound')
-rw-r--r-- | media-sound/poc/poc-0.4.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/poc/poc-0.4.1.ebuild b/media-sound/poc/poc-0.4.1.ebuild index a187a005a8fe..05ce2016b335 100644 --- a/media-sound/poc/poc-0.4.1.ebuild +++ b/media-sound/poc/poc-0.4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~ppc ~x86" BDEPEND=" sys-devel/bison - sys-devel/flex" + app-alternatives/lex" PATCHES=( "${FILESDIR}"/${P}-fec-pkt-prototype.patch |