Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/tox/
Date: Mon, 21 Feb 2022 09:43:58
Message-Id: 1645436603.3c90d3cf4a66dc18fa69dc42a94141946fb24169.jsmolic@gentoo
1 commit: 3c90d3cf4a66dc18fa69dc42a94141946fb24169
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 21 09:43:23 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 21 09:43:23 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c90d3cf
7
8 net-libs/tox: Stabilize 0.2.13 amd64, #833802
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 net-libs/tox/tox-0.2.13.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-libs/tox/tox-0.2.13.ebuild b/net-libs/tox/tox-0.2.13.ebuild
16 index e05b2ca9cd78..f5fdf96419ea 100644
17 --- a/net-libs/tox/tox-0.2.13.ebuild
18 +++ b/net-libs/tox/tox-0.2.13.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/TokTok/c-toxcore/archive/v${PV}.tar.gz -> ${MY_P}.ta
26
27 LICENSE="GPL-3+"
28 SLOT="0/0.2"
29 -KEYWORDS="~amd64 ~arm ~x86"
30 +KEYWORDS="amd64 ~arm ~x86"
31 IUSE="+av daemon dht-node ipv6 log-debug +log-error log-info log-trace log-warn test"
32
33 REQUIRED_USE="?? ( log-debug log-error log-info log-trace log-warn )