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 413B8138334 for ; Sat, 30 Nov 2019 00:14:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 410E9E0831; Sat, 30 Nov 2019 00:14:36 +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 26902E0831 for ; Sat, 30 Nov 2019 00:14:36 +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 D31EA34D5D6 for ; Sat, 30 Nov 2019 00:14:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DAA2F8B0 for ; Sat, 30 Nov 2019 00:14:32 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1575072867.cbc5440e1b57aaf23eaeb158b9541bb9f28dbf53.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/gnuconfig/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/gnuconfig/gnuconfig-20190912.ebuild X-VCS-Directories: sys-devel/gnuconfig/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: cbc5440e1b57aaf23eaeb158b9541bb9f28dbf53 X-VCS-Branch: master Date: Sat, 30 Nov 2019 00:14:32 +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: e5483bf5-be60-41fd-9658-7b7ac709a435 X-Archives-Hash: d4e7beedcc2f04fd0a370b4d7007926e commit: cbc5440e1b57aaf23eaeb158b9541bb9f28dbf53 Author: Aaron Bauman gentoo org> AuthorDate: Sat Nov 30 00:12:12 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sat Nov 30 00:14:27 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbc5440e sys-devel/gnuconfig: arm64 stable (bug #701502) Signed-off-by: Aaron Bauman gentoo.org> Package-Manager: Portage-2.3.80, Repoman-2.3.19 sys-devel/gnuconfig/gnuconfig-20190912.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/gnuconfig/gnuconfig-20190912.ebuild b/sys-devel/gnuconfig/gnuconfig-20190912.ebuild index 4c2531767d3..c2e544305fa 100644 --- a/sys-devel/gnuconfig/gnuconfig-20190912.ebuild +++ b/sys-devel/gnuconfig/gnuconfig-20190912.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == "99999999" ]] ; then inherit git-r3 else SRC_URI="https://dev.gentoo.org/~whissi/dist/${PN}/${P}.tar.bz2" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" + KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" S="${WORKDIR}" fi