commit: 0a4f89623f2e273f1169814a47ea4cd8669b3c7b
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 27 14:51:31 2022 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Mar 27 15:14:38 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a4f8962
dev-python/transitions: amd64 stable
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
dev-python/transitions/transitions-0.8.11.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-python/transitions/transitions-0.8.11.ebuild
b/dev-python/transitions/transitions-0.8.11.ebuild
index 17976958da7d..d21e57dbf501 100644
--- a/dev-python/transitions/transitions-0.8.11.ebuild
+++ b/dev-python/transitions/transitions-0.8.11.ebuild
@@ -5,6 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..10} )
+
inherit distutils-r1
DESCRIPTION="A lightweight, object-oriented state machine implementation in
Python"
@@ -13,7 +14,7 @@
SRC_URI="https://github.com/pytransitions/${PN}/archive/${PV}.tar.gz -> ${P}.tar
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="examples"
RDEPEND="