From 05af9dd4b683b16169723da50ec16dd2662e7205 Mon Sep 17 00:00:00 2001 From: Conrad Kostecki Date: Fri, 29 Jan 2021 23:25:24 +0100 Subject: dev-python/transitions: amd64 stable Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Conrad Kostecki --- 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 cf203ef1f988..de16dd128c7f 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=" -- cgit v1.2.3-65-gdbad