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 98AF9138A1A for ; Tue, 17 Feb 2015 21:21:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E512DE086B; Tue, 17 Feb 2015 21:21:42 +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 93BA1E086B for ; Tue, 17 Feb 2015 21:21:42 +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 9FA64340867 for ; Tue, 17 Feb 2015 21:21:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F95511FA8 for ; Tue, 17 Feb 2015 21:21:40 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1424208036.052d61fd98cb66e3c4e030e359564e4ff7dee920.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sys-apps/hwloc/ X-VCS-Repository: proj/sci X-VCS-Files: sys-apps/hwloc/ChangeLog sys-apps/hwloc/hwloc-1.10.0-r2.ebuild sys-apps/hwloc/hwloc-1.10.1.ebuild X-VCS-Directories: sys-apps/hwloc/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 052d61fd98cb66e3c4e030e359564e4ff7dee920 X-VCS-Branch: master Date: Tue, 17 Feb 2015 21:21:40 +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: 48f1a7d5-f318-40d2-9ad8-16672d19e074 X-Archives-Hash: c3ea79bfc4bc3faf68503f9556c04d1a commit: 052d61fd98cb66e3c4e030e359564e4ff7dee920 Author: Christoph Junghans gentoo org> AuthorDate: Tue Feb 17 21:20:36 2015 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Tue Feb 17 21:20:36 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=052d61fd version bump Package-Manager: portage-2.2.14 --- sys-apps/hwloc/ChangeLog | 6 ++++++ sys-apps/hwloc/{hwloc-1.10.0-r2.ebuild => hwloc-1.10.1.ebuild} | 2 -- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/sys-apps/hwloc/ChangeLog b/sys-apps/hwloc/ChangeLog index c9c35fc..1f9a497 100644 --- a/sys-apps/hwloc/ChangeLog +++ b/sys-apps/hwloc/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/sys-apps/hwloc/ChangeLog,v 1.49 2015/01/05 17:56:52 aballier Exp $ +*hwloc-1.10.1 (17 Feb 2015) + + 17 Feb 2015; Christoph Junghans +hwloc-1.10.1.ebuild, + -hwloc-1.10.0-r2.ebuild: + version bump + 17 Feb 2015; Christoph Junghans hwloc-1.10.0-r2.ebuild: filter -ftracer diff --git a/sys-apps/hwloc/hwloc-1.10.0-r2.ebuild b/sys-apps/hwloc/hwloc-1.10.1.ebuild similarity index 96% rename from sys-apps/hwloc/hwloc-1.10.0-r2.ebuild rename to sys-apps/hwloc/hwloc-1.10.1.ebuild index 3461c5b..96c09a9 100644 --- a/sys-apps/hwloc/hwloc-1.10.0-r2.ebuild +++ b/sys-apps/hwloc/hwloc-1.10.1.ebuild @@ -46,8 +46,6 @@ src_prepare() { append-cppflags -I/opt/cuda/include append-ldflags -L/opt/cuda/$(get_libdir) fi - #fails with -ftracer in CFLAGS, see #540036#c7 - filter-flags -ftracer autotools-utils_src_prepare }