diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-26 14:22:06 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-26 14:22:06 +0000 |
commit | cfa39f8da91655ce3fab659bcedd5f84bbef90a2 (patch) | |
tree | 3bddacc97515915f54ad9403e0bafbc6d9acdd45 /sci-astronomy/kstars | |
parent | dev-python/cattrs: Correct lower bounds on dependencies (diff) | |
download | gentoo-cfa39f8da91655ce3fab659bcedd5f84bbef90a2.tar.gz gentoo-cfa39f8da91655ce3fab659bcedd5f84bbef90a2.tar.bz2 gentoo-cfa39f8da91655ce3fab659bcedd5f84bbef90a2.zip |
sci-astronomy/kstars: Stabilize 3.7.3 amd64, #937633
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-astronomy/kstars')
-rw-r--r-- | sci-astronomy/kstars/kstars-3.7.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-astronomy/kstars/kstars-3.7.3.ebuild b/sci-astronomy/kstars/kstars-3.7.3.ebuild index 6fc730f44dff..818f197a4550 100644 --- a/sci-astronomy/kstars/kstars-3.7.3.ebuild +++ b/sci-astronomy/kstars/kstars-3.7.3.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="https://apps.kde.org/kstars/ https://edu.kde.org/kstars/" if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi LICENSE="GPL-2+ GPL-3+" |