From d92d9e9ddf100eaf9efa34c3cf54fb41b49076c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 19 Jun 2024 19:32:24 +0200 Subject: [PATCH] dev-python/diskcache: Fix variable order MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/diskcache/diskcache-5.6.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/diskcache/diskcache-5.6.3.ebuild b/dev-python/diskcache/diskcache-5.6.3.ebuild index 59f1df7d9950c..c52ea3da78ab5 100644 --- a/dev-python/diskcache/diskcache-5.6.3.ebuild +++ b/dev-python/diskcache/diskcache-5.6.3.ebuild @@ -9,12 +9,12 @@ PYTHON_REQ_USE="sqlite" inherit distutils-r1 +DESCRIPTION="Disk and file backed cache" HOMEPAGE=" https://grantjenks.com/docs/diskcache/ https://github.com/grantjenks/python-diskcache/ https://pypi.org/project/diskcache/ " -DESCRIPTION="Disk and file backed cache" SRC_URI=" https://github.com/grantjenks/python-diskcache/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz