sci-misc/boinc: Stabilize 7.24.1-r1 amd64, #918092

Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
Joonas Niilola 2024-04-12 12:15:40 +03:00
parent 00a480e8c7
commit 24d5e9de7d
No known key found for this signature in database
GPG Key ID: 7383942B8DC06962
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ if [[ ${PV} == *9999 ]] ; then
inherit git-r3
else
SRC_URI+=" https://github.com/BOINC/boinc/archive/client_release/${MY_PV}/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 arm64 ~ia64 ~ppc ppc64 sparc ~x86"
KEYWORDS="amd64 arm64 ~ia64 ~ppc ppc64 sparc ~x86"
S="${WORKDIR}/${PN}-client_release-${MY_PV}-${PV}"
fi