commit: 5511a5a23a9087ddcf3b8bf774288afed93b43a2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Dec 3 22:39:21 2015 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Dec 3 22:40:10 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5511a5a2
media-libs/gd: Replace mirror://bitbucket with inline URL Replace mirror://bitbucket that has been removed in July 2014 with correct inline URL. media-libs/gd/gd-2.1.1-r1.ebuild | 2 +- media-libs/gd/gd-2.1.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/gd/gd-2.1.1-r1.ebuild b/media-libs/gd/gd-2.1.1-r1.ebuild index 5e62731..2be673f 100644 --- a/media-libs/gd/gd-2.1.1-r1.ebuild +++ b/media-libs/gd/gd-2.1.1-r1.ebuild @@ -8,7 +8,7 @@ inherit libtool multilib-minimal eutils autotools DESCRIPTION="A graphics library for fast image creation" HOMEPAGE="http://libgd.org/ http://www.boutell.com/gd/" -SRC_URI="mirror://bitbucket/libgd/gd-libgd/downloads/lib${P}.tar.xz" +SRC_URI="https://bitbucket.org/libgd/gd-libgd/downloads/lib${P}.tar.xz" LICENSE="gd IJG HPND BSD" SLOT="2/3" diff --git a/media-libs/gd/gd-2.1.1.ebuild b/media-libs/gd/gd-2.1.1.ebuild index a888450..0d365a8 100644 --- a/media-libs/gd/gd-2.1.1.ebuild +++ b/media-libs/gd/gd-2.1.1.ebuild @@ -8,7 +8,7 @@ inherit libtool multilib-minimal eutils DESCRIPTION="A graphics library for fast image creation" HOMEPAGE="http://libgd.org/ http://www.boutell.com/gd/" -SRC_URI="mirror://bitbucket/libgd/gd-libgd/downloads/lib${P}.tar.xz" +SRC_URI="https://bitbucket.org/libgd/gd-libgd/downloads/lib${P}.tar.xz" LICENSE="gd IJG HPND BSD" SLOT="2/3"
