Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/electrum-ltc/
Date: Mon, 17 Feb 2020 08:57:53
Message-Id: 1581929849.0ac7eb6114a0d05e2d7a2dc9b55d1210bf9a62cb.zmedico@gentoo
1 commit: 0ac7eb6114a0d05e2d7a2dc9b55d1210bf9a62cb
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 17 08:32:12 2020 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 17 08:57:29 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ac7eb61
7
8 net-misc/electrum-ltc: Drop tlslite dependency
9
10 Bug: https://bugs.gentoo.org/709922
11 Package-Manager: Portage-2.3.89, Repoman-2.3.20
12 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
13
14 ...ectrum-ltc-3.3.4.1-r1.ebuild => electrum-ltc-3.3.4.1-r2.ebuild} | 7 +++----
15 1 file changed, 3 insertions(+), 4 deletions(-)
16
17 diff --git a/net-misc/electrum-ltc/electrum-ltc-3.3.4.1-r1.ebuild b/net-misc/electrum-ltc/electrum-ltc-3.3.4.1-r2.ebuild
18 similarity index 97%
19 rename from net-misc/electrum-ltc/electrum-ltc-3.3.4.1-r1.ebuild
20 rename to net-misc/electrum-ltc/electrum-ltc-3.3.4.1-r2.ebuild
21 index 8ca11888da6..bc888ddb453 100644
22 --- a/net-misc/electrum-ltc/electrum-ltc-3.3.4.1-r1.ebuild
23 +++ b/net-misc/electrum-ltc/electrum-ltc-3.3.4.1-r2.ebuild
24 @@ -1,9 +1,9 @@
25 -# Copyright 1999-2019 Gentoo Authors
26 +# Copyright 1999-2020 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 -EAPI="6"
30 +EAPI="7"
31
32 -PYTHON_COMPAT=( python3_6 )
33 +PYTHON_COMPAT=( python3_6 python3_7 )
34 PYTHON_REQ_USE="ncurses?"
35
36 inherit desktop distutils-r1 gnome2-utils xdg-utils
37 @@ -44,7 +44,6 @@ RDEPEND="${PYTHON_DEPS}
38 dev-python/requests[${PYTHON_USEDEP}]
39 dev-python/setuptools[${PYTHON_USEDEP}]
40 dev-python/six[${PYTHON_USEDEP}]
41 - dev-python/tlslite[${PYTHON_USEDEP}]
42 dev-python/protobuf-python[${PYTHON_USEDEP}]
43 qrcode? ( media-gfx/zbar[v4l] )
44 qt5? (