diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-12-23 00:34:15 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-12-23 00:34:15 +0100 |
commit | 362bd2349458517d061b67a351eda6d2f3f29259 (patch) | |
tree | 9c42bf070c191d63b04d57cfefd0873dd29afe4f /sci-astronomy | |
parent | sci-astronomy/kstars: Add USE password (diff) | |
download | kde-362bd2349458517d061b67a351eda6d2f3f29259.tar.gz kde-362bd2349458517d061b67a351eda6d2f3f29259.tar.bz2 kde-362bd2349458517d061b67a351eda6d2f3f29259.zip |
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@gentoo.org>
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/kstars/kstars-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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. |