commit: fbf2e39ebc13ee77b6e925a10126efefea28a85e
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 14 08:57:58 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 14 08:57:58 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbf2e39e
sci-misc/boinc: Stabilize 7.20.2-r3 ppc64, #904310
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
sci-misc/boinc/boinc-7.20.2-r3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-misc/boinc/boinc-7.20.2-r3.ebuild
b/sci-misc/boinc/boinc-7.20.2-r3.ebuild
index 7cc390819f18..34a0beacca83 100644
--- a/sci-misc/boinc/boinc-7.20.2-r3.ebuild
+++ b/sci-misc/boinc/boinc-7.20.2-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 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