From 4f1b60730155eb58a90a1f132c3890d2bd16e03a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 10 May 2021 20:27:13 +0200 Subject: [PATCH] dev-python/whatever: Fix DESCRIPTION copy-pasted from another package MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/whatever/whatever-0.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/whatever/whatever-0.6.ebuild b/dev-python/whatever/whatever-0.6.ebuild index 39d60803512a1..7465513bb9a36 100644 --- a/dev-python/whatever/whatever-0.6.ebuild +++ b/dev-python/whatever/whatever-0.6.ebuild @@ -6,7 +6,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{7..10} ) inherit distutils-r1 -DESCRIPTION="A collection of fancy functional tools focused on practicality" +DESCRIPTION="Easy anonymous functions by partial application of operators" HOMEPAGE="https://github.com/Suor/whatever" SRC_URI=" https://github.com/Suor/whatever/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"