commit: 05af9dd4b683b16169723da50ec16dd2662e7205
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 29 22:25:24 2021 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Fri Jan 29 22:41:19 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05af9dd4
dev-python/transitions: amd64 stable
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
dev-python/transitions/transitions-0.8.6.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/dev-python/transitions/transitions-0.8.6.ebuild
b/dev-python/transitions/transitions-0.8.6.ebuild
index cf203ef1f98..de16dd128c7 100644
--- a/dev-python/transitions/transitions-0.8.6.ebuild
+++ b/dev-python/transitions/transitions-0.8.6.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{7..9} )
+
inherit distutils-r1
DESCRIPTION="A lightweight, object-oriented state machine implementation in
Python"
@@ -12,7 +13,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="