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 3A3091382C5 for ; Sat, 14 Apr 2018 11:25:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41DADE0857; Sat, 14 Apr 2018 11:25:07 +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 19D7CE0857 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 05F67335C76 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 037EE28D 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: <1523705021.50a957b0aa8efc887cc074355f177c6cd0cacc77.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-Blowfish/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.140.0-r1.ebuild X-VCS-Directories: dev-perl/Crypt-Blowfish/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: 50a957b0aa8efc887cc074355f177c6cd0cacc77 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: cb58554e-2183-4814-9398-c13090ea858b X-Archives-Hash: 1ca1d2712d58cda6473c2720504dd3fe commit: 50a957b0aa8efc887cc074355f177c6cd0cacc77 Author: Markus Meier gentoo org> AuthorDate: Sat Apr 14 11:23:41 2018 +0000 Commit: Markus Meier gentoo org> CommitDate: Sat Apr 14 11:23:41 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50a957b0 dev-perl/Crypt-Blowfish: add ~arm64, bug #652576 Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="arm64" dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.140.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.140.0-r1.ebuild b/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.140.0-r1.ebuild index 43f20047919..6248a43391c 100644 --- a/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.140.0-r1.ebuild +++ b/dev-perl/Crypt-Blowfish/Crypt-Blowfish-2.140.0-r1.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="Crypt::Blowfish module for perl" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="" SRC_TEST="do"