commit: 362bd2349458517d061b67a351eda6d2f3f29259
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 22 23:34:15 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 22 23:34:15 2018 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=362bd234
sci-astronomy/kstars: Add missing DEPEND
Upstream commit aaa4c972f9e2dd90cc75387578d7864ced0c0fe7
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
sci-astronomy/kstars/kstars-9999.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sci-astronomy/kstars/kstars-9999.ebuild
b/sci-astronomy/kstars/kstars-9999.ebuild
index 3839e007ad..e32b26060f 100644
--- a/sci-astronomy/kstars/kstars-9999.ebuild
+++ b/sci-astronomy/kstars/kstars-9999.ebuild
@@ -40,6 +40,7 @@ COMMON_DEPEND="
$(add_qt_dep qtprintsupport)
$(add_qt_dep qtsql)
$(add_qt_dep qtsvg)
+ $(add_qt_dep qtwebsockets)
$(add_qt_dep qtwidgets)
sys-libs/zlib
fits? ( sci-libs/cfitsio )
@@ -76,7 +77,7 @@ src_configure() {
pkg_postinst () {
kde5_pkg_postinst
- if ! has_version "x11-misc/xplanet" ; then
+ if [[ -z "${REPLACING_VERSIONS}" ]] && ! has_version "x11-misc/xplanet"
; then
elog "${PN} has optional runtime support for x11-misc/xplanet"
fi
# same for AstrometryNet, which is not packaged.