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 56956139085 for ; Wed, 21 Dec 2016 12:43:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08789E0F59; Wed, 21 Dec 2016 12:42:26 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DBCDEE0F59 for ; Wed, 21 Dec 2016 12:42:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 02F58340F27 for ; Wed, 21 Dec 2016 12:42:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC22F24E6 for ; Wed, 21 Dec 2016 12:42:14 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1482323996.e1ae2bf9ea70baeebc6b672cd594a5f02cf9651f.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/erfa/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-astronomy/erfa/erfa-1.2.0.ebuild X-VCS-Directories: sci-astronomy/erfa/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: e1ae2bf9ea70baeebc6b672cd594a5f02cf9651f X-VCS-Branch: master Date: Wed, 21 Dec 2016 12:42:14 +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: 48c8996e-5487-4775-bcc7-da2f9f2a112a X-Archives-Hash: df060b5256bdf583fcebee56285d0ebb commit: e1ae2bf9ea70baeebc6b672cd594a5f02cf9651f Author: Tobias Klausmann gentoo org> AuthorDate: Wed Dec 21 12:39:56 2016 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Wed Dec 21 12:39:56 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1ae2bf9 sci-astronomy/erfa-1.2.0-r0: stable on amd64 Gentoo-Bug: 599852 sci-astronomy/erfa/erfa-1.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-astronomy/erfa/erfa-1.2.0.ebuild b/sci-astronomy/erfa/erfa-1.2.0.ebuild index 8cb250c..cffb9f9 100644 --- a/sci-astronomy/erfa/erfa-1.2.0.ebuild +++ b/sci-astronomy/erfa/erfa-1.2.0.ebuild @@ -14,5 +14,5 @@ SRC_URI="https://github.com/liberfa/erfa/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0/1" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="static-libs"