diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-11 19:37:20 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-11 19:37:20 +0300 |
commit | 99d1d11824d172d04e9b31c178573e460e733371 (patch) | |
tree | 7bb1b50e51cf5f173e406a0f8e7660fb6cfb8eb9 /sci-misc | |
parent | x11-apps/iceauth: Stabilize 1.0.10 sparc, #929187 (diff) | |
download | gentoo-99d1d11824d172d04e9b31c178573e460e733371.tar.gz gentoo-99d1d11824d172d04e9b31c178573e460e733371.tar.bz2 gentoo-99d1d11824d172d04e9b31c178573e460e733371.zip |
sci-misc/boinc: Stabilize 7.24.1-r1 ppc64, #918092
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-misc')
-rw-r--r-- | sci-misc/boinc/boinc-7.24.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-misc/boinc/boinc-7.24.1-r1.ebuild b/sci-misc/boinc/boinc-7.24.1-r1.ebuild index 3a0c1e63675f..473ca503496a 100644 --- a/sci-misc/boinc/boinc-7.24.1-r1.ebuild +++ b/sci-misc/boinc/boinc-7.24.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 |