diff options
author | Akinori Hattori <hattya@gentoo.org> | 2018-06-03 11:26:46 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2018-06-03 11:26:46 +0900 |
commit | 8e4f0885493ee25fc49729dd4c041b672dc891ac (patch) | |
tree | d5d8ca5fef777afbe8a39a0775137aac18be24ec /app-i18n | |
parent | app-i18n/uim: fix build with USE=qt4 (diff) | |
download | gentoo-8e4f0885493ee25fc49729dd4c041b672dc891ac.tar.gz gentoo-8e4f0885493ee25fc49729dd4c041b672dc891ac.tar.bz2 gentoo-8e4f0885493ee25fc49729dd4c041b672dc891ac.zip |
app-i18n/uim-tomoe-gtk: update to EAPI 6
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/uim-tomoe-gtk/uim-tomoe-gtk-0.6.0.ebuild | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/app-i18n/uim-tomoe-gtk/uim-tomoe-gtk-0.6.0.ebuild b/app-i18n/uim-tomoe-gtk/uim-tomoe-gtk-0.6.0.ebuild index 371521d94a71..86ea770fffe0 100644 --- a/app-i18n/uim-tomoe-gtk/uim-tomoe-gtk-0.6.0.ebuild +++ b/app-i18n/uim-tomoe-gtk/uim-tomoe-gtk-0.6.0.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=0 +EAPI="6" DESCRIPTION="Japanese input method Tomoe IMEngine for uim" HOMEPAGE="http://tomoe.sourceforge.net/" @@ -12,13 +12,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND="|| ( app-i18n/uim app-i18n/uim-svn ) - >=app-i18n/tomoe-gtk-0.6.0" +RDEPEND="app-i18n/uim + ~app-i18n/tomoe-gtk-0.6.0" DEPEND="${RDEPEND} virtual/pkgconfig" - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - - dodoc AUTHORS ChangeLog NEWS README -} |