commit: 34653ebd5f4fea3ca9808c1c45d28c7dfaba62ef Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Thu Oct 19 06:32:00 2023 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Thu Oct 19 06:32:00 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34653ebd
sci-astronomy/siril: Stabilize 1.2.0 amd64, #915971 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> sci-astronomy/siril/siril-1.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-astronomy/siril/siril-1.2.0.ebuild b/sci-astronomy/siril/siril-1.2.0.ebuild index d0d3368f96f5..ab0ce6b7f6d2 100644 --- a/sci-astronomy/siril/siril-1.2.0.ebuild +++ b/sci-astronomy/siril/siril-1.2.0.ebuild @@ -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