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 3DC72139694 for ; Sat, 17 Jun 2017 11:11:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A965C224019; Sat, 17 Jun 2017 11:11:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 86282224019 for ; Sat, 17 Jun 2017 11:11:11 +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 A23793418DA for ; Sat, 17 Jun 2017 11:11:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DDA87748C for ; Sat, 17 Jun 2017 11:11:07 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1497697856.85a22abeb2cd545d506454a91549b9a9087f7201.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/feynmf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tex/feynmf/feynmf-1.08-r5.ebuild X-VCS-Directories: dev-tex/feynmf/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 85a22abeb2cd545d506454a91549b9a9087f7201 X-VCS-Branch: master Date: Sat, 17 Jun 2017 11:11:07 +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: 3e1644ee-b1a4-41ee-bb84-3724a0c600d3 X-Archives-Hash: c80ca460358471110f25cf3eb833d5ff commit: 85a22abeb2cd545d506454a91549b9a9087f7201 Author: Alexis Ballier gentoo org> AuthorDate: Sat Jun 17 10:02:51 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sat Jun 17 11:10:56 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85a22abe dev-tex/feynmf: keyword ~arm64 Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-tex/feynmf/feynmf-1.08-r5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-tex/feynmf/feynmf-1.08-r5.ebuild b/dev-tex/feynmf/feynmf-1.08-r5.ebuild index 397fbe2b1cc..5656bfc5a5c 100644 --- a/dev-tex/feynmf/feynmf-1.08-r5.ebuild +++ b/dev-tex/feynmf/feynmf-1.08-r5.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.gz LICENSE="GPL-2+" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="doc" RDEPEND="dev-texlive/texlive-metapost"