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 E4138138335 for ; Fri, 15 Feb 2019 18:24:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 174AEE08A6; Fri, 15 Feb 2019 18:24:44 +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 E1201E08A6 for ; Fri, 15 Feb 2019 18:24:43 +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 7442A335CDD for ; Fri, 15 Feb 2019 18:24:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1BB06541 for ; Fri, 15 Feb 2019 18:24:41 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1550255064.0b96b2dd33b1bfad0226de96b6a3fef36b4324bc.zlogene@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: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 0b96b2dd33b1bfad0226de96b6a3fef36b4324bc X-VCS-Branch: master Date: Fri, 15 Feb 2019 18:24:41 +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: a467f0e1-4850-4797-b9c1-693b0350f853 X-Archives-Hash: 041485b745a14fd7216a1cceb3cba143 commit: 0b96b2dd33b1bfad0226de96b6a3fef36b4324bc Author: Mikle Kolyada gentoo org> AuthorDate: Fri Feb 15 18:24:24 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Fri Feb 15 18:24:24 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b96b2dd sci-astronomy/kstars: amd64 stable wrt bug #676428 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64" 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 7746c2b0040..6fd64bafb98 100644 --- a/sci-astronomy/kstars/kstars-3.0.0.ebuild +++ b/sci-astronomy/kstars/kstars-3.0.0.ebuild @@ -9,7 +9,7 @@ inherit kde5 python-single-r1 if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz" - KEYWORDS="~amd64 x86" + KEYWORDS="amd64 x86" fi DESCRIPTION="Desktop Planetarium"