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 9008315815E for ; Sun, 11 Feb 2024 08:09:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8B0FE2AFA; Sun, 11 Feb 2024 08:09:39 +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 AFD38E2AF9 for ; Sun, 11 Feb 2024 08:09:39 +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 F3FC834311C for ; Sun, 11 Feb 2024 08:09:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 509EF14E1 for ; Sun, 11 Feb 2024 08:09:35 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1707638922.17979a963eec6b331ab61965ae90a2129e97f0f2.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-user-docs/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/gnome-user-docs/gnome-user-docs-45.1.ebuild X-VCS-Directories: gnome-extra/gnome-user-docs/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 17979a963eec6b331ab61965ae90a2129e97f0f2 X-VCS-Branch: master Date: Sun, 11 Feb 2024 08:09:35 +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: e4a6a28d-8d15-476a-8432-bc1b3bb11dd7 X-Archives-Hash: 9d97b710e66edf21d26cf31cf39c483d commit: 17979a963eec6b331ab61965ae90a2129e97f0f2 Author: Arthur Zamarin gentoo org> AuthorDate: Sun Feb 11 08:08:42 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sun Feb 11 08:08:42 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17979a96 gnome-extra/gnome-user-docs: Stabilize 45.1 x86, #920662 Signed-off-by: Arthur Zamarin gentoo.org> gnome-extra/gnome-user-docs/gnome-user-docs-45.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-extra/gnome-user-docs/gnome-user-docs-45.1.ebuild b/gnome-extra/gnome-user-docs/gnome-user-docs-45.1.ebuild index a1f9d9756020..144162d51803 100644 --- a/gnome-extra/gnome-user-docs/gnome-user-docs-45.1.ebuild +++ b/gnome-extra/gnome-user-docs/gnome-user-docs-45.1.ebuild @@ -9,7 +9,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-user-docs" LICENSE="CC-BY-3.0" SLOT="0" -KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86" IUSE="test" BDEPEND="test? ( dev-libs/libxml2 )"