mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sci-biology/bioperl: fix variable references
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -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 )"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user