Gentoo Archives: gentoo-commits

From: Jory Pratt <anarchy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/jemalloc/
Date: Sat, 28 Nov 2015 16:25:44
Message-Id: 1448727760.32d5f3bb31dff83568c306063aabc06efd063dc7.anarchy@gentoo
1 commit: 32d5f3bb31dff83568c306063aabc06efd063dc7
2 Author: Jory A. Pratt <anarchy <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 28 16:22:40 2015 +0000
4 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 28 16:22:40 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32d5f3bb
7
8 dev-libs/jemalloc - adjust slot to trigger rebuild of packages upon
9 upgrade
10
11 dev-libs/jemalloc/jemalloc-4.0.4.ebuild | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/dev-libs/jemalloc/jemalloc-4.0.4.ebuild b/dev-libs/jemalloc/jemalloc-4.0.4.ebuild
15 index e287200..5cbaa8d 100644
16 --- a/dev-libs/jemalloc/jemalloc-4.0.4.ebuild
17 +++ b/dev-libs/jemalloc/jemalloc-4.0.4.ebuild
18 @@ -11,7 +11,7 @@ HOMEPAGE="http://www.canonware.com/jemalloc/"
19 SRC_URI="http://www.canonware.com/download/${PN}/${P}.tar.bz2"
20
21 LICENSE="BSD"
22 -SLOT="0"
23 +SLOT="0/2"
24 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~x86 ~x64-macos"
25 IUSE="debug static-libs stats"
26 HTML_DOCS=( doc/jemalloc.html )