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 34AD0138330 for ; Wed, 30 May 2018 12:03:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53E59E0729; Wed, 30 May 2018 12:03:21 +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 2B9FFE0729 for ; Wed, 30 May 2018 12:03:21 +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 9F3B7335C30 for ; Wed, 30 May 2018 12:03:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E2C1D2B7 for ; Wed, 30 May 2018 12:03:17 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1527681783.3d0598f23fc67ea998f384c25b6083a9676da027.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/make/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/make/make-4.2.1.ebuild X-VCS-Directories: sys-devel/make/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 3d0598f23fc67ea998f384c25b6083a9676da027 X-VCS-Branch: master Date: Wed, 30 May 2018 12:03:17 +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: 3d04dd18-4973-4d68-bb50-39948263fc83 X-Archives-Hash: 4c82c9315bcbdae24dbd3370cd4d7fe9 commit: 3d0598f23fc67ea998f384c25b6083a9676da027 Author: Mart Raudsepp gentoo org> AuthorDate: Wed May 30 10:09:52 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Wed May 30 12:03:03 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d0598f2 sys-devel/make-4.2.1: arm64 stable Package-Manager: Portage-2.3.28, Repoman-2.3.9 sys-devel/make/make-4.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/make/make-4.2.1.ebuild b/sys-devel/make/make-4.2.1.ebuild index 05d12e38104..807b071729f 100644 --- a/sys-devel/make/make-4.2.1.ebuild +++ b/sys-devel/make/make-4.2.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu//make/${P}.tar.bz2" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="guile nls static" CDEPEND="guile? ( >=dev-scheme/guile-1.8:= )"