diff options
author | Akinori Hattori <hattya@gentoo.org> | 2021-11-29 22:30:27 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2021-11-29 22:31:41 +0900 |
commit | 802fc910a7aa0a327b95a14bd078983c42e86ff4 (patch) | |
tree | 6b4b1de5cde3e3d6b887ae521f9e2cf4843ba538 /app-i18n | |
parent | profiles/features/musl: mask app-forensics/honggfuzz (diff) | |
download | gentoo-802fc910a7aa0a327b95a14bd078983c42e86ff4.tar.gz gentoo-802fc910a7aa0a327b95a14bd078983c42e86ff4.tar.bz2 gentoo-802fc910a7aa0a327b95a14bd078983c42e86ff4.zip |
app-i18n/ibus-anthy: amd64/x86 stable
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/ibus-anthy/ibus-anthy-1.5.13.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.13.ebuild b/app-i18n/ibus-anthy/ibus-anthy-1.5.13.ebuild index b74c9f0cf162..308e6241c021 100644 --- a/app-i18n/ibus-anthy/ibus-anthy-1.5.13.ebuild +++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.13.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} ) inherit autotools gnome2-utils python-single-r1 xdg @@ -13,7 +12,7 @@ SRC_URI="https://github.com/ibus/${PN}/archive/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc x86" IUSE="nls" REQUIRED_USE="${PYTHON_REQUIRED_USE}" |