diff --git a/net-wireless/trunk-recorder/trunk-recorder-9999.ebuild b/net-wireless/trunk-recorder/trunk-recorder-9999.ebuild index 3dcf7ee6b..1f4386dd4 100644 --- a/net-wireless/trunk-recorder/trunk-recorder-9999.ebuild +++ b/net-wireless/trunk-recorder/trunk-recorder-9999.ebuild @@ -9,8 +9,8 @@ DESCRIPTION="Records calls from a Trunked Radio System (P25 & SmartNet)" HOMEPAGE="https://github.com/robotastic/trunk-recorder" if [[ "${PV}" == *9999 ]]; then - EGIT_REPO_URI="https://github.com/robotastic/trunk-recorder.git" - #EGIT_BRANCH="dmr-metadata" + #EGIT_REPO_URI="https://github.com/robotastic/trunk-recorder.git" + EGIT_REPO_URI="https://github.com/rabarar/trunk-recorder.git" inherit git-r3 RESTRICT="strip" else @@ -32,3 +32,12 @@ DEPEND="net-wireless/gr-osmosdr:= dev-libs/boost" RDEPEND="${DEPEND}" BDEPEND="" + +src_configure() { + #local commit_hash="$(git rev-parse HEAD)" + #local branch="$(git rev-parse --abbrev-ref HEAD)" + #local mycmakeargs=( + # -DMANUAL_GITINFO="commit ${commit_hash} (${branch})" + #) + cmake_src_configure +} diff --git a/profiles/pentoo/base/package.keywords/app-emulation b/profiles/pentoo/base/package.keywords/app-emulation index 17443abbc..c3dccb2bb 100644 --- a/profiles/pentoo/base/package.keywords/app-emulation +++ b/profiles/pentoo/base/package.keywords/app-emulation @@ -1,8 +1,8 @@ #we keep virtualbox working with recent kernels -~app-emulation/virtualbox-additions-6.1.34 amd64 x86 -~app-emulation/virtualbox-modules-6.1.34 amd64 x86 -~app-emulation/virtualbox-6.1.34 amd64 x86 -~app-emulation/virtualbox-extpack-oracle-6.1.34 amd64 x86 +~app-emulation/virtualbox-additions-6.1.36 amd64 x86 +~app-emulation/virtualbox-modules-6.1.36 amd64 x86 +~app-emulation/virtualbox-6.1.36 amd64 x86 +~app-emulation/virtualbox-extpack-oracle-6.1.36 amd64 x86 #docker containers using glibc-2.33 are broken without updating runc https://bugs.archlinux.org/task/69563 #unfortunately newer dockers has it's own problems https://github.com/moby/moby/issues/42127