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 5EA68138334 for ; Mon, 11 Mar 2019 21:03:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6050BE0824; Mon, 11 Mar 2019 21:03:09 +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 3036EE0824 for ; Mon, 11 Mar 2019 21:03:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A80E8335C8F for ; Mon, 11 Mar 2019 21:03:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20EC2566 for ; Mon, 11 Mar 2019 21:03:06 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1552338171.36beb1557582a4bcb43c4c52e1db62c0bb4e263e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/advancecomp/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/advancecomp/advancecomp-2.2_pre20190301.ebuild X-VCS-Directories: app-arch/advancecomp/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 36beb1557582a4bcb43c4c52e1db62c0bb4e263e X-VCS-Branch: master Date: Mon, 11 Mar 2019 21:03:06 +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: 27fc0aad-4a4e-474a-a570-d525a492dc65 X-Archives-Hash: 8b1fdce6116a83b7f82d783a9a93d592 commit: 36beb1557582a4bcb43c4c52e1db62c0bb4e263e Author: Roy Bamford gentoo org> AuthorDate: Mon Mar 11 18:34:24 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Mar 11 21:02:51 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36beb155 app-arch/advancecomp: added ~arm64 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Roy Bamford gentoo.org> Signed-off-by: Andreas Sturmlechner gentoo.org> app-arch/advancecomp/advancecomp-2.2_pre20190301.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-arch/advancecomp/advancecomp-2.2_pre20190301.ebuild b/app-arch/advancecomp/advancecomp-2.2_pre20190301.ebuild index 5964048a3b3..6c4a47a17a7 100644 --- a/app-arch/advancecomp/advancecomp-2.2_pre20190301.ebuild +++ b/app-arch/advancecomp/advancecomp-2.2_pre20190301.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/amadvance/advancecomp/archive/${EGIT_COMMIT}.tar.gz LICENSE="GPL-2+ Apache-2.0 LGPL-2.1+ MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd" IUSE="" RDEPEND="app-arch/bzip2:=