summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-util/perf: make perf build with both old and new libbfdYixun Lan2020-02-151-0/+60
| | | | | | | | patch from upstream, this would make it build with binutils-2.34 again Closes: https://bugs.gentoo.org/707830 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Yixun Lan <dlan@gentoo.org>
* dev-util/perf: add missing patch for 5.4.7Georgy Yakovlev2020-01-041-0/+44
| | | | | | Closes: https://bugs.gentoo.org/704798 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* version bump with some fixesNaohiro Aota2019-12-271-0/+17
| | | | | | | | | | | | | | This commit add a multiple python version support to address python3 installtion issue. (based on a patch from Holger Hoffstätte <holger@applied-asynchrony.com>) Also, this commit add a patch to build with >=sys-devel/clang-9. (patch from Maciej S. Szmigiero <mail@maciej.szmigiero.name> and Dennis Schridde <devurandom@gmx.net>). Closes: https://bugs.gentoo.org/679762 Closes: https://bugs.gentoo.org/695726 Signed-off-by: Naohiro Aota <naota@gentoo.org>
* dev-util/perf: version bump; introduce clang patchNaohiro Aota2019-07-031-0/+17
| | | | | | | | Apply a patch to support >=clang8. Closes: https://bugs.gentoo.org/678652 Package-Manager: Portage-2.3.68, Repoman-2.3.16 Signed-off-by: Naohiro Aota <naota@gentoo.org>
* dev-util/perf: remove unused patch(es)Michael Mair-Keimberger2019-03-031-43/+0
| | | | | | Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11236 Signed-off-by: Aaron Bauman <bman@gentoo.org>
* dev-util/perf: fix install dirNaohiro Aota2015-08-161-0/+43
perf binary and libs are accidentaly installed under / not /usr. Add a patch to fix "prefix=" behavior and reuse prefix argument.