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 E9EC1138359 for ; Mon, 20 Jul 2020 06:42:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5DCEAE08F5; Mon, 20 Jul 2020 06:42:49 +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 42E05E08F1 for ; Mon, 20 Jul 2020 06:42:49 +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 5223034F433 for ; Mon, 20 Jul 2020 06:42:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 09C3A2EC for ; Mon, 20 Jul 2020 06:42:45 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1595227252.0b1a1b9a233a6eefc6a7fd7d08778d5e74ce7675.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/pyephem/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-astronomy/pyephem/pyephem-3.7.7.1.ebuild X-VCS-Directories: sci-astronomy/pyephem/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 0b1a1b9a233a6eefc6a7fd7d08778d5e74ce7675 X-VCS-Branch: master Date: Mon, 20 Jul 2020 06:42:45 +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: 3a7fc7f9-1ec2-4464-8dbe-b96684c8843b X-Archives-Hash: e10789761e3620dba979573979d2027c commit: 0b1a1b9a233a6eefc6a7fd7d08778d5e74ce7675 Author: Agostino Sarubbo gentoo org> AuthorDate: Mon Jul 20 06:40:52 2020 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Mon Jul 20 06:40:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b1a1b9a sci-astronomy/pyephem: amd64 stable wrt bug #732070 Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> sci-astronomy/pyephem/pyephem-3.7.7.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-astronomy/pyephem/pyephem-3.7.7.1.ebuild b/sci-astronomy/pyephem/pyephem-3.7.7.1.ebuild index ca3f8d683fa..00d9e137a2f 100644 --- a/sci-astronomy/pyephem/pyephem-3.7.7.1.ebuild +++ b/sci-astronomy/pyephem/pyephem-3.7.7.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/brandon-rhodes/${PN}/archive/v${PV}.tar.gz -> ${P}.t LICENSE="LGPL-3" SLOT="0" -KEYWORDS="~amd64 ~ppc x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux" IUSE="doc test" DEPEND="doc? ( dev-python/sphinx )"