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 5432F15806E for ; Mon, 15 May 2023 10:05:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95688E0887; Mon, 15 May 2023 10:05:43 +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 7746CE0887 for ; Mon, 15 May 2023 10:05:43 +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 53A423409C8 for ; Mon, 15 May 2023 10:05:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6EAEA37 for ; Mon, 15 May 2023 10:05:39 +0000 (UTC) From: "Sergey Popov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergey Popov" Message-ID: <1684145088.fc2838cc1ded182a9857c578aed8a966e7d4edf1.pinkbyte@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/empty/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/empty/empty-0.6.23c.ebuild X-VCS-Directories: app-misc/empty/ X-VCS-Committer: pinkbyte X-VCS-Committer-Name: Sergey Popov X-VCS-Revision: fc2838cc1ded182a9857c578aed8a966e7d4edf1 X-VCS-Branch: master Date: Mon, 15 May 2023 10:05:39 +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: b1e3d5ce-aafc-46e0-bbb4-879f50ce785f X-Archives-Hash: 307ca5a56b4d4ee34e0cc298b7eff5cd commit: fc2838cc1ded182a9857c578aed8a966e7d4edf1 Author: Sergey Popov gentoo org> AuthorDate: Mon May 15 10:04:48 2023 +0000 Commit: Sergey Popov gentoo org> CommitDate: Mon May 15 10:04:48 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc2838cc app-misc/empty-0.6.23c: stable for amd64/x86 Signed-off-by: Sergey Popov gentoo.org> app-misc/empty/empty-0.6.23c.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/empty/empty-0.6.23c.ebuild b/app-misc/empty/empty-0.6.23c.ebuild index 1bb6073c4f06..6a270f84a82b 100644 --- a/app-misc/empty/empty-0.6.23c.ebuild +++ b/app-misc/empty/empty-0.6.23c.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://download.sourceforge.net/empty/${P}.tgz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~riscv ~x86" +KEYWORDS="amd64 ~riscv x86" RDEPEND="virtual/logger"