summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2017-01-25 09:30:07 -0800
committerMatt Turner <mattst88@gentoo.org>2017-01-25 09:31:24 -0800
commitd48f58968fe87824760ad7919ae7f3fdfe277b38 (patch)
tree5f2bb24cd281224e4f4b49bb4df055da4cd73eaa /media-libs
parentkde-misc/semantik: Remvoe 0.9.4 (r1) (diff)
downloadgentoo-d48f58968fe87824760ad7919ae7f3fdfe277b38.tar.gz
gentoo-d48f58968fe87824760ad7919ae7f3fdfe277b38.tar.bz2
gentoo-d48f58968fe87824760ad7919ae7f3fdfe277b38.zip
media-libs/mesa: Update download link, and download over HTTPS.
Prefer HTTPS to FTP. Also upstream has stopped putting releases in a subdirectory corresponding to the version.
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/mesa/mesa-9999.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
index fa8bd50f3668..34c1704f352b 100644
--- a/media-libs/mesa/mesa-9999.ebuild
+++ b/media-libs/mesa/mesa-9999.ebuild
@@ -18,7 +18,6 @@ inherit autotools multilib-minimal python-any-r1 pax-utils ${GIT_ECLASS}
OPENGL_DIR="xorg-x11"
MY_P="${P/_/-}"
-FOLDER="${PV/_rc*/}"
DESCRIPTION="OpenGL-like graphic library for Linux"
HOMEPAGE="http://mesa3d.sourceforge.net/"
@@ -27,7 +26,7 @@ if [[ $PV == 9999 ]]; then
SRC_URI=""
KEYWORDS=""
else
- SRC_URI="ftp://ftp.freedesktop.org/pub/mesa/${FOLDER}/${MY_P}.tar.xz"
+ SRC_URI="https://mesa.freedesktop.org/archive/${MY_P}.tar.xz"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
fi