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 D99A4158013 for ; Fri, 8 Dec 2023 20:05:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F5372BC01C; Fri, 8 Dec 2023 20:05:39 +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 A74DE2BC01C for ; Fri, 8 Dec 2023 20:05:38 +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 BE7B4340200 for ; Fri, 8 Dec 2023 20:05:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50E95AC2 for ; Fri, 8 Dec 2023 20:05: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: <1702065809.ae47b799286c263a3055f4f9161acba7362b3d4e.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/rutorrent/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/rutorrent/rutorrent-4.2.6.ebuild www-apps/rutorrent/rutorrent-9999.ebuild X-VCS-Directories: www-apps/rutorrent/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: ae47b799286c263a3055f4f9161acba7362b3d4e X-VCS-Branch: master Date: Fri, 8 Dec 2023 20:05: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: 4e32576e-7b35-4dac-a8f8-935e3bcfb14b X-Archives-Hash: 0bc83be4973c1d792cfcd10f9d686ebf commit: ae47b799286c263a3055f4f9161acba7362b3d4e Author: Arthur Zamarin gentoo org> AuthorDate: Fri Dec 8 20:03:29 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Dec 8 20:03:29 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae47b799 www-apps/rutorrent: unkeyword 4.2.6 for ~alpha Signed-off-by: Arthur Zamarin gentoo.org> www-apps/rutorrent/rutorrent-4.2.6.ebuild | 2 +- www-apps/rutorrent/rutorrent-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www-apps/rutorrent/rutorrent-4.2.6.ebuild b/www-apps/rutorrent/rutorrent-4.2.6.ebuild index f7dbb6ae40d3..9c59d3d50153 100644 --- a/www-apps/rutorrent/rutorrent-4.2.6.ebuild +++ b/www-apps/rutorrent/rutorrent-4.2.6.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/Novik/ruTorrent.git" else SRC_URI="https://github.com/Novik/ruTorrent/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~ppc ~x86" + KEYWORDS="~amd64 ~ppc ~x86" S="${WORKDIR}/ruTorrent-${PV}" fi diff --git a/www-apps/rutorrent/rutorrent-9999.ebuild b/www-apps/rutorrent/rutorrent-9999.ebuild index f7dbb6ae40d3..9c59d3d50153 100644 --- a/www-apps/rutorrent/rutorrent-9999.ebuild +++ b/www-apps/rutorrent/rutorrent-9999.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/Novik/ruTorrent.git" else SRC_URI="https://github.com/Novik/ruTorrent/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~ppc ~x86" + KEYWORDS="~amd64 ~ppc ~x86" S="${WORKDIR}/ruTorrent-${PV}" fi