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 46D0C15817D for ; Tue, 18 Jun 2024 08:06:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06A85E2A68; Tue, 18 Jun 2024 08:06:51 +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 D98A8E2A68 for ; Tue, 18 Jun 2024 08:06:50 +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 910A633BE12 for ; Tue, 18 Jun 2024 08:06:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF30E1D31 for ; Tue, 18 Jun 2024 08:06:46 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1718697870.012ddd9525e7740e59b4e3ee7e2cec04e3640502.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/atril/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/atril/atril-1.28.0-r1.ebuild X-VCS-Directories: app-text/atril/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 012ddd9525e7740e59b4e3ee7e2cec04e3640502 X-VCS-Branch: master Date: Tue, 18 Jun 2024 08:06:46 +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: 9bc517d2-e530-46e4-8e05-3ec646d74f6c X-Archives-Hash: dc559ae0d4e3b369efc37f22126754cf commit: 012ddd9525e7740e59b4e3ee7e2cec04e3640502 Author: Joonas Niilola gentoo org> AuthorDate: Tue Jun 18 08:04:30 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Jun 18 08:04:30 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=012ddd95 app-text/atril: Stabilize 1.28.0-r1 x86, #932645 Signed-off-by: Joonas Niilola gentoo.org> app-text/atril/atril-1.28.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/atril/atril-1.28.0-r1.ebuild b/app-text/atril/atril-1.28.0-r1.ebuild index d81e642e6cf5..8f7cffc78013 100644 --- a/app-text/atril/atril-1.28.0-r1.ebuild +++ b/app-text/atril/atril-1.28.0-r1.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python3_{10..12} ) inherit mate python-any-r1 virtualx -KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86" DESCRIPTION="Atril document viewer for MATE" LICENSE="FDL-1.1+ GPL-2+ GPL-3+ LGPL-2+ LGPL-2.1+"