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 280ED138334 for ; Sun, 23 Dec 2018 01:27:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29BB1E0BA1; Sun, 23 Dec 2018 01:27:34 +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 02B4AE0BA1 for ; Sun, 23 Dec 2018 01:27:34 +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 A83E5335C16 for ; Sun, 23 Dec 2018 01:27:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E67C4E4 for ; Sun, 23 Dec 2018 01:27:30 +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: <1545528436.0cfdf6523b31ecc5ff5c2ca8b66488ee7e0f0ab6.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/kstars/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-astronomy/kstars/kstars-3.0.0.ebuild X-VCS-Directories: sci-astronomy/kstars/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0cfdf6523b31ecc5ff5c2ca8b66488ee7e0f0ab6 X-VCS-Branch: master Date: Sun, 23 Dec 2018 01:27:30 +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: fd15511a-b4dc-4d67-a84d-7d307937e776 X-Archives-Hash: 5303a4aacaf3f1b71dc3fa249051c480 commit: 0cfdf6523b31ecc5ff5c2ca8b66488ee7e0f0ab6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Dec 23 01:27:16 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Dec 23 01:27:16 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cfdf652 sci-astronomy/kstars: DEPEND on >=sci-libs/indilib-1.7.5 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> sci-astronomy/kstars/kstars-3.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-astronomy/kstars/kstars-3.0.0.ebuild b/sci-astronomy/kstars/kstars-3.0.0.ebuild index 0470bb39177..eb48d612186 100644 --- a/sci-astronomy/kstars/kstars-3.0.0.ebuild +++ b/sci-astronomy/kstars/kstars-3.0.0.ebuild @@ -44,7 +44,7 @@ COMMON_DEPEND=" $(add_qt_dep qtwidgets) sys-libs/zlib fits? ( sci-libs/cfitsio ) - indi? ( >=sci-libs/indilib-1.4.0 ) + indi? ( >=sci-libs/indilib-1.7.5 ) password? ( dev-libs/qtkeychain:= ) raw? ( media-libs/libraw:= ) wcs? ( sci-astronomy/wcslib )