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 92B52158013 for ; Fri, 8 Dec 2023 16:29:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 815702BC030; Fri, 8 Dec 2023 16:29:47 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6B99D2BC02F for ; Fri, 8 Dec 2023 16:29:47 +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 AAFBE33FE49 for ; Fri, 8 Dec 2023 16:29:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B82491479 for ; Fri, 8 Dec 2023 16:29:42 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1702052972.ee671262010123863d8a01a914a7bb381d9dc252.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-timezonedb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/pecl-timezonedb/pecl-timezonedb-2021.5.ebuild X-VCS-Directories: dev-php/pecl-timezonedb/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: ee671262010123863d8a01a914a7bb381d9dc252 X-VCS-Branch: master Date: Fri, 8 Dec 2023 16:29:42 +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: d2616ab9-c4d2-4e98-9f5e-d8de870d286f X-Archives-Hash: 92eae68b7c415c115613567afb26f6b5 commit: ee671262010123863d8a01a914a7bb381d9dc252 Author: Matoro Mahri matoro tk> AuthorDate: Fri Dec 8 16:21:01 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Dec 8 16:29:32 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee671262 dev-php/pecl-timezonedb: unkeyword 2021.5 for ~alpha Bug: https://bugs.gentoo.org/873523 Signed-off-by: Matoro Mahri matoro.tk> Signed-off-by: Arthur Zamarin gentoo.org> dev-php/pecl-timezonedb/pecl-timezonedb-2021.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-php/pecl-timezonedb/pecl-timezonedb-2021.5.ebuild b/dev-php/pecl-timezonedb/pecl-timezonedb-2021.5.ebuild index 3aeb79ad8564..0e1221e78721 100644 --- a/dev-php/pecl-timezonedb/pecl-timezonedb-2021.5.ebuild +++ b/dev-php/pecl-timezonedb/pecl-timezonedb-2021.5.ebuild @@ -14,6 +14,6 @@ inherit php-ext-pecl-r3 DESCRIPTION="Timezone Database to be used with PHP's date and time functions" LICENSE="PHP-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86" IUSE="" PHP_EXT_ECONF_ARGS=""