Gentoo Archives: gentoo-commits

From: "Lars Wendler (polynomial-c)" <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-process/numactl/files: numactl-2.0.9-testsuite_fix.patch numactl-2.0.5-protos.patch numactl-2.0.2-build.patch
Date: Sun, 05 Jan 2014 16:10:18
Message-Id: 20140105161013.A254D2004E@flycatcher.gentoo.org
1 polynomial-c 14/01/05 16:10:13
2
3 Added: numactl-2.0.9-testsuite_fix.patch
4 Removed: numactl-2.0.5-protos.patch
5 numactl-2.0.2-build.patch
6 Log:
7 Version bump. Removed old
8
9 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
10
11 Revision Changes Path
12 1.1 sys-process/numactl/files/numactl-2.0.9-testsuite_fix.patch
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/numactl/files/numactl-2.0.9-testsuite_fix.patch?rev=1.1&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/numactl/files/numactl-2.0.9-testsuite_fix.patch?rev=1.1&content-type=text/plain
16
17 Index: numactl-2.0.9-testsuite_fix.patch
18 ===================================================================
19 Tests fail with /bin/dash
20
21 Singned-off-by: Lars Wendler <polynomial-c@g.o>
22
23 --- numactl-2.0.9/test/printcpu
24 +++ numactl-2.0.9/test/printcpu
25 @@ -1,4 +1,4 @@
26 -#!/bin/sh
27 +#!/bin/bash
28 #print cpu it is running on
29 declare -a arr
30 arr=( $(< /proc/self/stat) )