diff options
author | 2021-04-16 14:37:22 +0100 | |
---|---|---|
committer | 2021-04-18 06:53:01 +0100 | |
commit | 6012cb4b5eee3a5524b673d20bd3d03a90bee114 (patch) | |
tree | 28ec3dd92bb42c027827ad8000106285a3f8eac2 /app-editors | |
parent | app-editors/amyedit: eutils->epatch (diff) | |
download | gentoo-6012cb4b5eee3a5524b673d20bd3d03a90bee114.tar.gz gentoo-6012cb4b5eee3a5524b673d20bd3d03a90bee114.tar.bz2 gentoo-6012cb4b5eee3a5524b673d20bd3d03a90bee114.zip |
app-editors/elvis: eutils->epatch
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/elvis/elvis-2.2.0-r6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/elvis/elvis-2.2.0-r6.ebuild b/app-editors/elvis/elvis-2.2.0-r6.ebuild index fba833b8c828..9fc2dbe91d13 100644 --- a/app-editors/elvis/elvis-2.2.0-r6.ebuild +++ b/app-editors/elvis/elvis-2.2.0-r6.ebuild @@ -2,7 +2,7 @@ # 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=$(replace_version_separator 2 '_') |