diff options
author | Sam James <sam@gentoo.org> | 2021-04-01 03:23:43 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-01 23:08:38 +0100 |
commit | 54f2636245a763c03c1c4de79a84ce6ccf2fdf86 (patch) | |
tree | b0cedaeb50d1751f91f2ba5323bbb3db71fccf91 /app-accessibility | |
parent | app-accessibility/freetts: explicitly inherit epatch (diff) | |
download | gentoo-54f2636245a763c03c1c4de79a84ce6ccf2fdf86.tar.gz gentoo-54f2636245a763c03c1c4de79a84ce6ccf2fdf86.tar.bz2 gentoo-54f2636245a763c03c1c4de79a84ce6ccf2fdf86.zip |
app-accessibility/speech-tools: add explicit epatch inherit to 2.1-r4
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/speech-tools/speech-tools-2.1-r4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-accessibility/speech-tools/speech-tools-2.1-r4.ebuild b/app-accessibility/speech-tools/speech-tools-2.1-r4.ebuild index 4a54649722d2..2f487ae007ac 100644 --- a/app-accessibility/speech-tools/speech-tools-2.1-r4.ebuild +++ b/app-accessibility/speech-tools/speech-tools-2.1-r4.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" +EAPI=5 -inherit eutils flag-o-matic multilib toolchain-funcs +inherit eutils epatch flag-o-matic multilib toolchain-funcs MY_P=${P/speech-/speech_} PATCHSET="r3" |