diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 20:35:03 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:03:40 +0100 |
commit | 7ed322862224742350cf37aa49746f56277c7c6c (patch) | |
tree | 2ee44b2a3d0377f635b204709616487f4f3a45f5 /sci-biology | |
parent | sci-biology/rmblast: eutils->epatch (diff) | |
download | gentoo-7ed322862224742350cf37aa49746f56277c7c6c.tar.gz gentoo-7ed322862224742350cf37aa49746f56277c7c6c.tar.bz2 gentoo-7ed322862224742350cf37aa49746f56277c7c6c.zip |
sci-biology/velvet: eutils--
Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/velvet/velvet-1.2.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-biology/velvet/velvet-1.2.10.ebuild b/sci-biology/velvet/velvet-1.2.10.ebuild index 3de28bdb7481..b4d8ae8641b2 100644 --- a/sci-biology/velvet/velvet-1.2.10.ebuild +++ b/sci-biology/velvet/velvet-1.2.10.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 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 flag-o-matic toolchain-funcs MY_P=${PN}_${PV} |