diff options
author | Leno Hou <lenohou@gmail.com> | 2016-06-28 14:31:30 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-06-28 13:50:51 -0400 |
commit | fcabf3a8e103b1964b8405a0268dccaf15da3c3e (patch) | |
tree | 293582e442dd346f8c0035886a8075dc8948595e /dev-util/perf | |
parent | Fix category dev-utils -> dev-util (diff) | |
download | ppc64le-fcabf3a8e103b1964b8405a0268dccaf15da3c3e.tar.gz ppc64le-fcabf3a8e103b1964b8405a0268dccaf15da3c3e.tar.bz2 ppc64le-fcabf3a8e103b1964b8405a0268dccaf15da3c3e.zip |
dev-utils/perf: add support for ppc64le #581746
Signed-off-by: Leno Hou <lenohou@gmail.com>
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'dev-util/perf')
-rw-r--r-- | dev-util/perf/perf-4.4.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/perf/perf-4.4.4.ebuild b/dev-util/perf/perf-4.4.4.ebuild index 18dd89e..b4fe31e 100644 --- a/dev-util/perf/perf-4.4.4.ebuild +++ b/dev-util/perf/perf-4.4.4.ebuild @@ -76,7 +76,7 @@ pkg_setup() { src_unpack() { local paths=( tools/arch tools/build tools/include tools/lib tools/perf tools/scripts - include lib "arch/*/lib" + include lib "arch/*/include" "arch/*/lib" ) # We expect the tar implementation to support the -j option (both |