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 D2481158004 for ; Tue, 4 Jul 2023 13:59:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9080CE0885; Tue, 4 Jul 2023 13:59:52 +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 7478FE088C for ; Tue, 4 Jul 2023 13:59:52 +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 EE306340F3C for ; Tue, 4 Jul 2023 13:59:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50BFDACE for ; Tue, 4 Jul 2023 13:59:48 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1688479158.6d5f43268cfa3e763c28e6458d4cfde54261b635.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/webmozart-assert/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/webmozart-assert/webmozart-assert-1.10.0.ebuild X-VCS-Directories: dev-php/webmozart-assert/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6d5f43268cfa3e763c28e6458d4cfde54261b635 X-VCS-Branch: master Date: Tue, 4 Jul 2023 13:59:48 +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: 71e99157-7833-40bc-a481-fda5db0089a4 X-Archives-Hash: c67a2cd7ff136ed5ecb69917c32cf127 commit: 6d5f43268cfa3e763c28e6458d4cfde54261b635 Author: Sam James gentoo org> AuthorDate: Tue Jul 4 13:59:18 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jul 4 13:59:18 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d5f4326 dev-php/webmozart-assert: Stabilize 1.10.0 amd64, #909613 Signed-off-by: Sam James gentoo.org> dev-php/webmozart-assert/webmozart-assert-1.10.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-php/webmozart-assert/webmozart-assert-1.10.0.ebuild b/dev-php/webmozart-assert/webmozart-assert-1.10.0.ebuild index 6195f3353de1..0001c82eaceb 100644 --- a/dev-php/webmozart-assert/webmozart-assert-1.10.0.ebuild +++ b/dev-php/webmozart-assert/webmozart-assert-1.10.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/webmozart/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar. LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ppc64 ~s390 sparc x86" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ppc64 ~s390 sparc x86" IUSE="" S="${WORKDIR}/${MY_PN}-${PV}"