From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9B5BE138334 for ; Sun, 23 Dec 2018 00:06:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95DA6E0B9A; Sun, 23 Dec 2018 00:06:53 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6D93DE0B9A for ; Sun, 23 Dec 2018 00:06:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 07FA5335C39 for ; Sun, 23 Dec 2018 00:06:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED5B04F4 for ; Sun, 23 Dec 2018 00:06:49 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1545521655.362bd2349458517d061b67a351eda6d2f3f29259.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: sci-astronomy/kstars/ X-VCS-Repository: proj/kde X-VCS-Files: sci-astronomy/kstars/kstars-9999.ebuild X-VCS-Directories: sci-astronomy/kstars/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 362bd2349458517d061b67a351eda6d2f3f29259 X-VCS-Branch: master Date: Sun, 23 Dec 2018 00:06:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b8505d4f-58e4-42d4-8780-355f86052f84 X-Archives-Hash: e0fb785a4cc86402617009a3565f5af9 commit: 362bd2349458517d061b67a351eda6d2f3f29259 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Dec 22 23:34:15 2018 +0000 Commit: Andreas Sturmlechner gentoo 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 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.