From 437383a0d253df55b0fb36747bf16f8f1f991bb6 Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 2 Apr 2021 10:47:04 +0100 Subject: sci-biology/bioperl: fix variable references Signed-off-by: Sam James --- sci-biology/bioperl/bioperl-1.6.9.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sci-biology') diff --git a/sci-biology/bioperl/bioperl-1.6.9.ebuild b/sci-biology/bioperl/bioperl-1.6.9.ebuild index d2519a0d30b6..c39c6244592b 100644 --- a/sci-biology/bioperl/bioperl-1.6.9.ebuild +++ b/sci-biology/bioperl/bioperl-1.6.9.ebuild @@ -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 )" -- cgit v1.2.3-65-gdbad