diff options
author | 2019-12-08 00:34:59 +0100 | |
---|---|---|
committer | 2019-12-08 00:34:59 +0100 | |
commit | 720a6b4109d1d7b032e53e6696346820505419ee (patch) | |
tree | 8fe84c3ac09070a49751c9aec5aad2c528107fbd /sci-astronomy | |
parent | kde-misc/plasma-pass: Sort DEPENDs, raise KFMIN to 5.64.0 (diff) | |
download | kde-720a6b4109d1d7b032e53e6696346820505419ee.tar.gz kde-720a6b4109d1d7b032e53e6696346820505419ee.tar.bz2 kde-720a6b4109d1d7b032e53e6696346820505419ee.zip |
sci-astronomy/kstars: Fix RDEPENDs, drop bogus python deps, fix LICENSE
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/kstars/kstars-9999.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sci-astronomy/kstars/kstars-9999.ebuild b/sci-astronomy/kstars/kstars-9999.ebuild index 4e0ad3aa19..0b70c13238 100644 --- a/sci-astronomy/kstars/kstars-9999.ebuild +++ b/sci-astronomy/kstars/kstars-9999.ebuild @@ -4,10 +4,9 @@ EAPI=7 ECM_HANDBOOK="forceoptional" -PYTHON_COMPAT=( python2_7 ) KFMIN=5.60.0 QTMIN=5.12.3 -inherit ecm kde.org python-single-r1 +inherit ecm kde.org DESCRIPTION="Desktop Planetarium" HOMEPAGE="https://kde.org/applications/education/org.kde.kstars @@ -18,7 +17,7 @@ if [[ ${KDE_BUILD_TYPE} = release ]]; then KEYWORDS="~amd64 ~x86" fi -LICENSE="GPL-2" # TODO CHECK +LICENSE="GPL-2+ GPL-3+" SLOT="5" IUSE="fits indi +password raw wcs" @@ -68,7 +67,10 @@ DEPEND="${COMMON_DEPEND} >=dev-qt/qtconcurrent-${QTMIN}:5 " RDEPEND="${COMMON_DEPEND} - ${PYTHON_DEPS} + >=dev-qt/qtgraphicaleffects-${QTMIN}:5 + >=dev-qt/qtpositioning-${QTMIN}:5 + >=dev-qt/qtquickcontrols-${QTMIN}:5 + >=dev-qt/qtquickcontrols2-${QTMIN}:5 " src_configure() { |