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 84CA315ACFC for ; Fri, 5 May 2023 09:34:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3643E091D; Fri, 5 May 2023 09:34:14 +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 A97A3E091D for ; Fri, 5 May 2023 09:34:14 +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 B5AD2341000 for ; Fri, 5 May 2023 09:34:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4EFF98AC for ; Fri, 5 May 2023 09:34: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: <1683279244.9f124d0573ea8567defa8f657b51deb628e55796.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/gnome-autoar/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/gnome-autoar/gnome-autoar-0.4.4.ebuild X-VCS-Directories: app-arch/gnome-autoar/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 9f124d0573ea8567defa8f657b51deb628e55796 X-VCS-Branch: master Date: Fri, 5 May 2023 09:34: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: 1c5e3e0c-d529-40e0-9994-acf1c0297d13 X-Archives-Hash: 92d504e1c9997540d2d0234b8941f8fd commit: 9f124d0573ea8567defa8f657b51deb628e55796 Author: Arthur Zamarin gentoo org> AuthorDate: Fri May 5 09:34:04 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri May 5 09:34:04 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f124d05 app-arch/gnome-autoar: Stabilize 0.4.4 arm64, #905538 Signed-off-by: Arthur Zamarin gentoo.org> app-arch/gnome-autoar/gnome-autoar-0.4.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/gnome-autoar/gnome-autoar-0.4.4.ebuild b/app-arch/gnome-autoar/gnome-autoar-0.4.4.ebuild index c61c8ede4456..b9065f4e4615 100644 --- a/app-arch/gnome-autoar/gnome-autoar-0.4.4.ebuild +++ b/app-arch/gnome-autoar/gnome-autoar-0.4.4.ebuild @@ -15,7 +15,7 @@ IUSE="gtk gtk-doc +introspection test vala" REQUIRED_USE="vala? ( introspection ) gtk-doc? ( gtk )" RESTRICT="!test? ( test )" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86" +KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86" RDEPEND=" >=app-arch/libarchive-3.4.0:=