Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/siril/
Date: Thu, 03 Nov 2022 08:08:47
Message-Id: 1667462903.4fed7a87ab71b0109a0d339f7f2ebc42d2f5192f.ago@gentoo
1 commit: 4fed7a87ab71b0109a0d339f7f2ebc42d2f5192f
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 3 08:08:12 2022 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 3 08:08:23 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fed7a87
7
8 sci-astronomy/siril: Stabilize 1.0.5 x86, #879199
9
10 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
11
12 sci-astronomy/siril/siril-1.0.5.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sci-astronomy/siril/siril-1.0.5.ebuild b/sci-astronomy/siril/siril-1.0.5.ebuild
16 index 63098cf36dc4..b40e770ea34b 100644
17 --- a/sci-astronomy/siril/siril-1.0.5.ebuild
18 +++ b/sci-astronomy/siril/siril-1.0.5.ebuild
19 @@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]]; then
20 EGIT_REPO_URI="https://gitlab.com/free-astro/${PN}.git"
21 else
22 SRC_URI="https://gitlab.com/free-astro/siril/-/archive/${PV/_/-}/${PN}-${PV/_/-}.tar.bz2"
23 - KEYWORDS="amd64 ~x86"
24 + KEYWORDS="amd64 x86"
25 S="${WORKDIR}/${PN}-${PV/_/-}"
26 fi