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 573EB1382C5 for ; Thu, 1 Mar 2018 14:28:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0233E0986; Thu, 1 Mar 2018 14:28:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 AC838E0985 for ; Thu, 1 Mar 2018 14:28:23 +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 C18C1335C52 for ; Thu, 1 Mar 2018 14:28:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E90F0240 for ; Thu, 1 Mar 2018 14:28:19 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1519914491.a442e5bf35e1fc819d99ffac2573f57ab9d42ca7.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Filter-BufferText/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/XML-Filter-BufferText/XML-Filter-BufferText-1.10.0-r1.ebuild X-VCS-Directories: dev-perl/XML-Filter-BufferText/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a442e5bf35e1fc819d99ffac2573f57ab9d42ca7 X-VCS-Branch: master Date: Thu, 1 Mar 2018 14:28:19 +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: d625c228-1a11-4478-94e7-42abe2bff4e0 X-Archives-Hash: dc802acf7da4bc715fdf29144505cad9 commit: a442e5bf35e1fc819d99ffac2573f57ab9d42ca7 Author: Michał Górny gentoo org> AuthorDate: Thu Mar 1 14:08:41 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Mar 1 14:28:11 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a442e5bf dev-perl/XML-Filter-BufferText: Tested on ~amd64-fbsd dev-perl/XML-Filter-BufferText/XML-Filter-BufferText-1.10.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/XML-Filter-BufferText/XML-Filter-BufferText-1.10.0-r1.ebuild b/dev-perl/XML-Filter-BufferText/XML-Filter-BufferText-1.10.0-r1.ebuild index 4ae474551b3..576efda05cf 100644 --- a/dev-perl/XML-Filter-BufferText/XML-Filter-BufferText-1.10.0-r1.ebuild +++ b/dev-perl/XML-Filter-BufferText/XML-Filter-BufferText-1.10.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Filter to put all characters() in one event" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="" RDEPEND=">=dev-perl/XML-SAX-0.12"