summaryrefslogtreecommitdiff
path: root/app-i18n/scim-anthy/scim-anthy-1.2.7-r1.ebuild
diff options
context:
space:
mode:
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.ebuild3
1 files changed, 2 insertions, 1 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 ee98d2db2ecf..84ab4c38fa3f 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
@@ -8,6 +8,7 @@ inherit autotools eutils
DESCRIPTION="Japanese input method Anthy IMEngine for SCIM"
HOMEPAGE="http://scim-imengine.sourceforge.jp/index.cgi?cmd=view;name=SCIMAnthy"
SRC_URI="mirror://sourceforge.jp/scim-imengine/37309/${P}.tar.gz
+ https://dev.gentoo.org/~juippis/distfiles/tmp/scim-anthy-1.2.7-gtk2_build.patch
gtk3? ( https://dev.gentoo.org/~heroxbd/${P}-patches.tar.xz )"
LICENSE="GPL-2"
@@ -31,7 +32,7 @@ src_prepare() {
if use gtk3; then
EPATCH_SOURCE="${WORKDIR}/patches" EPATCH_SUFFIX="patch" epatch
else
- epatch "${FILESDIR}/${P}-gtk2_build.patch"
+ epatch "${DISTDIR}/${P}-gtk2_build.patch"
fi
eautoreconf