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 29B4F138330 for ; Fri, 5 Jan 2018 01:07:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2FE81E0AEF; Fri, 5 Jan 2018 01:07:49 +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 0CBA8E0AEF for ; Fri, 5 Jan 2018 01:07:49 +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 0F3C2335C42 for ; Fri, 5 Jan 2018 01:07:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C594C1A2 for ; Fri, 5 Jan 2018 01:07:46 +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: <1515114420.9f25e345a06b4c4fa50317f332dc9d0bdcfe580b.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/ftpbase/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-ftp/ftpbase/ftpbase-0.01-r2.ebuild X-VCS-Directories: net-ftp/ftpbase/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 9f25e345a06b4c4fa50317f332dc9d0bdcfe580b X-VCS-Branch: master Date: Fri, 5 Jan 2018 01:07:46 +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: 8edaa9f3-eeb0-4065-aacb-a9dbaf7a8749 X-Archives-Hash: cdcd13ff3cb60efb81ced656e4810992 commit: 9f25e345a06b4c4fa50317f332dc9d0bdcfe580b Author: Mart Raudsepp gentoo org> AuthorDate: Fri Jan 5 00:48:31 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Fri Jan 5 01:07:00 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f25e345 net-ftp/ftpbase-0.01-r2: add ~arm64 keyword Closes: https://bugs.gentoo.org/642650 Package-Manager: Portage-2.3.19, Repoman-2.3.6 net-ftp/ftpbase/ftpbase-0.01-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-ftp/ftpbase/ftpbase-0.01-r2.ebuild b/net-ftp/ftpbase/ftpbase-0.01-r2.ebuild index 392c27075c2..272622d3203 100644 --- a/net-ftp/ftpbase/ftpbase-0.01-r2.ebuild +++ b/net-ftp/ftpbase/ftpbase-0.01-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 inherit eutils pam user @@ -9,7 +9,7 @@ SRC_URI="" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="pam" DEPEND="pam? ( virtual/pam )