diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-06-21 08:17:24 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-06-21 08:17:24 +0200 |
commit | 9db4cf4ac5a4d6c16a3792af3055f4de5a68ea1f (patch) | |
tree | 0c349391dd09fad5854f84fa1256c497c007addb /sci-astronomy | |
parent | eutils.eclass: update die message for EAPI 0 (diff) | |
download | gentoo-9db4cf4ac5a4d6c16a3792af3055f4de5a68ea1f.tar.gz gentoo-9db4cf4ac5a4d6c16a3792af3055f4de5a68ea1f.tar.bz2 gentoo-9db4cf4ac5a4d6c16a3792af3055f4de5a68ea1f.zip |
sci-astronomy/kstars: amd64 stable wrt bug #796818
Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/kstars/kstars-3.5.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-astronomy/kstars/kstars-3.5.3.ebuild b/sci-astronomy/kstars/kstars-3.5.3.ebuild index 49493cc295d5..cacea491b9cb 100644 --- a/sci-astronomy/kstars/kstars-3.5.3.ebuild +++ b/sci-astronomy/kstars/kstars-3.5.3.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://apps.kde.org/en/kstars https://edu.kde.org/kstars/" if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi LICENSE="GPL-2+ GPL-3+" |