diff options
Diffstat (limited to 'app-i18n/ibus-typing-booster')
-rw-r--r-- | app-i18n/ibus-typing-booster/ibus-typing-booster-2.14.13-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.14.13-r1.ebuild b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.14.13-r1.ebuild index a57f70b73a9b..dcace1669979 100644 --- a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.14.13-r1.ebuild +++ b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.14.13-r1.ebuild @@ -1,8 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 - +EAPI="7" PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE="sqlite(+)" @@ -14,7 +13,7 @@ SRC_URI="https://github.com/mike-fabian/${PN}/releases/download/${PV}/${P}.tar.g LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" RESTRICT="test" REQUIRED_USE="${PYTHON_REQUIRED_USE}" |