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 A2B07138334 for ; Fri, 12 Oct 2018 11:16:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB476E09D4; Fri, 12 Oct 2018 11:16:33 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 8CF67E09D4 for ; Fri, 12 Oct 2018 11:16:33 +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 A116E335D0A for ; Fri, 12 Oct 2018 11:16:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 569B2441 for ; Fri, 12 Oct 2018 11:16:28 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1539342974.5dc0165f366f2fd1b90fceb2c67f048d2177fa33.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Multiplex/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/IO-Multiplex/IO-Multiplex-1.160.0-r1.ebuild X-VCS-Directories: dev-perl/IO-Multiplex/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 5dc0165f366f2fd1b90fceb2c67f048d2177fa33 X-VCS-Branch: master Date: Fri, 12 Oct 2018 11:16:28 +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: 4cbba5bd-4efa-4f44-90d2-16f06ac9e869 X-Archives-Hash: c89ed0fcaf6f78a43379745be27e2eb5 commit: 5dc0165f366f2fd1b90fceb2c67f048d2177fa33 Author: Tobias Klausmann gentoo org> AuthorDate: Fri Oct 12 11:15:58 2018 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Fri Oct 12 11:16:14 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dc0165f dev-perl/IO-Multiplex-1.160.0-r1: alpha stable Gentoo-Bug: http://bugs.gentoo.org/667266 Signed-off-by: Tobias Klausmann gentoo.org> dev-perl/IO-Multiplex/IO-Multiplex-1.160.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/IO-Multiplex/IO-Multiplex-1.160.0-r1.ebuild b/dev-perl/IO-Multiplex/IO-Multiplex-1.160.0-r1.ebuild index d555e9867c2..67d015d8351 100644 --- a/dev-perl/IO-Multiplex/IO-Multiplex-1.160.0-r1.ebuild +++ b/dev-perl/IO-Multiplex/IO-Multiplex-1.160.0-r1.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Manage IO on many file handles" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="alpha ~amd64 ~arm ~hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" RDEPEND="virtual/perl-IO"