diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-04-28 20:21:43 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-04-28 20:21:43 +0100 |
commit | 40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (patch) | |
tree | 758c221bad35c9288d0bd6df9c7dfc226728e52c /sci-biology/bioperl | |
parent | 8d5dbd847cbc704a6a06405856e94b461011afe3 (diff) |
gentoo resync : 28.04.2021
Diffstat (limited to 'sci-biology/bioperl')
-rw-r--r-- | sci-biology/bioperl/Manifest | 2 | ||||
-rw-r--r-- | sci-biology/bioperl/bioperl-1.6.9.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-biology/bioperl/Manifest b/sci-biology/bioperl/Manifest index d687d9661fee..fbf3e3d16a68 100644 --- a/sci-biology/bioperl/Manifest +++ b/sci-biology/bioperl/Manifest @@ -1,3 +1,3 @@ DIST BioPerl-1.6.901.tar.gz 12284856 BLAKE2B 004947fde9d02355ac96f71b67a33a27d6d0163892c978ac9059e70e089fb83b473e21252c5217dfba8faaa65bc3d2eebb8826d03f29a13409e2b6d337316b42 SHA512 227387437c940da1435ed83fad6ec2168ca12a729c90dc557e84750c6474213874c23a8f23e50db4027909469627baee581faa11be6208c8e0a5453a01c7eca4 -EBUILD bioperl-1.6.9.ebuild 1544 BLAKE2B 83878553b6badd2c209da398bfd83e1733b94e85f44af140ffe3acc6a2915f41643483751845a32c838889b3468c66bd20bc899248953848ce4d6a47d0bb083d SHA512 2e6167abb3ab729eef114ef9e38955e5d2b5353efaf86f5af16aa00348a661adc5b2297f22c2a77126c7f4f3f08f3db9c0af4210ddb3328653f11b1f5a782744 +EBUILD bioperl-1.6.9.ebuild 1542 BLAKE2B 199c44bf5e2b018efa79c387c247adcade5e477199b9ac7c9dcff8fa98db413520d8365c16ebfe2e38afd799cbd3f1f07a49a24272f3afa3bb8a9aa6a326a493 SHA512 f810d4f0290cfffc3efadc3ce597de747e877c02a302de0614b82209b776dc8c631eeabc3331e9ee4cb590255c5aeb75703f48361453f779c477ed7b64ae8c03 MISC metadata.xml 541 BLAKE2B c01f01fae7a659a708d0d3d6520e98f5bb8fd0e848fd82ae11ba7b6806f18c3ce271d76f94123f6a47c33ca88ea665689b1ec5664c114e28ec18443a87cb31de SHA512 0693aba25e02d3ad67f82c2c77f9987ae06cb6545bb58df2c57f076a22d5c2f6d15c7fdc11b0766748680d53c709c7682b53f866a4f45d7d8a875d1311277e5c 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 )" |