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 7E684139694 for ; Wed, 8 Mar 2017 22:01:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C687AE0CA4; Wed, 8 Mar 2017 22:01:19 +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 9FA08E0CA4 for ; Wed, 8 Mar 2017 22:01: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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ADF5A341669 for ; Wed, 8 Mar 2017 22:01:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 47A27617C for ; Wed, 8 Mar 2017 22:01:17 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1489010443.db591d9fafad073062ec98ef47b59756b16f4bcc.xmw@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: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: db591d9fafad073062ec98ef47b59756b16f4bcc X-VCS-Branch: master Date: Wed, 8 Mar 2017 22:01:17 +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: 53d1142a-c227-44ff-8c09-b40748906faa X-Archives-Hash: 26707362040ffd991b05b14a38842cd5 commit: db591d9fafad073062ec98ef47b59756b16f4bcc Author: Michael Weber gentoo org> AuthorDate: Wed Mar 8 22:00:43 2017 +0000 Commit: Michael Weber gentoo org> CommitDate: Wed Mar 8 22:00:43 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db591d9f net-libs/rb_libtorrent: ppc ppc64 stable (bug 530720). Package-Manager: Portage-2.3.4, Repoman-2.3.2 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 0f63abd3fe6..5ef5a172620 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} )"