commit: 8e4f0885493ee25fc49729dd4c041b672dc891ac Author: Akinori Hattori <hattya <AT> gentoo <DOT> org> AuthorDate: Sun Jun 3 02:26:46 2018 +0000 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org> CommitDate: Sun Jun 3 02:26:46 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e4f0885
app-i18n/uim-tomoe-gtk: update to EAPI 6 Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-i18n/uim-tomoe-gtk/uim-tomoe-gtk-0.6.0.ebuild | 12 +++--------- 1 file 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 371521d94a7..86ea770fffe 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 -}
