commit: 8365491e3940a9f747f9a5677cda6baee1f5f216 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Fri Mar 25 19:39:52 2022 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Fri Mar 25 19:39:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8365491e
dev-python/pastel: destabilize 0.2.1 for ~x86 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> dev-python/pastel/pastel-0.2.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pastel/pastel-0.2.1.ebuild b/dev-python/pastel/pastel-0.2.1.ebuild index b27b9ad4c249..bb1eb0dae447 100644 --- a/dev-python/pastel/pastel-0.2.1.ebuild +++ b/dev-python/pastel/pastel-0.2.1.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 @@ -13,6 +13,6 @@ SRC_URI="https://github.com/sdispater/pastel/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86" distutils_enable_tests pytest
