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 07ED2158013 for ; Fri, 8 Dec 2023 16:29:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30D662BC027; 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 1A3A82BC027 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 0D7853407E6 for ; Fri, 8 Dec 2023 16:29:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20E8B147E for ; Fri, 8 Dec 2023 16:29:43 +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: <1702052973.8fbc1e0b41352e4f4470b1f9885a8813c1037c03.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PHP_Timer/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/PHP_Timer/PHP_Timer-2.1.2-r1.ebuild dev-php/PHP_Timer/PHP_Timer-5.0.3.ebuild X-VCS-Directories: dev-php/PHP_Timer/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 8fbc1e0b41352e4f4470b1f9885a8813c1037c03 X-VCS-Branch: master Date: Fri, 8 Dec 2023 16:29:43 +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: bd649c47-d87e-48c9-9568-abd5bd3eeb2a X-Archives-Hash: 9ac551f7a0bf46fb4fc73a4a58d0d346 commit: 8fbc1e0b41352e4f4470b1f9885a8813c1037c03 Author: Matoro Mahri matoro tk> AuthorDate: Fri Dec 8 16:22:10 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Dec 8 16:29:33 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fbc1e0b dev-php/PHP_Timer: unkeyword all for ~alpha Bug: https://bugs.gentoo.org/873523 Signed-off-by: Matoro Mahri matoro.tk> Signed-off-by: Arthur Zamarin gentoo.org> dev-php/PHP_Timer/PHP_Timer-2.1.2-r1.ebuild | 4 ++-- dev-php/PHP_Timer/PHP_Timer-5.0.3.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-php/PHP_Timer/PHP_Timer-2.1.2-r1.ebuild b/dev-php/PHP_Timer/PHP_Timer-2.1.2-r1.ebuild index 5ce35bafda96..de753dcb6ad6 100644 --- a/dev-php/PHP_Timer/PHP_Timer-2.1.2-r1.ebuild +++ b/dev-php/PHP_Timer/PHP_Timer-2.1.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/sebastianbergmann/${MY_PN}/archive/${PV}.tar.gz -> $ LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86" +KEYWORDS="amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86" IUSE="" S="${WORKDIR}/${MY_PN}-${PV}" diff --git a/dev-php/PHP_Timer/PHP_Timer-5.0.3.ebuild b/dev-php/PHP_Timer/PHP_Timer-5.0.3.ebuild index 411c705df558..5c52772e8cbb 100644 --- a/dev-php/PHP_Timer/PHP_Timer-5.0.3.ebuild +++ b/dev-php/PHP_Timer/PHP_Timer-5.0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/sebastianbergmann/${MY_PN}/archive/${PV}.tar.gz -> $ LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86" IUSE="" S="${WORKDIR}/${MY_PN}-${PV}"