commit: 17cf1a098d847adb630be4249810ab9281726199
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 31 08:01:45 2025 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Jan 31 08:01:45 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17cf1a09
sci-astronomy/siril: Stabilize 1.2.5 amd64, #949062
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
sci-astronomy/siril/siril-1.2.5.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-astronomy/siril/siril-1.2.5.ebuild
b/sci-astronomy/siril/siril-1.2.5.ebuild
index 8b3fc3865d24..f08acf469ee0 100644
--- a/sci-astronomy/siril/siril-1.2.5.ebuild
+++ b/sci-astronomy/siril/siril-1.2.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]]; then
EGIT_REPO_URI="https://gitlab.com/free-astro/${PN}.git"
else
SRC_URI="https://gitlab.com/free-astro/siril/-/archive/${PV/_/-}/${PN}-${PV/_/-}.tar.bz2"
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="amd64 ~x86"
S="${WORKDIR}/${PN}-${PV/_/-}"
fi