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 77CEA15802F for ; Sat, 4 Mar 2023 11:09:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A8DCE0863; Sat, 4 Mar 2023 11:09:40 +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 62913E0863 for ; Sat, 4 Mar 2023 11:09:40 +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 82413341344 for ; Sat, 4 Mar 2023 11:09:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1CC448CD for ; Sat, 4 Mar 2023 11:09:38 +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: <1677928159.fab474aa88b1a738fa24950089fca58377443db9.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: fab474aa88b1a738fa24950089fca58377443db9 X-VCS-Branch: master Date: Sat, 4 Mar 2023 11:09:38 +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: fe14ce54-a2ae-4fde-86ca-3e37d1f99402 X-Archives-Hash: ebf1694c5a1508171b8483d8e388164f commit: fab474aa88b1a738fa24950089fca58377443db9 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Mar 4 11:09:19 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Mar 4 11:09:19 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fab474aa sys-process/numad: Stabilize 0.5_p20180531-r1 amd64, #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 87bc6f0fdacb..b8e2850057dd 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"