Skip to content

Commit

Permalink
media-libs/freetype: Use new freedesktop git URIs
Browse files Browse the repository at this point in the history
Signed-off-by: Lars Wendler <[email protected]>
  • Loading branch information
Lars Wendler committed Jul 19, 2021
1 parent 828466a commit 438e13c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions media-libs/freetype/freetype-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 438e13c

Please sign in to comment.