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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 29CDB158041 for ; Sun, 17 Mar 2024 06:28:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B845BE29E9; Sun, 17 Mar 2024 06:27:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7258AE29E9 for ; Sun, 17 Mar 2024 06:27:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3B49733C1C1 for ; Sun, 17 Mar 2024 06:27:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 800EA152E for ; Sun, 17 Mar 2024 06:27:54 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1710656253.65fb04f04682a53bf4d454ccad4c53ad7310617c.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cache-Memcached-Fast/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.280.0.ebuild X-VCS-Directories: dev-perl/Cache-Memcached-Fast/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 65fb04f04682a53bf4d454ccad4c53ad7310617c X-VCS-Branch: master Date: Sun, 17 Mar 2024 06:27:54 +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: f6a93934-15b5-44f1-9d09-b8098f7b5934 X-Archives-Hash: c3e4c342faa0860c5fe1014b3dff1c25 commit: 65fb04f04682a53bf4d454ccad4c53ad7310617c Author: Matoro Mahri matoro tk> AuthorDate: Sat Mar 16 16:02:27 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sun Mar 17 06:17:33 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65fb04f0 dev-perl/Cache-Memcached-Fast: Keyword 0.280.0 ppc, #924662 Signed-off-by: Matoro Mahri matoro.tk> Signed-off-by: Ionen Wolkens gentoo.org> dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.280.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.280.0.ebuild b/dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.280.0.ebuild index 7cbb12b49780..00da879aafda 100644 --- a/dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.280.0.ebuild +++ b/dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.280.0.ebuild @@ -16,7 +16,7 @@ DESCRIPTION="Perl client for memcached, in C language" # Bug: https://bugs.gentoo.org/718946#c4 LICENSE="|| ( Artistic GPL-1+ ) LGPL-2.1+" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" RDEPEND=" >=virtual/perl-Carp-1.250.0