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 329B6138334 for ; Sat, 21 Jul 2018 11:50:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0D91E0883; Sat, 21 Jul 2018 11:50:39 +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 665ECE0883 for ; Sat, 21 Jul 2018 11:50:39 +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 C735C335D11 for ; Sat, 21 Jul 2018 11:50:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8483D380 for ; Sat, 21 Jul 2018 11:50:34 +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: <1532173815.2d59cf0c157916bb77d0b25f3600b2a17f35d68f.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/libxml-perl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/libxml-perl/libxml-perl-0.80.0-r2.ebuild X-VCS-Directories: dev-perl/libxml-perl/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 2d59cf0c157916bb77d0b25f3600b2a17f35d68f X-VCS-Branch: master Date: Sat, 21 Jul 2018 11:50:34 +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: 6836d33e-86d0-45d1-8751-e6b8bcf1fc6c X-Archives-Hash: e62ea77436870ecbb9901c6b1b98b081 commit: 2d59cf0c157916bb77d0b25f3600b2a17f35d68f Author: Tobias Klausmann gentoo org> AuthorDate: Sat Jul 21 11:49:02 2018 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Sat Jul 21 11:50:15 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d59cf0c dev-perl/libxml-perl-0.80.0-r2: alpha stable Gentoo-Bug: http://bugs.gentoo.org/661190 dev-perl/libxml-perl/libxml-perl-0.80.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/libxml-perl/libxml-perl-0.80.0-r2.ebuild b/dev-perl/libxml-perl/libxml-perl-0.80.0-r2.ebuild index a2e7b902bad..8585cc73cdd 100644 --- a/dev-perl/libxml-perl/libxml-perl-0.80.0-r2.ebuild +++ b/dev-perl/libxml-perl/libxml-perl-0.80.0-r2.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Collection of Perl modules for working with XML" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="" RDEPEND=">=dev-perl/XML-Parser-2.29"