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 8AC6A13835B for ; Wed, 13 Jan 2021 09:18:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C49A8E0AD1; Wed, 13 Jan 2021 09:18:20 +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 ABF6AE0AD1 for ; Wed, 13 Jan 2021 09:18:20 +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 A8A48340EAC for ; Wed, 13 Jan 2021 09:18:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4BCB0496 for ; Wed, 13 Jan 2021 09:18:18 +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: <1610529467.72f0f97d14ebefa6d3cb1fa5c4236bee46437a9d.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: 72f0f97d14ebefa6d3cb1fa5c4236bee46437a9d X-VCS-Branch: master Date: Wed, 13 Jan 2021 09:18:18 +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: 358fe1c5-6da2-42dd-bc8e-d5f231b72dbd X-Archives-Hash: a01a7d28ba4d000ed9a1486c36a96368 commit: 72f0f97d14ebefa6d3cb1fa5c4236bee46437a9d Author: Sam James gentoo org> AuthorDate: Wed Jan 13 09:17:47 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jan 13 09:17:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72f0f97d www-client/uget: Stabilize 2.2.1 x86, #763858 Signed-off-by: Sam James gentoo.org> www-client/uget/uget-2.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-client/uget/uget-2.2.1.ebuild b/www-client/uget/uget-2.2.1.ebuild index 52fb947fdb1..186dcc7705e 100644 --- a/www-client/uget/uget-2.2.1.ebuild +++ b/www-client/uget/uget-2.2.1.ebuild @@ -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 )"