diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:51:37 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:02:24 +0000 |
commit | 02e33c5644a6c102913129b05ce4fa6c49271c18 (patch) | |
tree | 4b0c21a4eb5498b48d99486ac03d40ccec9a320c /sci-chemistry | |
parent | sci-calculators/pcalc: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-02e33c5644a6c102913129b05ce4fa6c49271c18.tar.gz gentoo-02e33c5644a6c102913129b05ce4fa6c49271c18.tar.bz2 gentoo-02e33c5644a6c102913129b05ce4fa6c49271c18.zip |
sci-chemistry/mpqc: 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-chemistry')
-rw-r--r-- | sci-chemistry/mpqc/mpqc-2.3.1-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-chemistry/mpqc/mpqc-2.3.1-r4.ebuild b/sci-chemistry/mpqc/mpqc-2.3.1-r4.ebuild index fc84f06b4f82..bb37f68348ec 100644 --- a/sci-chemistry/mpqc/mpqc-2.3.1-r4.ebuild +++ b/sci-chemistry/mpqc/mpqc-2.3.1-r4.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=8 @@ -22,7 +22,7 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND=" dev-lang/perl - sys-devel/flex + app-alternatives/lex virtual/pkgconfig doc? ( app-doc/doxygen |