summaryrefslogtreecommitdiff
path: root/sci-misc/boinc/boinc-7.24.1-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-04-11 18:33:04 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-04-11 18:33:04 +0100
commit1f43daba2fbe6f53e67c63944941dc645657c5b3 (patch)
tree69847026d79bd01039e851e5d5b4933615e29f51 /sci-misc/boinc/boinc-7.24.1-r1.ebuild
parent95c20b170b50a028890f00e7e9c338427d92279f (diff)
gentoo auto-resync : 11:04:2024 - 18:33:04
Diffstat (limited to 'sci-misc/boinc/boinc-7.24.1-r1.ebuild')
-rw-r--r--sci-misc/boinc/boinc-7.24.1-r1.ebuild4
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..2a3f5343cc5b 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