sci-biology/bioperl: fix variable references

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2021-04-02 10:47:04 +01:00
parent 6ed8a13f3a
commit 437383a0d2

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
@@ -9,13 +9,13 @@ MODULE_VERSION=1.6.901
inherit perl-module
SUBPROJECTS="+db +network +run"
MIN_PV=$PV
MIN_PV=${PV}
DESCRIPTION="Perl tools for bioinformatics - Core modules"
HOMEPAGE="http://www.bioperl.org/"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="-minimal graphviz sqlite ${SUBPROJECTS}"
IUSE="minimal graphviz sqlite ${SUBPROJECTS}"
REQUIRED_USE="minimal? ( !graphviz )"