app-accessibility/mimic1: Match keywords with hts_engine

Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
Haelwenn (lanodan) Monnier
2020-04-05 00:10:55 +02:00
parent e598adea7a
commit 5e344b7453
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]] ; then
EGIT_REPO_URI="https://github.com/MycroftAI/mimic1.git"
else
SRC_URI="https://github.com/MycroftAI/mimic1/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
KEYWORDS="~amd64"
fi
DESCRIPTION="Mycroft's TTS engine, based on CMU's Flite (Festival Lite)"

View File

@@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]] ; then
EGIT_REPO_URI="https://github.com/MycroftAI/mimic1.git"
else
SRC_URI="https://github.com/MycroftAI/mimic1/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
KEYWORDS="~amd64"
fi
DESCRIPTION="Mycroft's TTS engine, based on CMU's Flite (Festival Lite)"