diff options
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/scim-anthy/scim-anthy-1.2.7-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-i18n/scim-anthy/scim-anthy-1.2.7-r1.ebuild b/app-i18n/scim-anthy/scim-anthy-1.2.7-r1.ebuild index 4532e744ba5b..46e72aaa0156 100644 --- a/app-i18n/scim-anthy/scim-anthy-1.2.7-r1.ebuild +++ b/app-i18n/scim-anthy/scim-anthy-1.2.7-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit autotools epatch +inherit autotools DESCRIPTION="Japanese input method Anthy IMEngine for SCIM" HOMEPAGE="http://scim-imengine.sourceforge.jp/index.cgi?cmd=view;name=SCIMAnthy" @@ -30,9 +30,9 @@ src_prepare() { default if use gtk3; then - EPATCH_SOURCE="${WORKDIR}/patches" EPATCH_SUFFIX="patch" epatch + eapply "${WORKDIR}"/patches/*.patch else - epatch "${DISTDIR}/${P}-gtk2_build.patch" + eapply "${DISTDIR}"/${P}-gtk2_build.patch fi eautoreconf |