summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2018-06-03 11:26:46 +0900
committerAkinori Hattori <hattya@gentoo.org>2018-06-03 11:26:46 +0900
commit8e4f0885493ee25fc49729dd4c041b672dc891ac (patch)
treed5d8ca5fef777afbe8a39a0775137aac18be24ec
parentapp-i18n/uim: fix build with USE=qt4 (diff)
downloadgentoo-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
-rw-r--r--app-i18n/uim-tomoe-gtk/uim-tomoe-gtk-0.6.0.ebuild12
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
-}