summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-astronomy/siril/siril-1.2.5.ebuild')
-rw-r--r--sci-astronomy/siril/siril-1.2.5.ebuild4
1 files 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