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 912A81581D3 for ; Wed, 29 May 2024 05:37:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 117D5E2A49; Wed, 29 May 2024 05:37:17 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E9FACE2A4B for ; Wed, 29 May 2024 05:37:16 +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 C1ADD33BEBE for ; Wed, 29 May 2024 05:37:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24FEF1BE9 for ; Wed, 29 May 2024 05:37:14 +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: <1716960910.a9e889ba27d2a3c29290549fa820dc0bcd13e905.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/intelhex/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/intelhex/intelhex-2.3.0-r1.ebuild X-VCS-Directories: dev-python/intelhex/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: a9e889ba27d2a3c29290549fa820dc0bcd13e905 X-VCS-Branch: master Date: Wed, 29 May 2024 05:37:14 +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: c54adce6-6c8c-4e00-a037-7353d85f2598 X-Archives-Hash: 442dd0733bc34539ec25a1dd435e9d0e commit: a9e889ba27d2a3c29290549fa820dc0bcd13e905 Author: Joonas Niilola gentoo org> AuthorDate: Wed May 29 05:35:10 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed May 29 05:35:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9e889ba dev-python/intelhex: Stabilize 2.3.0-r1 x86, #932593 Signed-off-by: Joonas Niilola gentoo.org> dev-python/intelhex/intelhex-2.3.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/intelhex/intelhex-2.3.0-r1.ebuild b/dev-python/intelhex/intelhex-2.3.0-r1.ebuild index 1b26b4518590..0ac80a7f678d 100644 --- a/dev-python/intelhex/intelhex-2.3.0-r1.ebuild +++ b/dev-python/intelhex/intelhex-2.3.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,6 +16,6 @@ HOMEPAGE=" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~mips ~riscv ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~mips ~riscv x86" distutils_enable_tests unittest