diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 14:41:58 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 06:53:54 +0100 |
commit | 4a5b679491c17a21ce6b6c47bde1d39e2d5cdcd2 (patch) | |
tree | fe02994ceaf41961d5e697df5db3c3c807ec9f6d /app-text | |
parent | app-text/vilistextum: flag-o-matic-- (diff) | |
download | gentoo-4a5b679491c17a21ce6b6c47bde1d39e2d5cdcd2.tar.gz gentoo-4a5b679491c17a21ce6b6c47bde1d39e2d5cdcd2.tar.bz2 gentoo-4a5b679491c17a21ce6b6c47bde1d39e2d5cdcd2.zip |
app-text/xlhtml: 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-text')
-rw-r--r-- | app-text/xlhtml/xlhtml-0.5.1_p6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/xlhtml/xlhtml-0.5.1_p6.ebuild b/app-text/xlhtml/xlhtml-0.5.1_p6.ebuild index e7b9c2b72180..8322bc031d19 100644 --- a/app-text/xlhtml/xlhtml-0.5.1_p6.ebuild +++ b/app-text/xlhtml/xlhtml-0.5.1_p6.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 autotools eutils vcs-clean +inherit autotools epatch vcs-clean MY_PV=${PV/_p*/} DEB_PR=${PV/*_p/} |