commit: 8b0f1e0e7051567183e959d7db40ab100522fd79 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sat Oct 2 12:13:10 2021 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sat Oct 2 12:22:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8b0f1e0e
app-misc/telegram-send: fix DISTUTILS_USE_SETUPTOOLS Closes: https://bugs.gentoo.org/815784 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> app-misc/telegram-send/telegram-send-0.25-r1.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app-misc/telegram-send/telegram-send-0.25-r1.ebuild b/app-misc/telegram-send/telegram-send-0.25-r1.ebuild index 618ee0728..68ed33777 100644 --- a/app-misc/telegram-send/telegram-send-0.25-r1.ebuild +++ b/app-misc/telegram-send/telegram-send-0.25-r1.ebuild @@ -1,11 +1,9 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" +EAPI=7 PYTHON_COMPAT=( python3_{7,8} ) -DISTUTILS_USE_SETUPTOOLS=rdepend - inherit distutils-r1 DESCRIPTION="Send messages and files over Telegram from the command-line"
