From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1571033-garchives=archives.gentoo.org@lists.gentoo.org> 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 B5552158241 for <garchives@archives.gentoo.org>; Fri, 17 Nov 2023 07:47:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07CA62BC028; Fri, 17 Nov 2023 07:47:29 +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 DFC5C2BC028 for <gentoo-commits@lists.gentoo.org>; Fri, 17 Nov 2023 07:47:28 +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 00B8C335D76 for <gentoo-commits@lists.gentoo.org>; Fri, 17 Nov 2023 07:47:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87CEA139A for <gentoo-commits@lists.gentoo.org>; Fri, 17 Nov 2023 07:47:26 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1700207217.0baff5bb025b5f0571c88096e0f6634a1dd62185.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/file-roller/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/file-roller/file-roller-43.0.ebuild X-VCS-Directories: app-arch/file-roller/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0baff5bb025b5f0571c88096e0f6634a1dd62185 X-VCS-Branch: master Date: Fri, 17 Nov 2023 07:47:26 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ec1ad9c9-d993-49b5-9303-20c799a89c50 X-Archives-Hash: 257c2b8e4e32ecedd19a83aeaeb0f9e7 commit: 0baff5bb025b5f0571c88096e0f6634a1dd62185 Author: Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk> AuthorDate: Wed Nov 15 16:57:07 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Nov 17 07:46:57 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0baff5bb app-arch/file-roller: unkeyword 43.0 for ~alpha Bug: https://bugs.gentoo.org/873523 Signed-off-by: Matoro Mahri <matoro_gentoo <AT> matoro.tk> Signed-off-by: Sam James <sam <AT> gentoo.org> app-arch/file-roller/file-roller-43.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/file-roller/file-roller-43.0.ebuild b/app-arch/file-roller/file-roller-43.0.ebuild index dd6bb32c3bdc..d154d6326008 100644 --- a/app-arch/file-roller/file-roller-43.0.ebuild +++ b/app-arch/file-roller/file-roller-43.0.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/FileRoller" LICENSE="GPL-2+ CC-BY-SA-3.0" SLOT="0" -KEYWORDS="~alpha amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux" IUSE="gtk-doc +introspection nautilus" REQUIRED_USE="gtk-doc? ( introspection )"