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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 494ED15800F for ; Mon, 23 Jan 2023 17:48:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60216E07F9; Mon, 23 Jan 2023 17:48:20 +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 DE0BDE07F9 for ; Mon, 23 Jan 2023 17:48:19 +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 1FFEA340F4D for ; Mon, 23 Jan 2023 17:48:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ABDE4889 for ; Mon, 23 Jan 2023 17:48:17 +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: <1674496048.09aa37fa0f2dfee2a66cca7f011f0aba5d5c8ff2.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/ayatana-ido/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/ayatana-ido/ayatana-ido-0.9.2.ebuild X-VCS-Directories: dev-libs/ayatana-ido/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 09aa37fa0f2dfee2a66cca7f011f0aba5d5c8ff2 X-VCS-Branch: master Date: Mon, 23 Jan 2023 17:48:17 +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: 84fcf730-5bf7-43ad-b77b-454e3f14edbe X-Archives-Hash: 2dab88d39de150aa0035d9609609bcba commit: 09aa37fa0f2dfee2a66cca7f011f0aba5d5c8ff2 Author: Sam James gentoo org> AuthorDate: Mon Jan 23 17:47:28 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jan 23 17:47:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09aa37fa dev-libs/ayatana-ido: Stabilize 0.9.2 amd64, #891471 Signed-off-by: Sam James gentoo.org> dev-libs/ayatana-ido/ayatana-ido-0.9.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/ayatana-ido/ayatana-ido-0.9.2.ebuild b/dev-libs/ayatana-ido/ayatana-ido-0.9.2.ebuild index 29b70383a523..e4a580bea10b 100644 --- a/dev-libs/ayatana-ido/ayatana-ido-0.9.2.ebuild +++ b/dev-libs/ayatana-ido/ayatana-ido-0.9.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -18,7 +18,7 @@ IUSE="test" RESTRICT="test" #RESTRICT="!test? ( test )" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" RDEPEND=" >=dev-libs/glib-2.58:2