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 C2C76158041 for ; Thu, 22 Feb 2024 20:47:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4832D2BC056; Thu, 22 Feb 2024 20:47:16 +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 2884F2BC056 for ; Thu, 22 Feb 2024 20:47:16 +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 3E11734321A for ; Thu, 22 Feb 2024 20:47:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CBCB614D5 for ; Thu, 22 Feb 2024 20:47:12 +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: <1708634794.7ff9c709615e5cd846bd42112340f2b92740d0bd.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libcloudproviders/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libcloudproviders/libcloudproviders-0.3.5.ebuild X-VCS-Directories: net-libs/libcloudproviders/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 7ff9c709615e5cd846bd42112340f2b92740d0bd X-VCS-Branch: master Date: Thu, 22 Feb 2024 20:47:12 +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: c8ec8a10-8a87-44f9-924b-28ebaaf7a829 X-Archives-Hash: 49ade7433fc5c82404eaed3e415521fd commit: 7ff9c709615e5cd846bd42112340f2b92740d0bd Author: Arthur Zamarin gentoo org> AuthorDate: Thu Feb 22 20:46:34 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Thu Feb 22 20:46:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ff9c709 net-libs/libcloudproviders: Stabilize 0.3.5 arm64, #921406 Signed-off-by: Arthur Zamarin gentoo.org> net-libs/libcloudproviders/libcloudproviders-0.3.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libcloudproviders/libcloudproviders-0.3.5.ebuild b/net-libs/libcloudproviders/libcloudproviders-0.3.5.ebuild index 405b4274abbe..42c62e3a169c 100644 --- a/net-libs/libcloudproviders/libcloudproviders-0.3.5.ebuild +++ b/net-libs/libcloudproviders/libcloudproviders-0.3.5.ebuild @@ -13,7 +13,7 @@ SLOT="0" IUSE="gtk-doc +introspection vala" REQUIRED_USE="vala? ( introspection )" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc x86" +KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc x86" DEPEND=" >=dev-libs/glib-2.56:2[${MULTILIB_USEDEP}]