Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libtorrent-rasterbar/
Date: Sun, 07 Oct 2018 19:14:45
Message-Id: 1538939656.ec2744ca72dcb49fb6cde427ea43e39f2ee7e592.zlogene@gentoo
1 commit: ec2744ca72dcb49fb6cde427ea43e39f2ee7e592
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 7 19:14:16 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 7 19:14:16 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec2744ca
7
8 net-libs/libtorrent-rasterbar: mark stable
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.11
12
13 net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.9.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.9.ebuild b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.9.ebuild
17 index f9f8a919d1d..dea20892956 100644
18 --- a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.9.ebuild
19 +++ b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.9.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -18,7 +18,7 @@ SRC_URI="https://github.com/arvidn/libtorrent/releases/download/libtorrent-${MY_
27
28 LICENSE="BSD"
29 SLOT="0/9"
30 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
31 +KEYWORDS="amd64 ~arm ppc ppc64 ~sparc x86 ~x86-fbsd"
32 IUSE="debug +dht doc examples libressl python +ssl static-libs test"
33
34 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"