diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 14:57:19 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:03:43 +0100 |
commit | 6e7400c59a2eb434d541dcca61147180dae465e9 (patch) | |
tree | 51b5785327051e545966bd5332e1c56c20357538 /sci-chemistry | |
parent | sci-chemistry/gelemental: fix ignored myeconfargs, BDEPEND, xdg-utils->xdg (diff) | |
download | gentoo-6e7400c59a2eb434d541dcca61147180dae465e9.tar.gz gentoo-6e7400c59a2eb434d541dcca61147180dae465e9.tar.bz2 gentoo-6e7400c59a2eb434d541dcca61147180dae465e9.zip |
sci-chemistry/molscript: 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/molscript/molscript-2.1.2-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-chemistry/molscript/molscript-2.1.2-r2.ebuild b/sci-chemistry/molscript/molscript-2.1.2-r2.ebuild index 0628b53b087d..7196e6fbf7f1 100644 --- a/sci-chemistry/molscript/molscript-2.1.2-r2.ebuild +++ b/sci-chemistry/molscript/molscript-2.1.2-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# 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="Display 3D molecules (e.g., proteins) in schematic and detailed representations" HOMEPAGE="http://www.avatar.se/molscript/" |