commit: ab76962c1bfb9dab77d4dee8b4e1874095c8cd54
Author: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Sun Apr 28 04:08:23 2024 +0000
Commit: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Sun Apr 28 04:08:23 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ab76962c
dev-python/evernote2: inherit line move to the correct position
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>
dev-python/evernote2/evernote2-9999.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-python/evernote2/evernote2-9999.ebuild
b/dev-python/evernote2/evernote2-9999.ebuild
index 62b61950ad..f4255ed4b1 100644
--- a/dev-python/evernote2/evernote2-9999.ebuild
+++ b/dev-python/evernote2/evernote2-9999.ebuild
@@ -6,6 +6,8 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
+inherit git-r3 distutils-r1
+
DESCRIPTION="Unofficial Evernote SDK for Python 3"
HOMEPAGE="
https://github.com/JackonYang/evernote2
@@ -13,7 +15,6 @@ HOMEPAGE="
"
EGIT_REPO_URI="https://github.com/JackonYang/evernote2"
-inherit git-r3 distutils-r1
LICENSE="Apache-2.0"