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 061A81382C5 for ; Tue, 12 Jan 2021 23:57:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7808E0ABF; Tue, 12 Jan 2021 23:56:59 +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 9E247E0ABD for ; Tue, 12 Jan 2021 23:56:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5360A340DB7 for ; Tue, 12 Jan 2021 23:56:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B483A4C for ; Tue, 12 Jan 2021 23:56:54 +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: <1610495794.3c13d3fe491ce9c9bd222283b64fe7246c0da302.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/uget/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/uget/uget-2.2.1.ebuild X-VCS-Directories: www-client/uget/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3c13d3fe491ce9c9bd222283b64fe7246c0da302 X-VCS-Branch: master Date: Tue, 12 Jan 2021 23:56:54 +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: 81ee8d36-244d-44b6-82b2-2cfcf7a9f83b X-Archives-Hash: 3ff729204e48d2fec4e76bdd5f213353 commit: 3c13d3fe491ce9c9bd222283b64fe7246c0da302 Author: Sam James gentoo org> AuthorDate: Tue Jan 12 23:56:34 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jan 12 23:56:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c13d3fe www-client/uget: Stabilize 2.2.1 amd64, #763858 Signed-off-by: Sam James gentoo.org> www-client/uget/uget-2.2.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www-client/uget/uget-2.2.1.ebuild b/www-client/uget/uget-2.2.1.ebuild index de91193f2cd..52fb947fdb1 100644 --- a/www-client/uget/uget-2.2.1.ebuild +++ b/www-client/uget/uget-2.2.1.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 @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/urlget/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~x86" +KEYWORDS="amd64 ~arm ~ppc ~x86" IUSE="aria2 appindicator control-socket +gnutls gstreamer libnotify nls openssl rss" REQUIRED_USE="^^ ( gnutls openssl )"