diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 14:56:58 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:03:39 +0100 |
commit | 2793ad1afd19ebf93918b97e84093b3e22d8344a (patch) | |
tree | 855ce3ce938e0cd59fbfdb1346d8154920f70683 /sci-biology | |
parent | sci-biology/psipred: eutils->epatch (diff) | |
download | gentoo-2793ad1afd19ebf93918b97e84093b3e22d8344a.tar.gz gentoo-2793ad1afd19ebf93918b97e84093b3e22d8344a.tar.bz2 gentoo-2793ad1afd19ebf93918b97e84093b3e22d8344a.zip |
sci-biology/rmblast: 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/rmblast/rmblast-1.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-biology/rmblast/rmblast-1.2-r1.ebuild b/sci-biology/rmblast/rmblast-1.2-r1.ebuild index 72c740fd30e3..20a68f97763c 100644 --- a/sci-biology/rmblast/rmblast-1.2-r1.ebuild +++ b/sci-biology/rmblast/rmblast-1.2-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils flag-o-matic toolchain-funcs +inherit epatch flag-o-matic toolchain-funcs MY_NCBI_BLAST_V=2.2.23+ |