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 70D4715802F for ; Sat, 4 Mar 2023 06:17:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E1D1E09A8; Sat, 4 Mar 2023 06:17:36 +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 3329DE09A8 for ; Sat, 4 Mar 2023 06:17:36 +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 5AEAB34111F for ; Sat, 4 Mar 2023 06:17:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD9098D1 for ; Sat, 4 Mar 2023 06:17:32 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1677910600.c6dddeb23cbd54cfe43d8a06ea22f24661d306af.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/numad/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/numad/numad-0.5_p20180531-r1.ebuild X-VCS-Directories: sys-process/numad/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: c6dddeb23cbd54cfe43d8a06ea22f24661d306af X-VCS-Branch: master Date: Sat, 4 Mar 2023 06:17:32 +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: 864d87d9-f789-4399-b878-00c42a5f5b60 X-Archives-Hash: e00671eced97842f49d2e8b2ff912245 commit: c6dddeb23cbd54cfe43d8a06ea22f24661d306af Author: Arthur Zamarin gentoo org> AuthorDate: Sat Mar 4 06:16:40 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Mar 4 06:16:40 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6dddeb2 sys-process/numad: Stabilize 0.5_p20180531-r1 x86, #899316 Signed-off-by: Arthur Zamarin gentoo.org> sys-process/numad/numad-0.5_p20180531-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-process/numad/numad-0.5_p20180531-r1.ebuild b/sys-process/numad/numad-0.5_p20180531-r1.ebuild index 9185a3bdd6cd..87bc6f0fdacb 100644 --- a/sys-process/numad/numad-0.5_p20180531-r1.ebuild +++ b/sys-process/numad/numad-0.5_p20180531-r1.ebuild @@ -14,7 +14,7 @@ else # git archive --format=tar.gz --prefix="${P}/" -o ${P}.tar.gz ${EGIT_COMMIT} EGIT_COMMIT="d696d6c413c5b47b4bbae79e29ea132e52095af3" SRC_URI="https://dev.gentoo.org/~gyakovlev/distfiles/${P}.tar.gz" - KEYWORDS="~amd64 -arm arm64 ~ppc64 ~s390 ~x86" + KEYWORDS="~amd64 -arm arm64 ~ppc64 ~s390 x86" fi DESCRIPTION="The NUMA daemon that manages application locality"