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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 69160158232 for ; Mon, 9 Dec 2024 19:20:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E6F9E09D5; Mon, 9 Dec 2024 19:20:40 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 67A89E0841 for ; Mon, 9 Dec 2024 19:20:39 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A273D335D7B for ; Mon, 9 Dec 2024 19:20:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0A451898 for ; Mon, 9 Dec 2024 19:20:36 +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: <1733772021.3decff21e9ba1f5c6efc004583471901b3fcbf50.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/airdcpp-webui/airdcpp-webui-2.12.1.ebuild X-VCS-Directories: www-apps/airdcpp-webui/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 3decff21e9ba1f5c6efc004583471901b3fcbf50 X-VCS-Branch: master Date: Mon, 9 Dec 2024 19:20:36 +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: 9abcb548-9ee6-4f43-930f-463e9d28dd23 X-Archives-Hash: 0086edeff9160488836e59c89287263c commit: 3decff21e9ba1f5c6efc004583471901b3fcbf50 Author: Arthur Zamarin gentoo org> AuthorDate: Mon Dec 9 19:20:21 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Mon Dec 9 19:20:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3decff21 www-apps/airdcpp-webui: Stabilize 2.12.1 amd64, #936935 Signed-off-by: Arthur Zamarin gentoo.org> www-apps/airdcpp-webui/airdcpp-webui-2.12.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.12.1.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-2.12.1.ebuild index 0c8325700397..a9e4b137c423 100644 --- a/www-apps/airdcpp-webui/airdcpp-webui-2.12.1.ebuild +++ b/www-apps/airdcpp-webui/airdcpp-webui-2.12.1.ebuild @@ -10,7 +10,7 @@ S="${WORKDIR}/package" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~riscv ~x86" +KEYWORDS="amd64 ~riscv ~x86" RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"