diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 14:57:23 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:03:44 +0100 |
commit | 846d35ae1846aafc980ce52a0e0065811694bd7d (patch) | |
tree | b761cd5d7e9cc95ce66e1107199e883206d655a8 /sci-chemistry | |
parent | sci-chemistry/molscript: eutils->epatch (diff) | |
download | gentoo-846d35ae1846aafc980ce52a0e0065811694bd7d.tar.gz gentoo-846d35ae1846aafc980ce52a0e0065811694bd7d.tar.bz2 gentoo-846d35ae1846aafc980ce52a0e0065811694bd7d.zip |
sci-chemistry/mustang: 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/mustang/mustang-3.2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-chemistry/mustang/mustang-3.2.2.ebuild b/sci-chemistry/mustang/mustang-3.2.2.ebuild index 82f1f1deadec..c82add5410d0 100644 --- a/sci-chemistry/mustang/mustang-3.2.2.ebuild +++ b/sci-chemistry/mustang/mustang-3.2.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 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 MY_PN="MUSTANG" SRC_P="${PN}_v${PV}" |