# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="4" inherit autotools-utils DESCRIPTION="ibus-fbterm is a input method for FbTerm based on iBus" HOMEPAGE="https://ibus-fbterm.googlecode.com" SRC_URI="https://ibus-fbterm.googlecode.com/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=">=app-i18n/ibus-1.4.1 app-i18n/fbterm" DEPEND="${RDEPEND} virtual/pkgconfig" PATCHES=( "${FILESDIR}"/${P}-ibus-1.4.1.patch "${FILESDIR}"/${P}-ibus-1.4.99.patch )