From 2792b9a362c0a81d637207b252977f93819409f3 Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Sat, 31 Dec 2022 16:17:59 +0100 Subject: [PATCH] net-misc/ssh-tools: Fix DESCRIPTION and drop unused python dep Signed-off-by: Nils Freydank --- net-misc/ssh-tools/ssh-tools-1.7.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/net-misc/ssh-tools/ssh-tools-1.7.ebuild b/net-misc/ssh-tools/ssh-tools-1.7.ebuild index 6089436..89b8afa 100644 --- a/net-misc/ssh-tools/ssh-tools-1.7.ebuild +++ b/net-misc/ssh-tools/ssh-tools-1.7.ebuild @@ -3,9 +3,7 @@ EAPI="8" -PYTHON_COMPAT=( python3_10 ) - -DESCRIPTION="Library to read data from Mi Flora sensor" +DESCRIPTION="Bash scripts to make ssh more convenient" HOMEPAGE="https://github.com/vaporup/ssh-tools" SRC_URI="https://github.com/vaporup/ssh-tools/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"