diff options
author | 2022-03-25 20:39:52 +0100 | |
---|---|---|
committer | 2022-03-25 20:39:52 +0100 | |
commit | 8365491e3940a9f747f9a5677cda6baee1f5f216 (patch) | |
tree | 3db4178c4a57820eb8afded0136605adf5885dc0 /dev-python/pastel | |
parent | dev-python/crashtest: destabilize 0.3.1 for ~x86 (diff) | |
download | gentoo-8365491e3940a9f747f9a5677cda6baee1f5f216.tar.gz gentoo-8365491e3940a9f747f9a5677cda6baee1f5f216.tar.bz2 gentoo-8365491e3940a9f747f9a5677cda6baee1f5f216.zip |
dev-python/pastel: destabilize 0.2.1 for ~x86
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-python/pastel')
-rw-r--r-- | dev-python/pastel/pastel-0.2.1.ebuild | 4 |
1 files 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 |