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 D8D5C139695 for ; Fri, 10 Mar 2017 09:13:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2998821C06D; Fri, 10 Mar 2017 09:13:04 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 07E1D21C06C for ; Fri, 10 Mar 2017 09:13:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 07F71341229 for ; Fri, 10 Mar 2017 09:13:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 67969631F for ; Fri, 10 Mar 2017 09:13:01 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1489137157.3950a5e665cb2a2a16f71263e2e20cdfdbbcd8f9.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/rb_libtorrent/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/rb_libtorrent/rb_libtorrent-1.0.10.ebuild X-VCS-Directories: net-libs/rb_libtorrent/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 3950a5e665cb2a2a16f71263e2e20cdfdbbcd8f9 X-VCS-Branch: master Date: Fri, 10 Mar 2017 09:13:01 +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: 7ae8255d-7d37-4ec6-9822-48559d0a62be X-Archives-Hash: 7a26f7d10bebc3c3d0870a405e45f3b8 commit: 3950a5e665cb2a2a16f71263e2e20cdfdbbcd8f9 Author: Agostino Sarubbo gentoo org> AuthorDate: Fri Mar 10 09:12:37 2017 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Fri Mar 10 09:12:37 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3950a5e6 net-libs/rb_libtorrent: amd64 stable wrt bug #530720 Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> net-libs/rb_libtorrent/rb_libtorrent-1.0.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/rb_libtorrent/rb_libtorrent-1.0.10.ebuild b/net-libs/rb_libtorrent/rb_libtorrent-1.0.10.ebuild index 5ef5a172620..c3bca627247 100644 --- a/net-libs/rb_libtorrent/rb_libtorrent-1.0.10.ebuild +++ b/net-libs/rb_libtorrent/rb_libtorrent-1.0.10.ebuild @@ -19,7 +19,7 @@ SRC_URI="https://github.com/arvidn/libtorrent/releases/download/libtorrent-${MY_ LICENSE="BSD" SLOT="0/8" -KEYWORDS="~amd64 arm ppc ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="amd64 arm ppc ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="debug +dht doc examples +geoip libressl python +ssl static-libs test" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"