diff options
author | Akinori Hattori <hattya@gentoo.org> | 2017-08-05 23:22:45 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2017-08-05 23:22:45 +0900 |
commit | 27a09decc800c3e0dcebfb0e8c4af5c629bc46e9 (patch) | |
tree | 1131b35538d6d56b61fdeab5ecf655505c57bdee /app-dicts/kasumi/kasumi-2.5-r1.ebuild | |
parent | app-i18n/ibus-m17n: update metadata (diff) | |
download | gentoo-27a09decc800c3e0dcebfb0e8c4af5c629bc46e9.tar.gz gentoo-27a09decc800c3e0dcebfb0e8c4af5c629bc46e9.tar.bz2 gentoo-27a09decc800c3e0dcebfb0e8c4af5c629bc46e9.zip |
app-dicts/kasumi: update to EAPI 6
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'app-dicts/kasumi/kasumi-2.5-r1.ebuild')
-rw-r--r-- | app-dicts/kasumi/kasumi-2.5-r1.ebuild | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/app-dicts/kasumi/kasumi-2.5-r1.ebuild b/app-dicts/kasumi/kasumi-2.5-r1.ebuild index ed7cc7a6a816..4ece0a8b5c93 100644 --- a/app-dicts/kasumi/kasumi-2.5-r1.ebuild +++ b/app-dicts/kasumi/kasumi-2.5-r1.ebuild @@ -1,9 +1,7 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="5" - -inherit eutils +EAPI="6" DESCRIPTION="Anthy dictionary maintenance tool" HOMEPAGE="http://kasumi.sourceforge.jp/" @@ -14,18 +12,15 @@ SLOT="0" KEYWORDS="alpha amd64 ppc sparc x86 ~x86-fbsd" IUSE="nls" -RDEPEND=">=x11-libs/gtk+-2.6:2 - nls? ( virtual/libintl ) +RDEPEND="app-i18n/anthy virtual/libiconv - >=app-i18n/anthy-6131" - + x11-libs/gtk+:2 + nls? ( virtual/libintl )" DEPEND="${RDEPEND} virtual/pkgconfig nls? ( sys-devel/gettext )" -src_prepare() { - epatch "${FILESDIR}"/${P}-r1-fix-desktop-QA.patch -} +PATCHES=( "${FILESDIR}"/${PN}-desktop.patch ) src_configure() { econf $(use_enable nls) |