summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hicks <david@hicks.id.au>2017-07-31 23:00:06 +1000
committerMichał Górny <mgorny@gentoo.org>2017-08-17 19:04:18 +0200
commit3ea17a7a85978086059dd3d536bd8db9603c86a7 (patch)
treefa8d5953d35f5a1c146162ea3d231f71d7b6b25e /media-libs/harfbuzz/harfbuzz-1.4.5.ebuild
parentmedia-libs/glu: use HTTPS for freedesktop.org and SRC_URI (diff)
downloadgentoo-3ea17a7a85978086059dd3d536bd8db9603c86a7.tar.gz
gentoo-3ea17a7a85978086059dd3d536bd8db9603c86a7.tar.bz2
gentoo-3ea17a7a85978086059dd3d536bd8db9603c86a7.zip
media-libs/harfbuzz: use HTTPS for freedesktop.org
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'media-libs/harfbuzz/harfbuzz-1.4.5.ebuild')
-rw-r--r--media-libs/harfbuzz/harfbuzz-1.4.5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/harfbuzz/harfbuzz-1.4.5.ebuild b/media-libs/harfbuzz/harfbuzz-1.4.5.ebuild
index 3515877032b8..52c659cce124 100644
--- a/media-libs/harfbuzz/harfbuzz-1.4.5.ebuild
+++ b/media-libs/harfbuzz/harfbuzz-1.4.5.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-EGIT_REPO_URI="git://anongit.freedesktop.org/harfbuzz"
+EGIT_REPO_URI="https://anongit.freedesktop.org/git/harfbuzz.git"
[[ ${PV} == 9999 ]] && inherit git-r3 autotools
PYTHON_COMPAT=( python2_7 )
@@ -12,7 +12,7 @@ inherit eutils libtool multilib-minimal python-any-r1 xdg-utils
DESCRIPTION="An OpenType text shaping engine"
HOMEPAGE="https://www.freedesktop.org/wiki/Software/HarfBuzz"
-[[ ${PV} == 9999 ]] || SRC_URI="https://www.freedesktop.org/software/${PN}/release/${P}.tar.bz2"
+[[ ${PV} == 9999 ]] || SRC_URI="https://www.freedesktop.org/software/harfbuzz/release/${P}.tar.bz2"
LICENSE="Old-MIT ISC icu"
SLOT="0/0.9.18" # 0.9.18 introduced the harfbuzz-icu split; bug #472416