diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 14:57:06 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:03:41 +0100 |
commit | b999f24e7c3464795f96b730a78d75c5ae82e321 (patch) | |
tree | f446b7ec4a797ff91b28051a8803be7c582d2400 /sci-chemistry | |
parent | sci-biology/wise: eutils->epatch (diff) | |
download | gentoo-b999f24e7c3464795f96b730a78d75c5ae82e321.tar.gz gentoo-b999f24e7c3464795f96b730a78d75c5ae82e321.tar.bz2 gentoo-b999f24e7c3464795f96b730a78d75c5ae82e321.zip |
sci-chemistry/cluster: 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-chemistry')
-rw-r--r-- | sci-chemistry/cluster/cluster-1.3.081231-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-chemistry/cluster/cluster-1.3.081231-r1.ebuild b/sci-chemistry/cluster/cluster-1.3.081231-r1.ebuild index 955f546926e2..d274ed0d3787 100644 --- a/sci-chemistry/cluster/cluster-1.3.081231-r1.ebuild +++ b/sci-chemistry/cluster/cluster-1.3.081231-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 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="Build lists of collections of interacting items" HOMEPAGE="http://kinemage.biochem.duke.edu/software/index.php" |