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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4381E1382C5 for ; Fri, 19 Feb 2021 02:41:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6859EE0AFF; Fri, 19 Feb 2021 02:41:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 501BCE0B00 for ; Fri, 19 Feb 2021 02:41:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DB18D33DF47 for ; Fri, 19 Feb 2021 02:41:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5DA924EE for ; Fri, 19 Feb 2021 02:41:29 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1613702387.52c66f4b10c57a74c8e596cff738106e083a5fbc.sam@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.0.3-r8.ebuild X-VCS-Directories: net-p2p/deluge/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 52c66f4b10c57a74c8e596cff738106e083a5fbc X-VCS-Branch: master Date: Fri, 19 Feb 2021 02:41:29 +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: 26e3323a-3151-45b3-a670-d4e78b737630 X-Archives-Hash: d6474ed6702036f03a1ebcc91f23866f commit: 52c66f4b10c57a74c8e596cff738106e083a5fbc Author: Sam James gentoo org> AuthorDate: Fri Feb 19 02:39:47 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Feb 19 02:39:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52c66f4b net-p2p/deluge: Stabilize 2.0.3-r8 x86, #771267 Signed-off-by: Sam James gentoo.org> net-p2p/deluge/deluge-2.0.3-r8.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-p2p/deluge/deluge-2.0.3-r8.ebuild b/net-p2p/deluge/deluge-2.0.3-r8.ebuild index 22abae5c709..66cc9921ea3 100644 --- a/net-p2p/deluge/deluge-2.0.3-r8.ebuild +++ b/net-p2p/deluge/deluge-2.0.3-r8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://git.deluge-torrent.org/${PN}" else SRC_URI="http://download.deluge-torrent.org/source/2.0/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86" + KEYWORDS="~amd64 ~arm ~ppc ~sparc x86" fi LICENSE="GPL-2"