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 3AA9713835A for ; Mon, 24 Aug 2020 12:01:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3EB06E0891; Mon, 24 Aug 2020 12:01: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 234CDE0874 for ; Mon, 24 Aug 2020 12:01:53 +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 1DB88340D39 for ; Mon, 24 Aug 2020 12:01:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 86414330 for ; Mon, 24 Aug 2020 12:01:50 +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: <1598270328.0ad6a0d3d425322aea64df9649192eaa44ae744a.asturm@gentoo> Subject: [gentoo-commits] proj/kde-sunset:master commit in: kde-apps/kstars/ X-VCS-Repository: proj/kde-sunset X-VCS-Files: kde-apps/kstars/kstars-4.14.3-r1.ebuild kde-apps/kstars/metadata.xml X-VCS-Directories: kde-apps/kstars/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0ad6a0d3d425322aea64df9649192eaa44ae744a X-VCS-Branch: master Date: Mon, 24 Aug 2020 12:01:50 +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: a762babe-056a-4033-97da-aa2002255031 X-Archives-Hash: c3db0dd3b36381e915293b16ce1b8fd6 commit: 0ad6a0d3d425322aea64df9649192eaa44ae744a Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Aug 24 11:35:36 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Aug 24 11:58:48 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=0ad6a0d3 kde-apps/kstars: Add missing IUSE descriptions, drop ~arm Missing ~arm keyword on indilib. Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kstars/kstars-4.14.3-r1.ebuild | 4 ++-- kde-apps/kstars/metadata.xml | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/kde-apps/kstars/kstars-4.14.3-r1.ebuild b/kde-apps/kstars/kstars-4.14.3-r1.ebuild index fc4614c6..7acbc163 100644 --- a/kde-apps/kstars/kstars-4.14.3-r1.ebuild +++ b/kde-apps/kstars/kstars-4.14.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ inherit flag-o-matic kde4-base DESCRIPTION="KDE Desktop Planetarium" HOMEPAGE="https://www.kde.org/applications/education/kstars https://edu.kde.org/kstars" -KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" IUSE="debug fits indi" REQUIRED_USE="indi? ( fits )" diff --git a/kde-apps/kstars/metadata.xml b/kde-apps/kstars/metadata.xml index 6f49eba8..69b77403 100644 --- a/kde-apps/kstars/metadata.xml +++ b/kde-apps/kstars/metadata.xml @@ -2,4 +2,8 @@ + + Enable support for NASA's sci-libs/cfitsio library + Enable support for Astronomical control library using libindi +