summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-util/perf: move ${S} to the right placeGuilherme Amadio2024-03-101-3/+3
| | | | Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
* Move {dev-util → dev-debug}/systemtapMichał Górny2024-01-191-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/perf: sys-devel/bison -> app-alternatives/yaccSam James2024-01-081-1/+1
| | | | | | | | | | All of these will be using app-alternatives/yacc anyway as they're not unsetting YACC or LEX, so make the dep reflect reality. (Included both YACC and LEX out of conservatism.) Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/perf: sys-devel/flex -> app-alternatives/lexSam James2024-01-081-2/+2
| | | | | | | | | | All of these will be using app-alternatives/lex anyway as they're not unsetting YACC or LEX, so make the dep reflect reality. (Included both YACC and LEX out of conservatism.) Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/perf: mirror kernel restrictions for libdw supportMatoro Mahri2023-12-281-1/+14
| | | | | | | | | | | | | | Kernel has a whitelist of architectures for which unwind via libdw is supported. Right now the ebuild unconditionally enables it, this fails on architectures where kernel support is not merged (e.g. alpha). This list needs to be checked and synced on updates. There shouldn't be anything removed from it in the future, only added. Bug: https://bugs.gentoo.org/759754 Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Closes: https://github.com/gentoo/gentoo/pull/34376 Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/perf: remove empty assignment to SRC_URIGuilherme Amadio2023-10-301-1/+0
| | | | Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
* dev-util/perf: Filter LTO flagsMatt Turner2023-07-101-1/+3
| | | | | Bug: https://bugs.gentoo.org/858449 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-util/perf: Stabilize 6.3 ppc, #909049Sam James2023-06-241-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/perf: Stabilize 6.3 arm64, #909049Sam James2023-06-241-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/perf: Stabilize 6.3 arm, #909049Sam James2023-06-241-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/perf: Stabilize 6.3 amd64, #909049Sam James2023-06-241-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/perf: Stabilize 6.3 ppc64, #909049Sam James2023-06-241-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/perf: Stabilize 6.3 x86, #909049Sam James2023-06-241-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/perf: depend on newer tar for 'gtar' symlinkSam James2023-06-131-0/+1
| | | | | | | Thanks to jkroon, flow, and ceamac. Bug: https://bugs.gentoo.org/887761 Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/perf: add 6.3Yixun Lan2023-05-171-0/+268
Signed-off-by: Yixun Lan <dlan@gentoo.org>