commit: 4f1b60730155eb58a90a1f132c3890d2bd16e03a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 10 18:27:13 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 10 19:30:49 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f1b6073
dev-python/whatever: Fix DESCRIPTION copy-pasted from another package
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
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 39d60803512..7465513bb9a 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"