Skip to content

Commit

Permalink
app-i18n/uim-tomoe-gtk: fix tests with >=dev-lang/perl-5.26
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/656862
Package-Manager: Portage-2.3.24, Repoman-2.3.6
  • Loading branch information
hattya committed Jun 3, 2018
1 parent 8e4f088 commit de1cf73
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app-i18n/uim-tomoe-gtk/uim-tomoe-gtk-0.6.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -16,3 +18,8 @@ RDEPEND="app-i18n/uim
~app-i18n/tomoe-gtk-0.6.0"
DEPEND="${RDEPEND}
virtual/pkgconfig"

src_prepare() {
default
eautoreconf
}

0 comments on commit de1cf73

Please sign in to comment.