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 B6CBE1381F1 for ; Mon, 9 Apr 2018 19:59:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11922E0827; Mon, 9 Apr 2018 19:59:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 E6C76E0827 for ; Mon, 9 Apr 2018 19:59:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 1B832335C0A for ; Mon, 9 Apr 2018 19:59:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B78F61B3 for ; Mon, 9 Apr 2018 19:59:12 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1523302483.4dad0553f95ed227931f5d845874082f932fea6b.johu@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: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 4dad0553f95ed227931f5d845874082f932fea6b X-VCS-Branch: master Date: Mon, 9 Apr 2018 19:59:12 +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-Archives-Salt: f66420b2-cb6b-4664-9308-38e163885474 X-Archives-Hash: 635c264254f7fa5c3ab0c31ce8bda7e4 commit: 4dad0553f95ed227931f5d845874082f932fea6b Author: Johannes Huber gentoo org> AuthorDate: Mon Apr 9 19:34:43 2018 +0000 Commit: Johannes Huber gentoo org> CommitDate: Mon Apr 9 19:34:43 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=4dad0553 sci-astronomy/kstars: DEPEND on kauth Upstream commit 5c02d03af5e199d9cf30e6c6ed99abef7d5c21f9 Package-Manager: Portage-2.3.28, Repoman-2.3.9 sci-astronomy/kstars/kstars-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-astronomy/kstars/kstars-9999.ebuild b/sci-astronomy/kstars/kstars-9999.ebuild index 81607ce1b2..96f32324cc 100644 --- a/sci-astronomy/kstars/kstars-9999.ebuild +++ b/sci-astronomy/kstars/kstars-9999.ebuild @@ -16,6 +16,7 @@ REQUIRED_USE="indi? ( fits ) ${PYTHON_REQUIRED_USE}" # TODO: AstrometryNet requires new package COMMON_DEPEND=" + $(add_frameworks_dep kauth) $(add_frameworks_dep kconfig) $(add_frameworks_dep kconfigwidgets) $(add_frameworks_dep kcoreaddons)