From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id B6A4815808A for ; Fri, 25 Jul 2025 05:45:30 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 97C20341E6D for ; Fri, 25 Jul 2025 05:45:30 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 78F0511055F; Fri, 25 Jul 2025 05:45:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 73DB111055F for ; Fri, 25 Jul 2025 05:45:27 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 273CB341E5C for ; Fri, 25 Jul 2025 05:45:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 81192320C for ; Fri, 25 Jul 2025 05:45:25 +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: <1753422255.44639f1f785d39247bf66c59b30f1d9ae9bd14b6.sam@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.1-r1.ebuild X-VCS-Directories: app-text/atril/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 44639f1f785d39247bf66c59b30f1d9ae9bd14b6 X-VCS-Branch: master Date: Fri, 25 Jul 2025 05:45:25 +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: e089c700-ac6e-48bc-970b-0dbd8771645a X-Archives-Hash: 014298f36e0c4ac7938cc744f14aeaf1 commit: 44639f1f785d39247bf66c59b30f1d9ae9bd14b6 Author: Oz Tiram gmail com> AuthorDate: Sat Mar 29 09:05:24 2025 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jul 25 05:44:15 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44639f1f app-text/atril: qa, reorder KEYWORDS after LICENSE Signed-off-by: Oz Tiram gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/41365 Closes: https://github.com/gentoo/gentoo/pull/41365 Signed-off-by: Sam James gentoo.org> app-text/atril/atril-1.28.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/atril/atril-1.28.1-r1.ebuild b/app-text/atril/atril-1.28.1-r1.ebuild index cc1c96ac409d..8bd1eb0a4df4 100644 --- a/app-text/atril/atril-1.28.1-r1.ebuild +++ b/app-text/atril/atril-1.28.1-r1.ebuild @@ -10,9 +10,9 @@ PYTHON_COMPAT=( python3_{10..13} ) inherit mate python-any-r1 virtualx DESCRIPTION="Atril document viewer for MATE" +LICENSE="FDL-1.1+ GPL-2+ GPL-3+ LGPL-2+ LGPL-2.1+" KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86" -LICENSE="FDL-1.1+ GPL-2+ GPL-3+ LGPL-2+ LGPL-2.1+" SLOT="0" IUSE="caja dbus debug djvu dvi epub +introspection keyring nls +postscript synctex t1lib test tiff xps"