summaryrefslogtreecommitdiff
path: root/app-i18n/libchewing/libchewing-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-i18n/libchewing/libchewing-9999.ebuild')
-rw-r--r--app-i18n/libchewing/libchewing-9999.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/app-i18n/libchewing/libchewing-9999.ebuild b/app-i18n/libchewing/libchewing-9999.ebuild
index 041ef001addd..a02537b46ef3 100644
--- a/app-i18n/libchewing/libchewing-9999.ebuild
+++ b/app-i18n/libchewing/libchewing-9999.ebuild
@@ -15,9 +15,10 @@ fi
DESCRIPTION="Intelligent phonetic (Zhuyin/Bopomofo) input method library"
HOMEPAGE="http://chewing.im/ https://github.com/chewing/libchewing"
if [[ "${PV}" == "9999" ]]; then
- SRC_URI=""
+ SRC_URI="https://dev.gentoo.org/~juippis/distfiles/tmp/libchewing-0.5.1-autoconf-archive-2019.01.06.patch"
else
- SRC_URI="https://github.com/chewing/${PN}/releases/download/v${PV}/${P}.tar.bz2"
+ SRC_URI="https://github.com/chewing/${PN}/releases/download/v${PV}/${P}.tar.bz2
+ https://dev.gentoo.org/~juippis/distfiles/tmp/libchewing-0.5.1-autoconf-archive-2019.01.06.patch"
fi
LICENSE="LGPL-2.1"
@@ -33,7 +34,7 @@ DEPEND="${RDEPEND}
test? ( sys-libs/ncurses[unicode] )"
PATCHES=(
- "${FILESDIR}/${PN}-0.5.1-autoconf-archive-2019.01.06.patch"
+ "${DISTDIR}/${PN}-0.5.1-autoconf-archive-2019.01.06.patch"
)
src_prepare() {