diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 13:35:05 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 13:35:41 +0200 |
commit | 769c75f84ac0d1be61ecaeaff0fcc8c509063ec5 (patch) | |
tree | b2ac9f34d4991495f829bd5db62f51c7579e4a4e /app-i18n/mozc | |
parent | sys-cluster/util-vserver: Version bump. Fixes bug 541750. (diff) | |
download | gentoo-769c75f84ac0d1be61ecaeaff0fcc8c509063ec5.tar.gz gentoo-769c75f84ac0d1be61ecaeaff0fcc8c509063ec5.tar.bz2 gentoo-769c75f84ac0d1be61ecaeaff0fcc8c509063ec5.zip |
Enable https for all google URIs
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'app-i18n/mozc')
-rw-r--r-- | app-i18n/mozc/mozc-1.10.1390.102-r1.ebuild | 2 | ||||
-rw-r--r-- | app-i18n/mozc/mozc-1.13.1651.102.ebuild | 2 | ||||
-rw-r--r-- | app-i18n/mozc/mozc-2.16.2037.102.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/app-i18n/mozc/mozc-1.10.1390.102-r1.ebuild b/app-i18n/mozc/mozc-1.10.1390.102-r1.ebuild index f65dd5df035d..4f8cbd172891 100644 --- a/app-i18n/mozc/mozc-1.10.1390.102-r1.ebuild +++ b/app-i18n/mozc/mozc-1.10.1390.102-r1.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 ) inherit elisp-common eutils multilib multiprocessing python-single-r1 toolchain-funcs DESCRIPTION="The Mozc engine for IBus Framework" -HOMEPAGE="http://code.google.com/p/mozc/" +HOMEPAGE="https://code.google.com/p/mozc/" PROTOBUF_VER="2.5.0" GMOCK_VER="1.6.0" diff --git a/app-i18n/mozc/mozc-1.13.1651.102.ebuild b/app-i18n/mozc/mozc-1.13.1651.102.ebuild index 804f8a3bd0f2..3ff2d4202852 100644 --- a/app-i18n/mozc/mozc-1.13.1651.102.ebuild +++ b/app-i18n/mozc/mozc-1.13.1651.102.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 ) inherit elisp-common eutils multilib multiprocessing python-single-r1 toolchain-funcs DESCRIPTION="The Mozc engine for IBus Framework" -HOMEPAGE="http://code.google.com/p/mozc/" +HOMEPAGE="https://code.google.com/p/mozc/" PROTOBUF_VER="2.5.0" GMOCK_VER="1.6.0" diff --git a/app-i18n/mozc/mozc-2.16.2037.102.ebuild b/app-i18n/mozc/mozc-2.16.2037.102.ebuild index a9eee7e618ba..d567cd3a4657 100644 --- a/app-i18n/mozc/mozc-2.16.2037.102.ebuild +++ b/app-i18n/mozc/mozc-2.16.2037.102.ebuild @@ -8,7 +8,7 @@ PLOCALES="de ja zh_CN zh_TW" inherit elisp-common eutils l10n multilib multiprocessing python-single-r1 toolchain-funcs DESCRIPTION="The Mozc engine for IBus Framework" -HOMEPAGE="http://code.google.com/p/mozc/" +HOMEPAGE="https://code.google.com/p/mozc/" PROTOBUF_VER="2.5.0" GMOCK_VER="1.6.0" |