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 EF49C158041 for ; Fri, 15 Mar 2024 13:15:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65EE8E29E3; Fri, 15 Mar 2024 13:15:04 +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 3B9AAE29E1 for ; Fri, 15 Mar 2024 13:15:04 +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 1FB4A33BE32 for ; Fri, 15 Mar 2024 13:15:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B203B1518 for ; Fri, 15 Mar 2024 13:15:01 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1710508496.c42561303d49275fd76a5bf5c9081996d039a576.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/testfixtures/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/testfixtures/testfixtures-8.1.0.ebuild X-VCS-Directories: dev-python/testfixtures/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c42561303d49275fd76a5bf5c9081996d039a576 X-VCS-Branch: master Date: Fri, 15 Mar 2024 13:15:01 +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: 5fbd1aa6-7b5f-43f0-a5f2-ce9c530ca8bf X-Archives-Hash: d1cd45d1e93f736dfbf57a028e7b7762 commit: c42561303d49275fd76a5bf5c9081996d039a576 Author: Michał Górny gentoo org> AuthorDate: Fri Mar 15 13:14:34 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Mar 15 13:14:56 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4256130 dev-python/testfixtures: Fix variable order Signed-off-by: Michał Górny gentoo.org> dev-python/testfixtures/testfixtures-8.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/testfixtures/testfixtures-8.1.0.ebuild b/dev-python/testfixtures/testfixtures-8.1.0.ebuild index 5ca87ce684e6..baa93c10ccf1 100644 --- a/dev-python/testfixtures/testfixtures-8.1.0.ebuild +++ b/dev-python/testfixtures/testfixtures-8.1.0.ebuild @@ -14,8 +14,8 @@ HOMEPAGE=" https://github.com/Simplistix/testfixtures/ " -SLOT="0" LICENSE="MIT" +SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86 ~amd64-linux ~x86-linux" BDEPEND="