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 4A673138331 for ; Sat, 14 Apr 2018 11:25:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9E04E0870; Sat, 14 Apr 2018 11:25:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B94FFE0870 for ; Sat, 14 Apr 2018 11:25:07 +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 267D4335C2E for ; Sat, 14 Apr 2018 11:25:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A13C28F for ; Sat, 14 Apr 2018 11:25:03 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1523705039.2a614f20d8050a15d27fb27a14e23746a32b8f41.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/dtach/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/dtach/dtach-0.9.ebuild X-VCS-Directories: app-misc/dtach/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: 2a614f20d8050a15d27fb27a14e23746a32b8f41 X-VCS-Branch: master Date: Sat, 14 Apr 2018 11:25:03 +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: 5c3e6698-9b7a-4a13-bd01-8b763788d216 X-Archives-Hash: b429af320638248556482efbe9333175 commit: 2a614f20d8050a15d27fb27a14e23746a32b8f41 Author: Markus Meier gentoo org> AuthorDate: Sat Apr 14 11:23:59 2018 +0000 Commit: Markus Meier gentoo org> CommitDate: Sat Apr 14 11:23:59 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a614f20 app-misc/dtach: add ~arm64, bug #651582 Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="arm64" app-misc/dtach/dtach-0.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/dtach/dtach-0.9.ebuild b/app-misc/dtach/dtach-0.9.ebuild index c7f69857e23..ebd74b3795e 100644 --- a/app-misc/dtach/dtach-0.9.ebuild +++ b/app-misc/dtach/dtach-0.9.ebuild @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd" +KEYWORDS="alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd" IUSE="" src_install() {