diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 14:58:16 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:03:55 +0100 |
commit | fefada86da30c8b38afaae15d695ce66003d2cc4 (patch) | |
tree | 9980246b5983c21df38c4364275c6dfca8ed6693 /sci-geosciences | |
parent | sci-geosciences/mc2bsbh: use BDEPEND for app-arch/unzip (diff) | |
download | gentoo-fefada86da30c8b38afaae15d695ce66003d2cc4.tar.gz gentoo-fefada86da30c8b38afaae15d695ce66003d2cc4.tar.bz2 gentoo-fefada86da30c8b38afaae15d695ce66003d2cc4.zip |
sci-geosciences/swmm: 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-geosciences')
-rw-r--r-- | sci-geosciences/swmm/swmm-5.0.022.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-geosciences/swmm/swmm-5.0.022.ebuild b/sci-geosciences/swmm/swmm-5.0.022.ebuild index 2466bbe3fa13..ae8ad8060a90 100644 --- a/sci-geosciences/swmm/swmm-5.0.022.ebuild +++ b/sci-geosciences/swmm/swmm-5.0.022.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 versionator toolchain-funcs +inherit epatch versionator toolchain-funcs MY_PV=$(delete_all_version_separators) MY_SRC="swmm${MY_PV}_engine.zip" |