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 C3A93138334 for ; Sat, 1 Sep 2018 07:20:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6BFA3E0872; Sat, 1 Sep 2018 07:20:22 +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 403D8E0872 for ; Sat, 1 Sep 2018 07:20:22 +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 4F3B3335CA0 for ; Sat, 1 Sep 2018 07:20:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A6DB3D1 for ; Sat, 1 Sep 2018 07:20:10 +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: <1535786255.9f5f42c4607a850d4aa13ee988e8f06a20012dd4.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: perl-core/Thread-Semaphore/ X-VCS-Repository: repo/gentoo X-VCS-Files: perl-core/Thread-Semaphore/Thread-Semaphore-2.120.0-r1.ebuild X-VCS-Directories: perl-core/Thread-Semaphore/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 9f5f42c4607a850d4aa13ee988e8f06a20012dd4 X-VCS-Branch: master Date: Sat, 1 Sep 2018 07:20:10 +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: b5c83f6a-32ed-4dfb-a909-982751d6952b X-Archives-Hash: f4115ae05d4924dafffdc0649c35649b commit: 9f5f42c4607a850d4aa13ee988e8f06a20012dd4 Author: Kent Fredric gentoo org> AuthorDate: Sat Sep 1 06:18:58 2018 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sat Sep 1 07:17:35 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f5f42c4 perl-core/Thread-Semaphore: Spread ~ on stable/dev/exp arches from perl Spreading ~alpha ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x64-cygwin from dev-lang/perl, as Thread-Semaphore is part of perl itself, and if indeed this package doesn't work, then perl doesn't work either. Package-Manager: Portage-2.3.40, Repoman-2.3.9 perl-core/Thread-Semaphore/Thread-Semaphore-2.120.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/perl-core/Thread-Semaphore/Thread-Semaphore-2.120.0-r1.ebuild b/perl-core/Thread-Semaphore/Thread-Semaphore-2.120.0-r1.ebuild index 1ddc4c84d09..7fa4e3748b9 100644 --- a/perl-core/Thread-Semaphore/Thread-Semaphore-2.120.0-r1.ebuild +++ b/perl-core/Thread-Semaphore/Thread-Semaphore-2.120.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 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="Thread-safe semaphores" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-cygwin" IUSE="" RDEPEND="virtual/perl-threads-shared