diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 14:56:42 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:03:35 +0100 |
commit | 644cfb555263d19004fbb9af84c7533b404562e3 (patch) | |
tree | d7199838bf7878a2f3e48823277b3a8b119c0dd5 /sci-biology | |
parent | sci-biology/fasta: eutils->epatch (diff) | |
download | gentoo-644cfb555263d19004fbb9af84c7533b404562e3.tar.gz gentoo-644cfb555263d19004fbb9af84c7533b404562e3.tar.bz2 gentoo-644cfb555263d19004fbb9af84c7533b404562e3.zip |
sci-biology/mrbayes: eutils->epatch
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/mrbayes/mrbayes-3.1.2-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-biology/mrbayes/mrbayes-3.1.2-r2.ebuild b/sci-biology/mrbayes/mrbayes-3.1.2-r2.ebuild index ebe9926212c9..ecc44fe43454 100644 --- a/sci-biology/mrbayes/mrbayes-3.1.2-r2.ebuild +++ b/sci-biology/mrbayes/mrbayes-3.1.2-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils toolchain-funcs +inherit epatch toolchain-funcs DESCRIPTION="Bayesian Inference of Phylogeny" HOMEPAGE="http://mrbayes.csit.fsu.edu/" |