diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2018-07-07 00:05:19 +0200 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2018-07-06 22:02:57 -0400 |
commit | 377ef988adc7db47387510f6c21129a087f82d36 (patch) | |
tree | b916a3c027ac5395b8743be70221904c82b15ae1 /app-i18n/mozc | |
parent | app-i18n/tagainijisho: Fix DICT_LANG. (diff) | |
download | gentoo-377ef988adc7db47387510f6c21129a087f82d36.tar.gz gentoo-377ef988adc7db47387510f6c21129a087f82d36.tar.bz2 gentoo-377ef988adc7db47387510f6c21129a087f82d36.zip |
app-i18n/*fcitx*, app-i18n/mozc: Update URIs.
Fcitx moved from GitHub to GitLab.
https://groups.google.com/forum/#!topic/fcitx-announce/wfN2eH27T0o
https://groups.google.com/forum/#!topic/fcitx-dev/Om0THKaeFvc
https://groups.google.com/forum/#!topic/fcitx/SLNIRcuTq_o
Diffstat (limited to 'app-i18n/mozc')
-rw-r--r-- | app-i18n/mozc/mozc-2.23.2815.102.ebuild | 4 | ||||
-rw-r--r-- | app-i18n/mozc/mozc-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-i18n/mozc/mozc-2.23.2815.102.ebuild b/app-i18n/mozc/mozc-2.23.2815.102.ebuild index 7bc5284670a7..73baeb4cc28b 100644 --- a/app-i18n/mozc/mozc-2.23.2815.102.ebuild +++ b/app-i18n/mozc/mozc-2.23.2815.102.ebuild @@ -85,8 +85,8 @@ src_unpack() { if use fcitx4; then local EGIT_SUBMODULES=() - git-r3_fetch https://github.com/fcitx/mozc refs/heads/fcitx - git-r3_checkout https://github.com/fcitx/mozc "${WORKDIR}/fcitx-mozc" + git-r3_fetch https://gitlab.com/fcitx/mozc.git refs/heads/fcitx + git-r3_checkout https://gitlab.com/fcitx/mozc.git "${WORKDIR}/fcitx-mozc" fi else unpack ${P}.tar.gz diff --git a/app-i18n/mozc/mozc-9999.ebuild b/app-i18n/mozc/mozc-9999.ebuild index d8763dd2dfe0..b51359f01fb3 100644 --- a/app-i18n/mozc/mozc-9999.ebuild +++ b/app-i18n/mozc/mozc-9999.ebuild @@ -85,8 +85,8 @@ src_unpack() { if use fcitx4; then local EGIT_SUBMODULES=() - git-r3_fetch https://github.com/fcitx/mozc refs/heads/fcitx - git-r3_checkout https://github.com/fcitx/mozc "${WORKDIR}/fcitx-mozc" + git-r3_fetch https://gitlab.com/fcitx/mozc.git refs/heads/fcitx + git-r3_checkout https://gitlab.com/fcitx/mozc.git "${WORKDIR}/fcitx-mozc" fi else unpack ${P}.tar.gz |