diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-01-03 13:00:51 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-01-03 13:00:51 +0100 |
commit | 299885993c32c31c099ff20d06b05b2dc614ef87 (patch) | |
tree | b69a972d72f520509a2c59a97f723ab88d5c2823 /net-libs/tox | |
parent | x11-libs/libXpm: amd64 stable wrt bug #704592 (diff) | |
download | gentoo-299885993c32c31c099ff20d06b05b2dc614ef87.tar.gz gentoo-299885993c32c31c099ff20d06b05b2dc614ef87.tar.bz2 gentoo-299885993c32c31c099ff20d06b05b2dc614ef87.zip |
net-libs/tox: amd64 stable wrt bug #704614
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'net-libs/tox')
-rw-r--r-- | net-libs/tox/tox-0.2.9-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/tox/tox-0.2.9-r1.ebuild b/net-libs/tox/tox-0.2.9-r1.ebuild index 54d31725efe7..5a2bd7ebb581 100644 --- a/net-libs/tox/tox-0.2.9-r1.ebuild +++ b/net-libs/tox/tox-0.2.9-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/TokTok/c-toxcore/archive/v${PV}.tar.gz -> ${MY_P}.ta LICENSE="GPL-3+" SLOT="0/0.2" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm ~x86" IUSE="+av daemon dht-node ipv6 log-debug +log-error log-info log-trace log-warn static-libs test" RESTRICT="!test? ( test )" |