summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-21 10:29:44 +0100
committerSam James <sam@gentoo.org>2021-04-21 19:50:16 +0100
commit3da0e2971956c17eb4fccbb37bc92c51a0b9b145 (patch)
tree76d6df37ffe0784fb9adc6e18c579f847f5c1db0 /app-i18n/scim-anthy/scim-anthy-1.2.7-r1.ebuild
parentapp-cdr/cdrtools: drop no-op epatch (diff)
downloadgentoo-3da0e2971956c17eb4fccbb37bc92c51a0b9b145.tar.gz
gentoo-3da0e2971956c17eb4fccbb37bc92c51a0b9b145.tar.bz2
gentoo-3da0e2971956c17eb4fccbb37bc92c51a0b9b145.zip
app-i18n/scim-anthy: drop epatch
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-i18n/scim-anthy/scim-anthy-1.2.7-r1.ebuild')
-rw-r--r--app-i18n/scim-anthy/scim-anthy-1.2.7-r1.ebuild6
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