diff options
Diffstat (limited to 'app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.3.9.20110826.ebuild')
-rw-r--r-- | app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.3.9.20110826.ebuild | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.3.9.20110826.ebuild b/app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.3.9.20110826.ebuild index ab0a85fcf16c..a11bba072ed2 100644 --- a/app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.3.9.20110826.ebuild +++ b/app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.3.9.20110826.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI="6" -DESCRIPTION="Chinese extra phrases for ibus-table based IME" +DESCRIPTION="Chinese extra phrases for IBus-Table" HOMEPAGE="https://github.com/ibus/ibus/wiki" SRC_URI="https://ibus.googlecode.com/files/${P}.tar.gz" @@ -12,11 +12,6 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND=">=app-i18n/ibus-table-1.1" +RDEPEND="app-i18n/ibus-table" DEPEND="${RDEPEND} virtual/pkgconfig" - -src_install() { - emake DESTDIR="${D}" install - dodoc AUTHORS ChangeLog NEWS README -} |