diff options
author | Francesco Turco <fturco@fastmail.fm> | 2018-08-05 22:14:22 +0200 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2018-08-25 21:16:32 +0200 |
commit | 4c549f5c98980ef8ada7fd2628da0bcbacf86744 (patch) | |
tree | 5b809528b9c79b67d975822cce441630f7673dbf /media-libs/gegl/gegl-0.3.34.ebuild | |
parent | media-libs/babl: replace git.gnome.org with gitlab.gnome.org (diff) | |
download | gentoo-4c549f5c98980ef8ada7fd2628da0bcbacf86744.tar.gz gentoo-4c549f5c98980ef8ada7fd2628da0bcbacf86744.tar.bz2 gentoo-4c549f5c98980ef8ada7fd2628da0bcbacf86744.zip |
media-libs/gegl: replace git.gnome.org with gitlab.gnome.org
Closes: https://github.com/gentoo/gentoo/pull/9466
Diffstat (limited to 'media-libs/gegl/gegl-0.3.34.ebuild')
-rw-r--r-- | media-libs/gegl/gegl-0.3.34.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/gegl/gegl-0.3.34.ebuild b/media-libs/gegl/gegl-0.3.34.ebuild index 90e2075cd1cd..fb3ea4a20d5d 100644 --- a/media-libs/gegl/gegl-0.3.34.ebuild +++ b/media-libs/gegl/gegl-0.3.34.ebuild @@ -11,7 +11,7 @@ inherit versionator gnome2-utils eutils autotools python-any-r1 vala if [[ ${PV} == *9999* ]]; then inherit autotools git-r3 - EGIT_REPO_URI="git://git.gnome.org/gegl" + EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/gegl.git" SRC_URI="" else SRC_URI="http://download.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2" |