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 19BB41396D9 for ; Fri, 10 Nov 2017 17:00:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4AA32E0F20; Fri, 10 Nov 2017 17:00:41 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 2C2FCE0F20 for ; Fri, 10 Nov 2017 17:00:41 +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 E621C34069A for ; Fri, 10 Nov 2017 17:00:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68F0B989B for ; Fri, 10 Nov 2017 17:00:38 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1510333220.53b7b6a14b198280c79846ac7c70fc2dfa6dd0c5.mattst88@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: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 53b7b6a14b198280c79846ac7c70fc2dfa6dd0c5 X-VCS-Branch: master Date: Fri, 10 Nov 2017 17:00:38 +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: 966571b7-2cb7-4537-b5e6-3acf2d9c7aed X-Archives-Hash: 8b63ff304aa29991edb497af5fc51728 commit: 53b7b6a14b198280c79846ac7c70fc2dfa6dd0c5 Author: Matt Turner gentoo org> AuthorDate: Fri Nov 10 17:00:20 2017 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Nov 10 17:00:20 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53b7b6a1 dev-perl/IO-Stty-0.30.0: added ~mips, bug 636702 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 05c3a957e3a..d197f6c104e 100644 --- a/dev-perl/IO-Stty/IO-Stty-0.30.0.ebuild +++ b/dev-perl/IO-Stty/IO-Stty-0.30.0.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Change and print terminal line settings" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ppc ~ppc64 sparc x86" +KEYWORDS="amd64 ~arm ~ia64 ~mips ppc ~ppc64 sparc x86" IUSE="test" RDEPEND=""