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 780AC158090 for ; Thu, 19 May 2022 05:08:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1BA12E092D; Thu, 19 May 2022 05:08:46 +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 EB30DE092C for ; Thu, 19 May 2022 05:08:45 +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 370E9341715 for ; Thu, 19 May 2022 05:08:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 329E34D9 for ; Thu, 19 May 2022 05:08:41 +0000 (UTC) From: "WANG Xuerui" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "WANG Xuerui" Message-ID: <1652936869.8f4d265a5832ce41fd56bef3cf9090c86e334d91.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/dconf/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-base/dconf/dconf-0.40.0.ebuild X-VCS-Directories: gnome-base/dconf/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 8f4d265a5832ce41fd56bef3cf9090c86e334d91 X-VCS-Branch: master Date: Thu, 19 May 2022 05:08:41 +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: 8ba63e57-683d-4f83-a066-b31e978451f9 X-Archives-Hash: d294ea1fcb63789d777fa081a6286735 commit: 8f4d265a5832ce41fd56bef3cf9090c86e334d91 Author: WANG Xuerui gentoo org> AuthorDate: Thu May 19 05:05:03 2022 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Thu May 19 05:07:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f4d265a gnome-base/dconf: keyword 0.40.0 for ~loong Tests passed on real hardware. Signed-off-by: WANG Xuerui gentoo.org> gnome-base/dconf/dconf-0.40.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnome-base/dconf/dconf-0.40.0.ebuild b/gnome-base/dconf/dconf-0.40.0.ebuild index ceacf61216f5..cdef334d4521 100644 --- a/gnome-base/dconf/dconf-0.40.0.ebuild +++ b/gnome-base/dconf/dconf-0.40.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/dconf" LICENSE="LGPL-2.1+" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x86-linux" IUSE="gtk-doc" RESTRICT="!test? ( test )" # IUSE=test comes from virtualx.eclass