trunk-recorder-9999.ebuild

This commit is contained in:
Anton Bolshakov 2021-12-05 16:39:43 +08:00
parent 9f32b7ef2a
commit 437d365549
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ inherit cmake-utils multilib
DESCRIPTION="Records calls from a Trunked Radio System (P25 & SmartNet)"
HOMEPAGE="https://github.com/robotastic/trunk-recorder"
if [ "${PV}" = "9999" ]; then
if [[ "${PV}" = *9999 ]]; then
EGIT_REPO_URI="https://github.com/robotastic/trunk-recorder.git"
EGIT_BRANCH="4.0-beta"
inherit git-r3

View file

@ -9,7 +9,7 @@ inherit cmake-utils multilib
DESCRIPTION="Records calls from a Trunked Radio System (P25 & SmartNet)"
HOMEPAGE="https://github.com/robotastic/trunk-recorder"
if [ "${PV}" = "9999" ]; then
if [[ "${PV}" = *9999 ]]; then
EGIT_REPO_URI="https://github.com/robotastic/trunk-recorder.git"
EGIT_BRANCH="master"
inherit git-r3