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 C66A315806E for ; Mon, 5 Jun 2023 08:31:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB28DE0919; Mon, 5 Jun 2023 08:31:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 95A21E0919 for ; Mon, 5 Jun 2023 08:31:19 +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 C8DFA335CEA for ; Mon, 5 Jun 2023 08:31:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 57E08A5C for ; Mon, 5 Jun 2023 08:31:17 +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: <1685953866.15f71267bee9d502af19cadb6e0e5ab7da94f224.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/nbd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/nbd/nbd-3.25.ebuild X-VCS-Directories: sys-block/nbd/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 15f71267bee9d502af19cadb6e0e5ab7da94f224 X-VCS-Branch: master Date: Mon, 5 Jun 2023 08:31:17 +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: 7f21d449-87f2-4a7b-8979-c590d8ffce38 X-Archives-Hash: d1a0412e1f2eb37fb8336a3d6770edd6 commit: 15f71267bee9d502af19cadb6e0e5ab7da94f224 Author: Sam James gentoo org> AuthorDate: Mon Jun 5 08:31:06 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jun 5 08:31:06 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15f71267 sys-block/nbd: Stabilize 3.25 ppc64, #907863 Signed-off-by: Sam James gentoo.org> sys-block/nbd/nbd-3.25.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-block/nbd/nbd-3.25.ebuild b/sys-block/nbd/nbd-3.25.ebuild index 27ac013e2ac4..813dd99b088a 100644 --- a/sys-block/nbd/nbd-3.25.ebuild +++ b/sys-block/nbd/nbd-3.25.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]] ; then else SRC_URI="https://github.com/NetworkBlockDevice/nbd/releases/download/${P}/${P}.tar.xz" SRC_URI+=" mirror://sourceforge/nbd/${P}.tar.xz" - KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" + KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~sparc x86" fi LICENSE="GPL-2"