summaryrefslogtreecommitdiff
path: root/app-i18n/scim-anthy/scim-anthy-1.2.7-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
commitd934827bf44b7cfcf6711964418148fa60877668 (patch)
tree0625f358789b5e015e49db139cc1dbc9be00428f /app-i18n/scim-anthy/scim-anthy-1.2.7-r1.ebuild
parent2e34d110f164bf74d55fced27fe0000201b3eec5 (diff)
gentoo resync : 25.11.2020
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