diff options
author | David Seifert <soap@gentoo.org> | 2020-02-12 19:02:09 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-12 19:02:09 +0100 |
commit | fd6d61b2da89062a0c77ce953307611333c2e73b (patch) | |
tree | 76099388fdeec92ff867429aedf5d72fd7b119a4 /app-text/xlhtml | |
parent | app-editors/fte: [QA] inherit vcs-clean.eclass directly (diff) | |
download | gentoo-fd6d61b2da89062a0c77ce953307611333c2e73b.tar.gz gentoo-fd6d61b2da89062a0c77ce953307611333c2e73b.tar.bz2 gentoo-fd6d61b2da89062a0c77ce953307611333c2e73b.zip |
app-text/xlhtml: [QA] inherit vcs-clean.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-text/xlhtml')
-rw-r--r-- | app-text/xlhtml/xlhtml-0.5.1_p6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/xlhtml/xlhtml-0.5.1_p6.ebuild b/app-text/xlhtml/xlhtml-0.5.1_p6.ebuild index 455462deef33..e7b9c2b72180 100644 --- a/app-text/xlhtml/xlhtml-0.5.1_p6.ebuild +++ b/app-text/xlhtml/xlhtml-0.5.1_p6.ebuild @@ -3,7 +3,7 @@ EAPI=5 -inherit autotools eutils +inherit autotools eutils vcs-clean MY_PV=${PV/_p*/} DEB_PR=${PV/*_p/} |