diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2020-04-26 21:06:59 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2020-04-26 21:07:09 +0200 |
commit | f7cb773665afb3f620355cdf4001e14f2d87d95d (patch) | |
tree | 5076aa8fcdb5a4c072d9642f33173918b36bf0cb /media-libs | |
parent | media-libs/harfbuzz: Bump to version 2.6.5 (diff) | |
download | gentoo-f7cb773665afb3f620355cdf4001e14f2d87d95d.tar.gz gentoo-f7cb773665afb3f620355cdf4001e14f2d87d95d.tar.bz2 gentoo-f7cb773665afb3f620355cdf4001e14f2d87d95d.zip |
media-libs/harfbuzz: Synced live ebuild
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/harfbuzz/harfbuzz-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/harfbuzz/harfbuzz-9999.ebuild b/media-libs/harfbuzz/harfbuzz-9999.ebuild index ba04a2d32be2..085525d97eed 100644 --- a/media-libs/harfbuzz/harfbuzz-9999.ebuild +++ b/media-libs/harfbuzz/harfbuzz-9999.ebuild @@ -11,10 +11,10 @@ DESCRIPTION="An OpenType text shaping engine" HOMEPAGE="https://www.freedesktop.org/wiki/Software/HarfBuzz" if [[ ${PV} = 9999 ]] ; then - EGIT_REPO_URI="https://anongit.freedesktop.org/git/harfbuzz.git" + EGIT_REPO_URI="https://github.com/harfbuzz/harfbuzz.git" inherit git-r3 autotools else - SRC_URI="https://www.freedesktop.org/software/${PN}/release/${P}.tar.xz" + SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.xz" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi |