mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-libs/freetype: Use new freedesktop git URIs
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
This commit is contained in:
@@ -60,10 +60,10 @@ _egit_repo_handler() {
|
||||
esac
|
||||
|
||||
local EGIT_REPO_URI
|
||||
EGIT_REPO_URI="https://git.sv.nongnu.org/r/freetype/freetype2.git"
|
||||
EGIT_REPO_URI="https://gitlab.freedesktop.org/freetype/freetype.git"
|
||||
git-r3_src_${phase}
|
||||
if use utils ; then
|
||||
EGIT_REPO_URI="https://git.sv.nongnu.org/r/freetype/freetype2-demos.git"
|
||||
EGIT_REPO_URI="https://gitlab.freedesktop.org/freetype/freetype-demos.git"
|
||||
local EGIT_CHECKOUT_DIR="${WORKDIR}/ft2demos-${PV}"
|
||||
git-r3_src_${phase}
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user