From: Akinori Hattori Date: Sun, 3 Jun 2018 02:26:46 +0000 (+0900) Subject: app-i18n/uim-tomoe-gtk: update to EAPI 6 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8e4f0885493ee25fc49729dd4c041b672dc891ac;p=gentoo.git app-i18n/uim-tomoe-gtk: update to EAPI 6 Package-Manager: Portage-2.3.24, Repoman-2.3.6 --- 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 -}