diff options
author | 2022-04-25 08:28:55 +0200 | |
---|---|---|
committer | 2022-04-25 08:28:55 +0200 | |
commit | 26fa4673bd266b3eec6c8f979f1ceaf160d7fed9 (patch) | |
tree | 187e1ca65dfb3183be48b0d6e26535d749565ff8 /net-libs | |
parent | app-text/html2text-2.0.1: fix configure #840625 (diff) | |
download | gentoo-26fa4673bd266b3eec6c8f979f1ceaf160d7fed9.tar.gz gentoo-26fa4673bd266b3eec6c8f979f1ceaf160d7fed9.tar.bz2 gentoo-26fa4673bd266b3eec6c8f979f1ceaf160d7fed9.zip |
net-libs/libtorrent: Keyword 0.13.8-r1 mips, #840589
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libtorrent/libtorrent-0.13.8-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libtorrent/libtorrent-0.13.8-r1.ebuild b/net-libs/libtorrent/libtorrent-0.13.8-r1.ebuild index fe37a9e10546..db6a32983334 100644 --- a/net-libs/libtorrent/libtorrent-0.13.8-r1.ebuild +++ b/net-libs/libtorrent/libtorrent-0.13.8-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,7 +17,7 @@ LICENSE="GPL-2" # subslot. SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris" IUSE="debug ssl test" RESTRICT="!test? ( test )" |