diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:50:08 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:02:06 +0000 |
commit | 648dcc7d539af485a839b6abd13b62f93fb91cd0 (patch) | |
tree | be600b5390642b348433cbcdc24122f0f212990c /media-sound/denemo | |
parent | media-sound/csound: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-648dcc7d539af485a839b6abd13b62f93fb91cd0.tar.gz gentoo-648dcc7d539af485a839b6abd13b62f93fb91cd0.tar.bz2 gentoo-648dcc7d539af485a839b6abd13b62f93fb91cd0.zip |
media-sound/denemo: 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/denemo')
-rw-r--r-- | media-sound/denemo/denemo-2.6.0-r2.ebuild | 4 | ||||
-rw-r--r-- | media-sound/denemo/denemo-2.6.0-r3.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/media-sound/denemo/denemo-2.6.0-r2.ebuild b/media-sound/denemo/denemo-2.6.0-r2.ebuild index fab39870338e..5f2d2855bd6f 100644 --- a/media-sound/denemo/denemo-2.6.0-r2.ebuild +++ b/media-sound/denemo/denemo-2.6.0-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 @@ -53,7 +53,7 @@ DEPEND="${RDEPEND}" BDEPEND=" >=dev-util/gtk-doc-am-1.25-r1 >=dev-util/intltool-0.51.0-r1 - >=sys-devel/flex-2.6.1 + app-alternatives/lex virtual/pkgconfig app-alternatives/yacc gtk-doc? ( >=dev-util/gtk-doc-1.25-r1 ) diff --git a/media-sound/denemo/denemo-2.6.0-r3.ebuild b/media-sound/denemo/denemo-2.6.0-r3.ebuild index 03f9b5c6d21a..0e176b5a378c 100644 --- a/media-sound/denemo/denemo-2.6.0-r3.ebuild +++ b/media-sound/denemo/denemo-2.6.0-r3.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 @@ -53,7 +53,7 @@ DEPEND="${RDEPEND}" BDEPEND=" >=dev-util/gtk-doc-am-1.25-r1 >=dev-util/intltool-0.51.0-r1 - >=sys-devel/flex-2.6.1 + app-alternatives/lex virtual/pkgconfig app-alternatives/yacc gtk-doc? ( >=dev-util/gtk-doc-1.25-r1 ) |