Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus/
Date: Sat, 11 Jan 2020 20:39:57
Message-Id: 1578775179.9a5db6e9c9bb43ba8093fd1de9003b2df3329121.leio@gentoo
1 commit: 9a5db6e9c9bb43ba8093fd1de9003b2df3329121
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 11 20:39:39 2020 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 11 20:39:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a5db6e9
7
8 app-i18n/ibus-1.5.19: drop to ~arm64 (1.5.20 is stable)
9
10 vala:0.42 being gone broke deptree here. Just drop stable
11 arm64 keyword for the old ibus version that wasn't
12 compatible with 0.44 yet.
13
14 Package-Manager: Portage-2.3.79, Repoman-2.3.12
15 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
16
17 app-i18n/ibus/ibus-1.5.19.ebuild | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20 diff --git a/app-i18n/ibus/ibus-1.5.19.ebuild b/app-i18n/ibus/ibus-1.5.19.ebuild
21 index ddf293f52b3..c7617f71f01 100644
22 --- a/app-i18n/ibus/ibus-1.5.19.ebuild
23 +++ b/app-i18n/ibus/ibus-1.5.19.ebuild
24 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz"
25
26 LICENSE="LGPL-2.1"
27 SLOT="0"
28 -KEYWORDS="alpha amd64 arm arm64 ia64 ppc ppc64 sparc x86"
29 +KEYWORDS="alpha amd64 arm ~arm64 ia64 ppc ppc64 sparc x86"
30 IUSE="+X +emoji gconf +gtk +gtk2 +introspection kde +libnotify nls +python test +unicode vala wayland"
31 RESTRICT="!test? ( test )"
32 REQUIRED_USE="emoji? ( gtk )