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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 11A5C15808B for ; Tue, 15 Feb 2022 21:21:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26A3BE07D9; Tue, 15 Feb 2022 21:21:40 +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 053BCE079C for ; Tue, 15 Feb 2022 21:21:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 smtp.gentoo.org (Postfix) with ESMTPS id CAFCD343212 for ; Tue, 15 Feb 2022 21:21:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D7281F1 for ; Tue, 15 Feb 2022 21:21:37 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1644960080.77e9c018677a608ad76ad53b2374a807dec7204f.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-crack/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/pecl-crack/pecl-crack-0.4-r8.ebuild X-VCS-Directories: dev-php/pecl-crack/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 77e9c018677a608ad76ad53b2374a807dec7204f X-VCS-Branch: master Date: Tue, 15 Feb 2022 21:21:37 +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: 1a662251-ff3d-4d65-af52-292cd33e51fc X-Archives-Hash: 09bc94a7ddcfa04bb682d6fd4b841dd5 commit: 77e9c018677a608ad76ad53b2374a807dec7204f Author: Jakov Smolić gentoo org> AuthorDate: Tue Feb 15 21:21:20 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Tue Feb 15 21:21:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77e9c018 dev-php/pecl-crack: Stabilize 0.4-r8 amd64, #833425 Signed-off-by: Jakov Smolić gentoo.org> dev-php/pecl-crack/pecl-crack-0.4-r8.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-php/pecl-crack/pecl-crack-0.4-r8.ebuild b/dev-php/pecl-crack/pecl-crack-0.4-r8.ebuild index def1519d1013..c4eede70430f 100644 --- a/dev-php/pecl-crack/pecl-crack-0.4-r8.ebuild +++ b/dev-php/pecl-crack/pecl-crack-0.4-r8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -13,7 +13,7 @@ USE_PHP="php7-3 php7-4 php8-0" inherit php-ext-pecl-r3 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~ppc ~ppc64 ~x86" DESCRIPTION="PHP interface to the cracklib libraries" LICENSE="PHP-3 CRACKLIB"