Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-misc/telegram-send/
Date: Sat, 02 Oct 2021 12:28:20
Message-Id: 1633177364.8b0f1e0e7051567183e959d7db40ab100522fd79.arthurzam@gentoo
1 commit: 8b0f1e0e7051567183e959d7db40ab100522fd79
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 2 12:13:10 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 2 12:22:44 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8b0f1e0e
7
8 app-misc/telegram-send: fix DISTUTILS_USE_SETUPTOOLS
9
10 Closes: https://bugs.gentoo.org/815784
11 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
12
13 app-misc/telegram-send/telegram-send-0.25-r1.ebuild | 4 +---
14 1 file changed, 1 insertion(+), 3 deletions(-)
15
16 diff --git a/app-misc/telegram-send/telegram-send-0.25-r1.ebuild b/app-misc/telegram-send/telegram-send-0.25-r1.ebuild
17 index 618ee0728..68ed33777 100644
18 --- a/app-misc/telegram-send/telegram-send-0.25-r1.ebuild
19 +++ b/app-misc/telegram-send/telegram-send-0.25-r1.ebuild
20 @@ -1,11 +1,9 @@
21 # Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI="7"
25 +EAPI=7
26
27 PYTHON_COMPAT=( python3_{7,8} )
28 -DISTUTILS_USE_SETUPTOOLS=rdepend
29 -
30 inherit distutils-r1
31
32 DESCRIPTION="Send messages and files over Telegram from the command-line"