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 62BD0158089 for ; Thu, 2 Nov 2023 04:12:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3921A2BC0F6; Thu, 2 Nov 2023 04:12:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 1B11D2BC0F6 for ; Thu, 2 Nov 2023 04:12:35 +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 5FC80335D2B for ; Thu, 2 Nov 2023 04:12:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0A57AAF for ; Thu, 2 Nov 2023 04:12:31 +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: <1698898258.a5b3cb3816d3be302795ca8285d599e3c05f1f2a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-base/xfconf/ X-VCS-Repository: repo/gentoo X-VCS-Files: xfce-base/xfconf/xfconf-4.18.2.ebuild X-VCS-Directories: xfce-base/xfconf/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a5b3cb3816d3be302795ca8285d599e3c05f1f2a X-VCS-Branch: master Date: Thu, 2 Nov 2023 04:12:31 +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: 261276e8-5d5e-40e6-a982-c5a3d3320151 X-Archives-Hash: fd8b02a2e654873c21acc87078ed19e4 commit: a5b3cb3816d3be302795ca8285d599e3c05f1f2a Author: Sam James gentoo org> AuthorDate: Thu Nov 2 04:06:31 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu Nov 2 04:10:58 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5b3cb38 xfce-base/xfconf: Stabilize 4.18.2 arm, #916666 Signed-off-by: Sam James gentoo.org> xfce-base/xfconf/xfconf-4.18.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xfce-base/xfconf/xfconf-4.18.2.ebuild b/xfce-base/xfconf/xfconf-4.18.2.ebuild index 08ceb8f03fa1..321bf56fab6a 100644 --- a/xfce-base/xfconf/xfconf-4.18.2.ebuild +++ b/xfce-base/xfconf/xfconf-4.18.2.ebuild @@ -14,7 +14,7 @@ HOMEPAGE=" LICENSE="GPL-2+" SLOT="0/3" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris" +KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris" IUSE="debug +introspection vala" REQUIRED_USE="vala? ( introspection )"