From ccb28eb4781b1f555377763da61384662519f432 Mon Sep 17 00:00:00 2001 From: Nedko Arnaudov Date: Sat, 3 Sep 2022 19:29:55 +0300 Subject: [PATCH] dev-lang/faust-2.41.1: PV-9999 && stable for arm64 --- dev-lang/faust/faust-2.41.1.ebuild | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/dev-lang/faust/faust-2.41.1.ebuild b/dev-lang/faust/faust-2.41.1.ebuild index 072dd22..9c74100 100644 --- a/dev-lang/faust/faust-2.41.1.ebuild +++ b/dev-lang/faust/faust-2.41.1.ebuild @@ -10,7 +10,14 @@ KEYWORDS="~amd64 ~arm64 ~x86" DESCRIPTION="A functional programming language for realtime audio signal processing." HOMEPAGE="https://faust.grame.fr/" -SRC_URI="https://github.com/grame-cncm/faust/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + +if [[ ${PV} == *9999* ]]; then + EGIT_REPO_URI="https://git.code.sf.net/p/qsynth/code" + inherit git-r3 +else + SRC_URI="https://github.com/grame-cncm/faust/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="arm64" +fi RDEPEND="" DEPEND="" -- 2.11.4.GIT