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 699D115817D for ; Tue, 18 Jun 2024 16:05:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A44E3E2A23; Tue, 18 Jun 2024 16:05:18 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 73EC0E2A23 for ; Tue, 18 Jun 2024 16:05:18 +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 5B636335C7A for ; Tue, 18 Jun 2024 16:05:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E3DBE1CD8 for ; Tue, 18 Jun 2024 16:05:15 +0000 (UTC) From: "Petr Vaněk" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Petr Vaněk" Message-ID: <1718726704.b78d0060226db2d8036eefcd8617df04f1eb41dc.arkamar@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-gnupg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-gnupg/python-gnupg-0.5.2.ebuild X-VCS-Directories: dev-python/python-gnupg/ X-VCS-Committer: arkamar X-VCS-Committer-Name: Petr Vaněk X-VCS-Revision: b78d0060226db2d8036eefcd8617df04f1eb41dc X-VCS-Branch: master Date: Tue, 18 Jun 2024 16:05:15 +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: 5e4ea60d-f72c-4a8c-bacc-a4501d30555d X-Archives-Hash: f442d0b23a759c8bd35ab1445a754cde commit: b78d0060226db2d8036eefcd8617df04f1eb41dc Author: Petr Vaněk gentoo org> AuthorDate: Tue Jun 18 16:05:04 2024 +0000 Commit: Petr Vaněk gentoo org> CommitDate: Tue Jun 18 16:05:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b78d0060 dev-python/python-gnupg: fix variable order Signed-off-by: Petr Vaněk gentoo.org> dev-python/python-gnupg/python-gnupg-0.5.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-gnupg/python-gnupg-0.5.2.ebuild b/dev-python/python-gnupg/python-gnupg-0.5.2.ebuild index 12449772c5c5..a73b97dcdca7 100644 --- a/dev-python/python-gnupg/python-gnupg-0.5.2.ebuild +++ b/dev-python/python-gnupg/python-gnupg-0.5.2.ebuild @@ -21,9 +21,9 @@ SRC_URI=" ) " -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv sparc x86" LICENSE="BSD" SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv sparc x86" # Need gnupg[nls] for avoiding decode errors and possible hangs # w/ e.g. sec-keys/openpgp-keys-gentoo-developers but other pkgs too.