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 0610E138334 for ; Thu, 29 Nov 2018 18:36:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B9FBE07DF; Thu, 29 Nov 2018 18:36:08 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5909CE07DF for ; Thu, 29 Nov 2018 18:36:05 +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 E9A10335C6F for ; Thu, 29 Nov 2018 18:36:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB8A1455 for ; Thu, 29 Nov 2018 18:36:00 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1543516555.8b8a7f21ac20b366da2fa28882025e5162f91c0c.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libtorrent-rasterbar/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.10.ebuild X-VCS-Directories: net-libs/libtorrent-rasterbar/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 8b8a7f21ac20b366da2fa28882025e5162f91c0c X-VCS-Branch: master Date: Thu, 29 Nov 2018 18:36:00 +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: 33e9d665-512a-45ca-ab9d-508d3d6412ef X-Archives-Hash: 0634239c003d2e3ca20c44313bede4a9 commit: 8b8a7f21ac20b366da2fa28882025e5162f91c0c Author: Mikle Kolyada gentoo org> AuthorDate: Thu Nov 29 18:35:03 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Thu Nov 29 18:35:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b8a7f21 net-libs/libtorrent-rasterbar: mark stable Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.10.ebuild b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.10.ebuild index c74205693cc..90564160576 100644 --- a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.10.ebuild +++ b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.10.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/arvidn/libtorrent/releases/download/libtorrent-${MY_ LICENSE="BSD" SLOT="0/9" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" IUSE="debug +dht doc examples libressl python +ssl static-libs test" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"