commit: 22d9e2b64dd1e94144b553a34e23ad9f17a5d1d5
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 9 19:37:00 2018 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Apr 9 19:51:58 2018 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=22d9e2b6
sci-astronomy/kstars: Release switch
Package-Manager: Portage-2.3.28, Repoman-2.3.9
sci-astronomy/kstars/kstars-9999.ebuild | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/sci-astronomy/kstars/kstars-9999.ebuild
b/sci-astronomy/kstars/kstars-9999.ebuild
index 96f32324cc..092ed39102 100644
--- a/sci-astronomy/kstars/kstars-9999.ebuild
+++ b/sci-astronomy/kstars/kstars-9999.ebuild
@@ -7,9 +7,13 @@ KDE_HANDBOOK="forceoptional"
PYTHON_COMPAT=( python2_7 )
inherit kde5 python-single-r1
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+ SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
DESCRIPTION="Desktop Planetarium"
HOMEPAGE="https://www.kde.org/applications/education/kstars
https://edu.kde.org/kstars"
-KEYWORDS=""
IUSE="fits indi raw wcs xplanet"
REQUIRED_USE="indi? ( fits ) ${PYTHON_REQUIRED_USE}"