diff options
author | Sam James <sam@gentoo.org> | 2022-11-02 23:13:47 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-11-02 23:13:53 +0000 |
commit | 443754ee9e85d0d84e2fa863e941895b5f9f277e (patch) | |
tree | 20b324c8f9701be572ed8fa7bedcfcbf3918e029 /sci-astronomy | |
parent | www-apps/nextcloud: drop 23.0.8, 23.0.9, 24.0.5 (diff) | |
download | gentoo-443754ee9e85d0d84e2fa863e941895b5f9f277e.tar.gz gentoo-443754ee9e85d0d84e2fa863e941895b5f9f277e.tar.bz2 gentoo-443754ee9e85d0d84e2fa863e941895b5f9f277e.zip |
sci-astronomy/siril: Stabilize 1.0.5 amd64, #879199
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/siril/siril-1.0.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-astronomy/siril/siril-1.0.5.ebuild b/sci-astronomy/siril/siril-1.0.5.ebuild index 816f638fd2f1..63098cf36dc4 100644 --- a/sci-astronomy/siril/siril-1.0.5.ebuild +++ b/sci-astronomy/siril/siril-1.0.5.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 |