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 5B1C715800A for ; Fri, 21 Jul 2023 12:49:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83A91E0969; Fri, 21 Jul 2023 12:49:38 +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 67C1BE0969 for ; Fri, 21 Jul 2023 12:49:38 +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 77AEE340B1C for ; Fri, 21 Jul 2023 12:49:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1166FBE0 for ; Fri, 21 Jul 2023 12:49:36 +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: <1689943752.f3bc141e1b67ef5b5362ea80532f26fe0bbb9eef.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/diffuse/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/diffuse/diffuse-0.8.2.ebuild X-VCS-Directories: dev-util/diffuse/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f3bc141e1b67ef5b5362ea80532f26fe0bbb9eef X-VCS-Branch: master Date: Fri, 21 Jul 2023 12:49:36 +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: 3f25a410-ab22-4874-b75e-9fcf6001d9ce X-Archives-Hash: 7a6913584b3fb96f1871e126db7f68a6 commit: f3bc141e1b67ef5b5362ea80532f26fe0bbb9eef Author: Sam James gentoo org> AuthorDate: Fri Jul 21 12:49:05 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jul 21 12:49:12 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3bc141e dev-util/diffuse: Stabilize 0.8.2 x86, #910630 Signed-off-by: Sam James gentoo.org> dev-util/diffuse/diffuse-0.8.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/diffuse/diffuse-0.8.2.ebuild b/dev-util/diffuse/diffuse-0.8.2.ebuild index 6c606d89d34a..2384580d7701 100644 --- a/dev-util/diffuse/diffuse-0.8.2.ebuild +++ b/dev-util/diffuse/diffuse-0.8.2.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/MightyCreak/diffuse/archive/v${PV}.tar.gz -> ${P}.ta LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}"