diff options
author | Akinori Hattori <hattya@gentoo.org> | 2018-06-03 11:34:29 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2018-06-03 11:34:29 +0900 |
commit | de1cf739d243e44b9299c81c7410843c226e0563 (patch) | |
tree | 2b235675b4d7b3b2f7d5790a0ff06d6280eec5bb /app-i18n/uim-tomoe-gtk | |
parent | app-i18n/uim-tomoe-gtk: update to EAPI 6 (diff) | |
download | gentoo-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/uim-tomoe-gtk')
-rw-r--r-- | app-i18n/uim-tomoe-gtk/uim-tomoe-gtk-0.6.0.ebuild | 7 |
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 +} |