app-i18n/uim-tomoe-gtk: fix tests with >=dev-lang/perl-5.26
authorAkinori Hattori <hattya@gentoo.org>
Sun, 3 Jun 2018 02:34:29 +0000 (11:34 +0900)
committerAkinori Hattori <hattya@gentoo.org>
Sun, 3 Jun 2018 02:34:29 +0000 (11:34 +0900)
Closes: https://bugs.gentoo.org/656862
Package-Manager: Portage-2.3.24, Repoman-2.3.6

app-i18n/uim-tomoe-gtk/uim-tomoe-gtk-0.6.0.ebuild

index 86ea770fffe089daceda3e3d68daf65fa809cf6b..6d00f5ece70d91d3263220607c61e6d09bc36572 100644 (file)
@@ -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
+}