From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1ECF513888F for ; Sat, 10 Oct 2015 14:43:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9909EE0801; Sat, 10 Oct 2015 14:43:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3E1D6E07FB for ; Sat, 10 Oct 2015 14:43:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1F32933FEB1 for ; Sat, 10 Oct 2015 14:43:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51CD827A for ; Sat, 10 Oct 2015 14:43:20 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1444488032.32adb3aefca3a39d9e3be96a6aa9c1434768270b.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Stty/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/IO-Stty/IO-Stty-0.30.0.ebuild X-VCS-Directories: dev-perl/IO-Stty/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 32adb3aefca3a39d9e3be96a6aa9c1434768270b X-VCS-Branch: master Date: Sat, 10 Oct 2015 14:43:20 +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: c4a75054-c319-4b67-a7d8-cde70fff092e X-Archives-Hash: 41ae0875647d36a996ae699e85b8e6ac commit: 32adb3aefca3a39d9e3be96a6aa9c1434768270b Author: Mikle Kolyada gentoo org> AuthorDate: Sat Oct 10 14:39:51 2015 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Oct 10 14:40:32 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32adb3ae dev-perl/IO-Stty: Add ~arm keyword Package-Manager: portage-2.2.20.1 dev-perl/IO-Stty/IO-Stty-0.30.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/IO-Stty/IO-Stty-0.30.0.ebuild b/dev-perl/IO-Stty/IO-Stty-0.30.0.ebuild index e9cd89e..72e458b 100644 --- a/dev-perl/IO-Stty/IO-Stty-0.30.0.ebuild +++ b/dev-perl/IO-Stty/IO-Stty-0.30.0.ebuild @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Change and print terminal line settings" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" IUSE="test" RDEPEND=""