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 BE577158090 for ; Thu, 12 May 2022 14:10:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67889E092E; Thu, 12 May 2022 14:10:27 +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 481D8E092E for ; Thu, 12 May 2022 14:10:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 29E0B341775 for ; Thu, 12 May 2022 14:10:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 05721459 for ; Thu, 12 May 2022 14:10:24 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1652364503.a2d7d48f58e028bf8fdd83eca9eda89b3379fd73.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/whdd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/whdd/whdd-3.0.1-r2.ebuild X-VCS-Directories: sys-block/whdd/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: a2d7d48f58e028bf8fdd83eca9eda89b3379fd73 X-VCS-Branch: master Date: Thu, 12 May 2022 14:10:24 +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: 9e25f2b1-fc98-4b1e-b783-59916a0ffd98 X-Archives-Hash: 48b86d80bc0f11271d8750e7fdf4bce6 commit: a2d7d48f58e028bf8fdd83eca9eda89b3379fd73 Author: Marek Szuba gentoo org> AuthorDate: Thu May 12 14:08:23 2022 +0000 Commit: Marek Szuba gentoo org> CommitDate: Thu May 12 14:08:23 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2d7d48f sys-block/whdd: mark 3.0.1-r2 stable on amd64 More-or-less trivial, an EAPI bump + switch from VCS snapshots to release tarballs. Signed-off-by: Marek Szuba gentoo.org> sys-block/whdd/whdd-3.0.1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-block/whdd/whdd-3.0.1-r2.ebuild b/sys-block/whdd/whdd-3.0.1-r2.ebuild index 7c5517686a86..eadfaf945d92 100644 --- a/sys-block/whdd/whdd-3.0.1-r2.ebuild +++ b/sys-block/whdd/whdd-3.0.1-r2.ebuild @@ -14,7 +14,7 @@ then inherit git-r3 else SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}-rel.tar.gz" - KEYWORDS="~amd64 ~riscv ~x86" + KEYWORDS="amd64 ~riscv ~x86" fi LICENSE="GPL-3"