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 7093C158095 for ; Fri, 26 Aug 2022 09:58:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF2A1E08A8; Fri, 26 Aug 2022 09:58:30 +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 94BC7E08A8 for ; Fri, 26 Aug 2022 09:58:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A67343410EF for ; Fri, 26 Aug 2022 09:58:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 42DFC57D for ; Fri, 26 Aug 2022 09:58:28 +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: <1661507900.cbf2d7c923d5eb23f8e706844aa8ce0c1b26b367.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/deluge/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/deluge/deluge-2.1.1.ebuild X-VCS-Directories: net-p2p/deluge/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: cbf2d7c923d5eb23f8e706844aa8ce0c1b26b367 X-VCS-Branch: master Date: Fri, 26 Aug 2022 09:58:28 +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: 9007418e-f679-4035-9380-9ca6ae0144d0 X-Archives-Hash: ece696e0022481a80eb25d32721c8daa commit: cbf2d7c923d5eb23f8e706844aa8ce0c1b26b367 Author: Arthur Zamarin gentoo org> AuthorDate: Fri Aug 26 09:58:20 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Aug 26 09:58:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbf2d7c9 net-p2p/deluge: Keyword 2.1.1 ppc, #866614 Signed-off-by: Arthur Zamarin gentoo.org> net-p2p/deluge/deluge-2.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-p2p/deluge/deluge-2.1.1.ebuild b/net-p2p/deluge/deluge-2.1.1.ebuild index 4f6d5700be45..86bcc748d7fa 100644 --- a/net-p2p/deluge/deluge-2.1.1.ebuild +++ b/net-p2p/deluge/deluge-2.1.1.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://git.deluge-torrent.org/${PN}" else SRC_URI="http://download.deluge-torrent.org/source/$(ver_cut 1-2)/${P}.tar.xz" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~ppc" fi LICENSE="GPL-2"