diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2018-04-30 16:57:22 +0200 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2018-04-30 11:39:51 -0400 |
commit | fe6a02abaff9abf6bb781e57392a90e7b1f045d6 (patch) | |
tree | f875a7146a6183d655c1687249a36fcac267b75c /app-i18n/ibus | |
parent | net-analyzer/wireshark: Clean media-libs/speex dependencies. (diff) | |
download | gentoo-fe6a02abaff9abf6bb781e57392a90e7b1f045d6.tar.gz gentoo-fe6a02abaff9abf6bb781e57392a90e7b1f045d6.tar.bz2 gentoo-fe6a02abaff9abf6bb781e57392a90e7b1f045d6.zip |
app-i18n/ibus: Restore ~x86-fbsd (bug #626804).
Diffstat (limited to 'app-i18n/ibus')
-rw-r--r-- | app-i18n/ibus/ibus-1.5.16.ebuild | 2 | ||||
-rw-r--r-- | app-i18n/ibus/ibus-1.5.17.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-i18n/ibus/ibus-1.5.16.ebuild b/app-i18n/ibus/ibus-1.5.16.ebuild index 25bed25d177b..4dcb90a62639 100644 --- a/app-i18n/ibus/ibus-1.5.16.ebuild +++ b/app-i18n/ibus/ibus-1.5.16.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ia64 ppc ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 arm ~arm64 ia64 ppc ppc64 ~sparc x86 ~x86-fbsd" IUSE="+X +emoji gconf +gtk +gtk2 +introspection kde +libnotify nls +python test vala wayland" REQUIRED_USE="emoji? ( gtk ) gtk2? ( gtk ) diff --git a/app-i18n/ibus/ibus-1.5.17.ebuild b/app-i18n/ibus/ibus-1.5.17.ebuild index f7900a15eefd..43eff2df2a0c 100644 --- a/app-i18n/ibus/ibus-1.5.17.ebuild +++ b/app-i18n/ibus/ibus-1.5.17.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -13,7 +13,7 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="+X +emoji gconf +gtk +gtk2 +introspection kde +libnotify nls +python test vala wayland" REQUIRED_USE="emoji? ( gtk ) gtk2? ( gtk ) |