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 D56DD1396D9 for ; Wed, 11 Oct 2017 19:23:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CBB3E07F6; Wed, 11 Oct 2017 19:23:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 EACAFE07F6 for ; Wed, 11 Oct 2017 19:23:54 +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 B7D1033BEC0 for ; Wed, 11 Oct 2017 19:23:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 78C1A70B7 for ; Wed, 11 Oct 2017 19:23:52 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1507749798.240b754c40911f00ba96a0c52e60ac6dc11e9b2b.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: perl-core/Unicode-Normalize/ X-VCS-Repository: repo/gentoo X-VCS-Files: perl-core/Unicode-Normalize/Unicode-Normalize-1.250.0.ebuild X-VCS-Directories: perl-core/Unicode-Normalize/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 240b754c40911f00ba96a0c52e60ac6dc11e9b2b X-VCS-Branch: master Date: Wed, 11 Oct 2017 19:23:52 +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: 39af9e88-91da-4705-98c8-f73b79c4090d X-Archives-Hash: 2d67a6a30662acce22c0bd5ab505bdce commit: 240b754c40911f00ba96a0c52e60ac6dc11e9b2b Author: Kent Fredric gentoo org> AuthorDate: Wed Oct 11 19:22:19 2017 +0000 Commit: Kent Fredric gentoo org> CommitDate: Wed Oct 11 19:23:18 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=240b754c perl-core/Unicode-Normalize: Dekeyword This was only needed historically for Perl <5.24 who wanted a newer Unicode-Normalise but not a newer Perl. Now that 5.24 is stable, this package should not be installable. Additionally, it is broken and needs patching to work on 5.26+ Closes: https://bugs.gentoo.org/634020 Package-Manager: Portage-2.3.8, Repoman-2.3.3 perl-core/Unicode-Normalize/Unicode-Normalize-1.250.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/perl-core/Unicode-Normalize/Unicode-Normalize-1.250.0.ebuild b/perl-core/Unicode-Normalize/Unicode-Normalize-1.250.0.ebuild index 73e3af5bd2c..01e5e85d110 100644 --- a/perl-core/Unicode-Normalize/Unicode-Normalize-1.250.0.ebuild +++ b/perl-core/Unicode-Normalize/Unicode-Normalize-1.250.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Unicode Normalization Forms" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="" IUSE="" RDEPEND="