diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-03-25 20:40:15 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-03-25 20:40:15 +0100 |
commit | f0907db66d04f583c4f244124859b8f6e537a641 (patch) | |
tree | c9e8822c3ae298dabfe0cf39f7e65305162a5b2a /dev-python/pylev | |
parent | dev-python/pastel: destabilize 0.2.1 for ~x86 (diff) | |
download | gentoo-f0907db66d04f583c4f244124859b8f6e537a641.tar.gz gentoo-f0907db66d04f583c4f244124859b8f6e537a641.tar.bz2 gentoo-f0907db66d04f583c4f244124859b8f6e537a641.zip |
dev-python/pylev: destabilize 1.4.0 for ~x86
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-python/pylev')
-rw-r--r-- | dev-python/pylev/pylev-1.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pylev/pylev-1.4.0.ebuild b/dev-python/pylev/pylev-1.4.0.ebuild index c392e0f2c2bd..bb9015c80a5f 100644 --- a/dev-python/pylev/pylev-1.4.0.ebuild +++ b/dev-python/pylev/pylev-1.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,6 +12,6 @@ SRC_URI="https://github.com/toastdriven/pylev/archive/v${PV}.tar.gz -> ${P}.tar. LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86" distutils_enable_tests unittest |