commit: 3da0e2971956c17eb4fccbb37bc92c51a0b9b145 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Apr 21 09:29:44 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Apr 21 18:50:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3da0e297
app-i18n/scim-anthy: drop epatch Signed-off-by: Sam James <sam <AT> gentoo.org> app-i18n/scim-anthy/scim-anthy-1.2.7-r1.ebuild | 6 +++--- 1 file 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 4532e744ba5..46e72aaa015 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
