summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-01-08 11:51:31 +0000
committerSam James <sam@gentoo.org>2024-01-08 12:02:22 +0000
commit4f9f556eb96c877514a8aadca181660be08aa093 (patch)
treee03d70eae78c4cef9e1c24880a50caf0c421ef25 /sci-biology
parentsci-astronomy/wcslib: sys-devel/flex -> app-alternatives/lex (diff)
downloadgentoo-4f9f556eb96c877514a8aadca181660be08aa093.tar.gz
gentoo-4f9f556eb96c877514a8aadca181660be08aa093.tar.bz2
gentoo-4f9f556eb96c877514a8aadca181660be08aa093.zip
sci-biology/biopython: 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-biology')
-rw-r--r--sci-biology/biopython/biopython-1.81-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-biology/biopython/biopython-1.81-r1.ebuild b/sci-biology/biopython/biopython-1.81-r1.ebuild
index 115a4d3b1a4c..f4fd86ba3ffb 100644
--- a/sci-biology/biopython/biopython-1.81-r1.ebuild
+++ b/sci-biology/biopython/biopython-1.81-r1.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
@@ -25,7 +25,7 @@ RDEPEND="
>=dev-python/reportlab-3.5.13-r1[${PYTHON_USEDEP}]
dev-python/pydot[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"
-BDEPEND="sys-devel/flex"
+BDEPEND="app-alternatives/lex"
DOCS=( {CONTRIB,DEPRECATED,NEWS,README}.rst Doc/. )