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 7111D138350 for ; Mon, 10 Feb 2020 21:55:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32700E088F; Mon, 10 Feb 2020 21:55:04 +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 1473BE0897 for ; Mon, 10 Feb 2020 21:55:04 +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 64B0734E9E7 for ; Mon, 10 Feb 2020 21:55:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F4E214F for ; Mon, 10 Feb 2020 21:54:58 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1581371640.7b24280ff283c77c1fe3bc1af1fa0836ce720bc2.dilfridge@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: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 7b24280ff283c77c1fe3bc1af1fa0836ce720bc2 X-VCS-Branch: master Date: Mon, 10 Feb 2020 21:54:58 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: db013a58-43bb-4430-9e1b-40414af1ca90 X-Archives-Hash: 13814ee1689056f4c5f59d514aa60bad commit: 7b24280ff283c77c1fe3bc1af1fa0836ce720bc2 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Feb 2 06:18:49 2020 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Mon Feb 10 21:54:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b24280f perl-core/Thread-Semaphore: Drop keywords Package-Manager: Portage-2.3.85, Repoman-2.3.20 Signed-off-by: Andreas K. Hüttel gentoo.org> 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 2f8dc8c3c5c..222a24385b5 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-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # 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="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64-cygwin" +KEYWORDS="" IUSE="" RDEPEND="virtual/perl-threads-shared