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 1B87C138331 for ; Wed, 25 Apr 2018 11:48:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2333FE0942; Wed, 25 Apr 2018 11:48:19 +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 032EBE0942 for ; Wed, 25 Apr 2018 11:48:19 +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 18B80335C79 for ; Wed, 25 Apr 2018 11:48:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC9BD29B for ; Wed, 25 Apr 2018 11:48:16 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1524656882.ff4c35b19e0a245f2ef2069e2008ee634caf27cf.bman@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.0.ebuild X-VCS-Directories: www-client/uget/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: ff4c35b19e0a245f2ef2069e2008ee634caf27cf X-VCS-Branch: master Date: Wed, 25 Apr 2018 11:48:16 +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-Archives-Salt: bf9085a4-bf57-4861-814b-8f19703de990 X-Archives-Hash: afa0887272fc9e3e5ecf4481fbabb8ba commit: ff4c35b19e0a245f2ef2069e2008ee634caf27cf Author: Aaron Bauman gentoo org> AuthorDate: Wed Apr 25 11:46:56 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Wed Apr 25 11:48:02 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff4c35b1 www-client/uget: amd64 stable wrt bug #651086 Bug: https://bugs.gentoo.org/651086 Package-Manager: Portage-2.3.31, Repoman-2.3.9 www-client/uget/uget-2.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-client/uget/uget-2.2.0.ebuild b/www-client/uget/uget-2.2.0.ebuild index 1a5a0ce8eda..08bfb881dad 100644 --- a/www-client/uget/uget-2.2.0.ebuild +++ b/www-client/uget/uget-2.2.0.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 ayatana control-socket +gnutls gstreamer libnotify nls openssl rss" REQUIRED_USE="^^ ( gnutls openssl )"