diff options
author | 2024-01-03 22:30:33 +0000 | |
---|---|---|
committer | 2024-01-03 22:30:33 +0000 | |
commit | 7710822d1e31c778b547b9712284065ce3727a9d (patch) | |
tree | dec18e210bba3821667fa363cc56e291ebd33cda /net-libs/libtorrent | |
parent | net-p2p/rtorrent: Stabilize 0.9.8-r2 ppc64, #921281 (diff) | |
download | gentoo-7710822d1e31c778b547b9712284065ce3727a9d.tar.gz gentoo-7710822d1e31c778b547b9712284065ce3727a9d.tar.bz2 gentoo-7710822d1e31c778b547b9712284065ce3727a9d.zip |
net-libs/libtorrent: Stabilize 0.13.8-r3 ppc64, #921281
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs/libtorrent')
-rw-r--r-- | net-libs/libtorrent/libtorrent-0.13.8-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libtorrent/libtorrent-0.13.8-r3.ebuild b/net-libs/libtorrent/libtorrent-0.13.8-r3.ebuild index c1b7251394b9..b4c467d07ebd 100644 --- a/net-libs/libtorrent/libtorrent-0.13.8-r3.ebuild +++ b/net-libs/libtorrent/libtorrent-0.13.8-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,7 @@ LICENSE="GPL-2" # has had more time to mature. Until it matures we should not include a soname # subslot. SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" IUSE="debug ssl" # cppunit dependency - https://github.com/rakshasa/libtorrent/issues/182 |