diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-01-27 10:20:32 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-01-27 10:21:35 +0100 |
commit | 262dbf05d5b1cbb095b8bad74d9c50a59419ccb7 (patch) | |
tree | b433af271adbd5241d682039b51838499b742f01 /net-libs | |
parent | dev-python/rich: Switch to PEP 517 build (diff) | |
download | gentoo-262dbf05d5b1cbb095b8bad74d9c50a59419ccb7.tar.gz gentoo-262dbf05d5b1cbb095b8bad74d9c50a59419ccb7.tar.bz2 gentoo-262dbf05d5b1cbb095b8bad74d9c50a59419ccb7.zip |
net-libs/libtorrent-rasterbar: amd64 stable wrt bug #828878
Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.15-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.15-r1.ebuild b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.15-r1.ebuild index 459ca7926b07..294c9a8ebbcc 100644 --- a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.15-r1.ebuild +++ b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.2.15-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/arvidn/libtorrent/releases/download/v${PV}/${P}.tar. LICENSE="BSD" SLOT="0/10" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~sparc ~x86" IUSE="+dht debug python ssl test" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RESTRICT="!test? ( test )" |