summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2018-06-03 11:34:29 +0900
committerAkinori Hattori <hattya@gentoo.org>2018-06-03 11:34:29 +0900
commitde1cf739d243e44b9299c81c7410843c226e0563 (patch)
tree2b235675b4d7b3b2f7d5790a0ff06d6280eec5bb /app-i18n
parentapp-i18n/uim-tomoe-gtk: update to EAPI 6 (diff)
downloadgentoo-de1cf739d243e44b9299c81c7410843c226e0563.tar.gz
gentoo-de1cf739d243e44b9299c81c7410843c226e0563.tar.bz2
gentoo-de1cf739d243e44b9299c81c7410843c226e0563.zip
app-i18n/uim-tomoe-gtk: fix tests with >=dev-lang/perl-5.26
Closes: https://bugs.gentoo.org/656862 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.ebuild7
1 files changed, 7 insertions, 0 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 86ea770fffe0..6d00f5ece70d 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
@@ -3,6 +3,8 @@
EAPI="6"
+inherit autotools
+
DESCRIPTION="Japanese input method Tomoe IMEngine for uim"
HOMEPAGE="http://tomoe.sourceforge.net/"
SRC_URI="mirror://sourceforge/tomoe/${P}.tar.gz"
@@ -16,3 +18,8 @@ RDEPEND="app-i18n/uim
~app-i18n/tomoe-gtk-0.6.0"
DEPEND="${RDEPEND}
virtual/pkgconfig"
+
+src_prepare() {
+ default
+ eautoreconf
+}