From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9C0FB1384B4 for ; Sat, 28 Nov 2015 16:25:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08E2D21C0DB; Sat, 28 Nov 2015 16:23:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8A9A921C0DB for ; Sat, 28 Nov 2015 16:23:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4B67C34069A for ; Sat, 28 Nov 2015 16:23:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 626A3A4A for ; Sat, 28 Nov 2015 16:23:44 +0000 (UTC) From: "Jory Pratt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jory Pratt" Message-ID: <1448727760.32d5f3bb31dff83568c306063aabc06efd063dc7.anarchy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/jemalloc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/jemalloc/jemalloc-4.0.4.ebuild X-VCS-Directories: dev-libs/jemalloc/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: 32d5f3bb31dff83568c306063aabc06efd063dc7 X-VCS-Branch: master Date: Sat, 28 Nov 2015 16:23:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 27209732-ad29-4d13-b7d6-0ad6b3aea6a7 X-Archives-Hash: 80bcdc3024956bc3e5198eada7fab612 commit: 32d5f3bb31dff83568c306063aabc06efd063dc7 Author: Jory A. Pratt gentoo org> AuthorDate: Sat Nov 28 16:22:40 2015 +0000 Commit: Jory Pratt gentoo org> CommitDate: Sat Nov 28 16:22:40 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32d5f3bb dev-libs/jemalloc - adjust slot to trigger rebuild of packages upon upgrade dev-libs/jemalloc/jemalloc-4.0.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/jemalloc/jemalloc-4.0.4.ebuild b/dev-libs/jemalloc/jemalloc-4.0.4.ebuild index e287200..5cbaa8d 100644 --- a/dev-libs/jemalloc/jemalloc-4.0.4.ebuild +++ b/dev-libs/jemalloc/jemalloc-4.0.4.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="http://www.canonware.com/jemalloc/" SRC_URI="http://www.canonware.com/download/${PN}/${P}.tar.bz2" LICENSE="BSD" -SLOT="0" +SLOT="0/2" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~x86 ~x64-macos" IUSE="debug static-libs stats" HTML_DOCS=( doc/jemalloc.html )