From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id E14A91581B9 for ; Tue, 23 Sep 2025 15:30:17 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id CB810340F6A for ; Tue, 23 Sep 2025 15:30:17 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id C9E77110578; Tue, 23 Sep 2025 15:30:08 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id BDF31110578 for ; Tue, 23 Sep 2025 15:30:08 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5B7F7340DAD for ; Tue, 23 Sep 2025 15:30:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8DE9B3A28 for ; Tue, 23 Sep 2025 15:30:05 +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: <1758641364.96ea94a0aedb3fe4f89dc1e66784c83d18665657.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/icinga-php-library/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/icinga-php-library/icinga-php-library-0.17.0.ebuild X-VCS-Directories: dev-libs/icinga-php-library/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 96ea94a0aedb3fe4f89dc1e66784c83d18665657 X-VCS-Branch: master Date: Tue, 23 Sep 2025 15:30:05 +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: 5ca52c52-8ea5-42cd-9c38-917d6ddfd05a X-Archives-Hash: 79a333de1346d13e29e57bfe60784e61 commit: 96ea94a0aedb3fe4f89dc1e66784c83d18665657 Author: Sam James gentoo org> AuthorDate: Tue Sep 23 15:29:24 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue Sep 23 15:29:24 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96ea94a0 dev-libs/icinga-php-library: Stabilize 0.17.0 x86, #963298 Signed-off-by: Sam James gentoo.org> dev-libs/icinga-php-library/icinga-php-library-0.17.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/icinga-php-library/icinga-php-library-0.17.0.ebuild b/dev-libs/icinga-php-library/icinga-php-library-0.17.0.ebuild index 3ae6c508300b..2a46c631579d 100644 --- a/dev-libs/icinga-php-library/icinga-php-library-0.17.0.ebuild +++ b/dev-libs/icinga-php-library/icinga-php-library-0.17.0.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://github.com/${MY_GITHUB_AUTHOR}/${PN}/archive/refs/tags/v${PV}.t LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 x86" DEPEND="dev-lang/php:*" RDEPEND="${DEPEND}"