From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1432232-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 361F7158094 for <garchives@archives.gentoo.org>; Wed, 31 Aug 2022 02:47:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E693E0876; Wed, 31 Aug 2022 02:47:54 +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 5916DE0877 for <gentoo-commits@lists.gentoo.org>; Wed, 31 Aug 2022 02:47:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9CF3D341314 for <gentoo-commits@lists.gentoo.org>; Wed, 31 Aug 2022 02:47:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B0865BF for <gentoo-commits@lists.gentoo.org>; Wed, 31 Aug 2022 02:47:51 +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: <1661914010.2aa0a449e4872ff794187857f8df5ebd0721e952.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xdg-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xdg-utils/xdg-utils-1.1.3_p20210805.ebuild X-VCS-Directories: x11-misc/xdg-utils/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2aa0a449e4872ff794187857f8df5ebd0721e952 X-VCS-Branch: master Date: Wed, 31 Aug 2022 02:47:51 +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: d87414e1-02bf-4204-81c5-7b274da7ac76 X-Archives-Hash: bd15947b2140e2b5a2e5e15763b98952 commit: 2aa0a449e4872ff794187857f8df5ebd0721e952 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Aug 31 02:46:50 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Aug 31 02:46:50 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2aa0a449 x11-misc/xdg-utils: Stabilize 1.1.3_p20210805 x86, #867607 Signed-off-by: Sam James <sam <AT> gentoo.org> x11-misc/xdg-utils/xdg-utils-1.1.3_p20210805.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/xdg-utils/xdg-utils-1.1.3_p20210805.ebuild b/x11-misc/xdg-utils/xdg-utils-1.1.3_p20210805.ebuild index f942657e8390..ef2a4712677c 100644 --- a/x11-misc/xdg-utils/xdg-utils-1.1.3_p20210805.ebuild +++ b/x11-misc/xdg-utils/xdg-utils-1.1.3_p20210805.ebuild @@ -15,7 +15,7 @@ S="${WORKDIR}"/xdg-utils-${MY_COMMIT} LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux" IUSE="dbus doc gnome" REQUIRED_USE="gnome? ( dbus )"