summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-03-17 21:06:01 +0100
committerLars Wendler <polynomial-c@gentoo.org>2018-04-09 16:23:40 +0200
commitb8ff0a82be01d1688802ffe5977cae76988e9207 (patch)
treea361296a2553bc46eb5036dfcaf218b3917dad4d /dev-libs/jemalloc/jemalloc-3.6.0.ebuild
parentdev-libs/jemalloc: remove old (diff)
downloadgentoo-b8ff0a82be01d1688802ffe5977cae76988e9207.tar.gz
gentoo-b8ff0a82be01d1688802ffe5977cae76988e9207.tar.bz2
gentoo-b8ff0a82be01d1688802ffe5977cae76988e9207.zip
dev-libs/jemalloc: fix HOMEPAGE, use github SRC_URI
Closes: https://bugs.gentoo.org/646046
Diffstat (limited to 'dev-libs/jemalloc/jemalloc-3.6.0.ebuild')
-rw-r--r--dev-libs/jemalloc/jemalloc-3.6.0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/jemalloc/jemalloc-3.6.0.ebuild b/dev-libs/jemalloc/jemalloc-3.6.0.ebuild
index 3f63d189b746..7c6f1647e72e 100644
--- a/dev-libs/jemalloc/jemalloc-3.6.0.ebuild
+++ b/dev-libs/jemalloc/jemalloc-3.6.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -6,8 +6,8 @@ EAPI=5
inherit autotools-multilib eutils flag-o-matic toolchain-funcs
DESCRIPTION="Jemalloc is a general-purpose scalable concurrent allocator"
-HOMEPAGE="http://www.canonware.com/jemalloc/"
-SRC_URI="http://www.canonware.com/download/${PN}/${P}.tar.bz2"
+HOMEPAGE="http://http://jemalloc.net/ https://github.com/jemalloc/jemalloc"
+SRC_URI="https://github.com/jemalloc/jemalloc/releases/download/${PV}/${P}.tar.bz2"
LICENSE="BSD"
SLOT="0"