commit:     d92d9e9ddf100eaf9efa34c3cf54fb41b49076c1
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 19 17:32:24 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jun 19 17:32:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d92d9e9d

dev-python/diskcache: Fix variable order

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 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 59f1df7d9950..c52ea3da78ab 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

Reply via email to