Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/siril/
Date: Wed, 02 Nov 2022 23:14:05
Message-Id: 1667430833.443754ee9e85d0d84e2fa863e941895b5f9f277e.sam@gentoo
1 commit: 443754ee9e85d0d84e2fa863e941895b5f9f277e
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 2 23:13:47 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 2 23:13:53 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=443754ee
7
8 sci-astronomy/siril: Stabilize 1.0.5 amd64, #879199
9
10 Signed-off-by: Sam James <sam <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 816f638fd2f1..63098cf36dc4 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