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 71F9915ACFC for ; Tue, 2 May 2023 18:23:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B28E3E09D5; Tue, 2 May 2023 18:23:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 946E7E09D5 for ; Tue, 2 May 2023 18:23:53 +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 A1987335D85 for ; Tue, 2 May 2023 18:23:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3CF3E8E4 for ; Tue, 2 May 2023 18:23:51 +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: <1683051821.bcff87f8d65703223eb092458e48f94f95ad462a.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/gnote/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/gnote/gnote-44.0.ebuild X-VCS-Directories: app-misc/gnote/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: bcff87f8d65703223eb092458e48f94f95ad462a X-VCS-Branch: master Date: Tue, 2 May 2023 18:23:51 +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: 868e6810-ffd2-47ff-9883-059501d785ce X-Archives-Hash: 782a2f6982bc98f87ff85b5671e98fd2 commit: bcff87f8d65703223eb092458e48f94f95ad462a Author: Arthur Zamarin gentoo org> AuthorDate: Tue May 2 18:23:41 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Tue May 2 18:23:41 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcff87f8 app-misc/gnote: Stabilize 44.0 x86, #905550 Signed-off-by: Arthur Zamarin gentoo.org> app-misc/gnote/gnote-44.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/gnote/gnote-44.0.ebuild b/app-misc/gnote/gnote-44.0.ebuild index 50611225697f..bb5e451ded6d 100644 --- a/app-misc/gnote/gnote-44.0.ebuild +++ b/app-misc/gnote/gnote-44.0.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Gnote" LICENSE="GPL-3+ FDL-1.1" SLOT="0" -KEYWORDS="amd64 ~arm64 ~riscv ~x86" +KEYWORDS="amd64 ~arm64 ~riscv x86" IUSE="test" RESTRICT="!test? ( test )"