summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Jorna <wraeth@gentoo.org>2016-05-12 11:13:24 +1000
committerSam Jorna <wraeth@gentoo.org>2016-05-12 11:13:55 +1000
commit68e7d18fc6a90751f83a8862e8eff084ccc66087 (patch)
tree1b875249f02506116118fbc31ccbeef56e1da687 /sys-apps
parenttoolchain.eclass: prune more unused libtool archives #573302 (diff)
downloadgentoo-68e7d18fc6a90751f83a8862e8eff084ccc66087.tar.gz
gentoo-68e7d18fc6a90751f83a8862e8eff084ccc66087.tar.bz2
gentoo-68e7d18fc6a90751f83a8862e8eff084ccc66087.zip
sys-apps/likwid: revbump, fix file perms
Fixes incorrect permissions on installed binaries. Patch by proxied maintainer per bug. Gentoo-bug: 582692 Package-Manager: portage-2.2.28
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/likwid/likwid-4.0.1-r2.ebuild (renamed from sys-apps/likwid/likwid-4.0.1-r1.ebuild)6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/likwid/likwid-4.0.1-r1.ebuild b/sys-apps/likwid/likwid-4.0.1-r2.ebuild
index 3e884ee99c5a..7d68628baede 100644
--- a/sys-apps/likwid/likwid-4.0.1-r1.ebuild
+++ b/sys-apps/likwid/likwid-4.0.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -29,8 +29,8 @@ RESTRICT="mirror"
CONFIG_CHECK="~X86_MSR"
FILECAPS=(
- cap_sys_rawio usr/sbin/likwid-accessD --
- cap_sys_rawio usr/bin/likwid-{perfctr,bench,powermeter}
+ -M 755 cap_sys_rawio usr/sbin/likwid-accessD --
+ -M 755 cap_sys_rawio usr/bin/likwid-{perfctr,bench,powermeter}
)
S=${WORKDIR}/likwid-likwid-${PV}