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 68C65158094 for ; Fri, 16 Sep 2022 12:38:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1CCEE0886; Fri, 16 Sep 2022 12:38:06 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9A84EE0886 for ; Fri, 16 Sep 2022 12:38:06 +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 6BFAE340CEE for ; Fri, 16 Sep 2022 12:38:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E013B5D7 for ; Fri, 16 Sep 2022 12:38:03 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1663331821.eb069d4823d9c1cbc10d8e2a7e83159784960601.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/smarty/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/smarty/smarty-4.2.1.ebuild X-VCS-Directories: dev-php/smarty/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: eb069d4823d9c1cbc10d8e2a7e83159784960601 X-VCS-Branch: master Date: Fri, 16 Sep 2022 12:38:03 +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: fb6b8c6d-106c-4b9f-8e3b-bee1534ef794 X-Archives-Hash: 37da37c211fd46f7e76788fe06a15ec1 commit: eb069d4823d9c1cbc10d8e2a7e83159784960601 Author: Michael Orlitzky gentoo org> AuthorDate: Fri Sep 16 12:33:04 2022 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Fri Sep 16 12:37:01 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb069d48 dev-php/smarty: stabilize 4.2.1 (ALLARCHES). Bug: https://bugs.gentoo.org/870100 Signed-off-by: Michael Orlitzky gentoo.org> dev-php/smarty/smarty-4.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-php/smarty/smarty-4.2.1.ebuild b/dev-php/smarty/smarty-4.2.1.ebuild index d19caaedccde..882ec1a65927 100644 --- a/dev-php/smarty/smarty-4.2.1.ebuild +++ b/dev-php/smarty/smarty-4.2.1.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/smarty-php/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="LGPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86" # PHP unicode support is detected at runtime, and the cached templates # that smarty generates depend on it. If, later on, PHP is reinstalled