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 6B598139694 for ; Wed, 31 May 2017 16:23:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0720E0EDF; Wed, 31 May 2017 16:22:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 8ABF8E0EDF for ; Wed, 31 May 2017 16:22:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 95BC2341711 for ; Wed, 31 May 2017 16:22:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5BDC97463 for ; Wed, 31 May 2017 16:22:57 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1496247769.37f98552ee1f76b23c578d764008a7a2689c50d9.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/gforth/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/gforth/gforth-0.7.3.ebuild X-VCS-Directories: dev-lang/gforth/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 37f98552ee1f76b23c578d764008a7a2689c50d9 X-VCS-Branch: master Date: Wed, 31 May 2017 16:22:57 +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: 510ca7f9-9589-4171-abb9-740f2e22d93d X-Archives-Hash: 924f11f0d554ac8533a7fe8d209e7052 commit: 37f98552ee1f76b23c578d764008a7a2689c50d9 Author: Yegor Timoshenko gmail com> AuthorDate: Tue May 16 12:20:50 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Wed May 31 16:22:49 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37f98552 dev-lang/gforth: keyword for ~x64-macos. Closes: https://github.com/gentoo/gentoo/pull/4643 dev-lang/gforth/gforth-0.7.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/gforth/gforth-0.7.3.ebuild b/dev-lang/gforth/gforth-0.7.3.ebuild index fbd1fb07980..bcb4ec21a59 100644 --- a/dev-lang/gforth/gforth-0.7.3.ebuild +++ b/dev-lang/gforth/gforth-0.7.3.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/gforth/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd ~x86-linux ~ppc-macos ~sparc-solaris" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris" IUSE="emacs" DEPEND="dev-libs/ffcall