Created attachment 699534 [details, diff] patch for vice-3.5.ebuild Hi, Please add a new IUSE flag named "cpuhistory". See attached patch created for vice-3.5.ebuild. The feature is enabled with the "--enable-cpuhistory" configure option. It enables vice to be compiled with cpu history tracing option. All the ebuild needs is "cpuhistory" IUSE flag and "$(use_enable cpuhistory)" in multibuild_src_configure(). vice-3.4 supports same feature so maybe add it there too. Feature is experimental and should not be enabled by default. regards, Vedran
I second this. This is very handy for troubleshooting demo coding and reverse engineering projects.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1da3c10cc574473121a60893967c541c01f7cf2e commit 1da3c10cc574473121a60893967c541c01f7cf2e Author: Ionen Wolkens <ionen@gentoo.org> AuthorDate: 2021-06-22 01:58:56 +0000 Commit: Ionen Wolkens <ionen@gentoo.org> CommitDate: 2021-06-22 05:41:47 +0000 app-emulation/vice: add cpuhistory flag, tidy ebuild Also fixed USE=debug and a configure-stage direct AR call. Thanks-to: Vedran Vrbanc Closes: https://bugs.gentoo.org/782571 Signed-off-by: Ionen Wolkens <ionen@gentoo.org> app-emulation/vice/metadata.xml | 1 + app-emulation/vice/vice-3.5.ebuild | 131 ++++++++++++++++++++----------------- 2 files changed, 71 insertions(+), 61 deletions(-)