diff options
author | 2025-01-24 09:05:39 +0200 | |
---|---|---|
committer | 2025-01-24 09:05:39 +0200 | |
commit | 23a3c7ac9b32846f872061b6efd645993983c1d4 (patch) | |
tree | 73c03d63c690f1fcad81594529b55457f24018a8 /sci-astronomy | |
parent | net-misc/smb4k: Stabilize 3.2.92 amd64, #947182 (diff) | |
download | gentoo-23a3c7ac9b32846f872061b6efd645993983c1d4.tar.gz gentoo-23a3c7ac9b32846f872061b6efd645993983c1d4.tar.bz2 gentoo-23a3c7ac9b32846f872061b6efd645993983c1d4.zip |
sci-astronomy/kstars: Stabilize 3.7.4 amd64, #947182
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/kstars/kstars-3.7.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-astronomy/kstars/kstars-3.7.4.ebuild b/sci-astronomy/kstars/kstars-3.7.4.ebuild index 2e8b93ce0378..976be2788b54 100644 --- a/sci-astronomy/kstars/kstars-3.7.4.ebuild +++ b/sci-astronomy/kstars/kstars-3.7.4.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 @@ -14,7 +14,7 @@ HOMEPAGE="https://apps.kde.org/kstars/ https://kstars.kde.org/" 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+" |