diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-07-08 15:07:55 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-07-08 15:08:14 +0200 |
commit | 48757c02b7e3646b027a7c8b57538fc7a0e34d96 (patch) | |
tree | f2f015498adb18a3592cc6c891d104567935ba37 /dev-python/configargparse | |
parent | dev-python/click: Stabilize 7.1.2 ALLARCHES, #731338 (diff) | |
download | gentoo-48757c02b7e3646b027a7c8b57538fc7a0e34d96.tar.gz gentoo-48757c02b7e3646b027a7c8b57538fc7a0e34d96.tar.bz2 gentoo-48757c02b7e3646b027a7c8b57538fc7a0e34d96.zip |
dev-python/configargparse: Stabilize 1.2.3 ALLARCHES, #731340
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/configargparse')
-rw-r--r-- | dev-python/configargparse/configargparse-1.2.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/configargparse/configargparse-1.2.3.ebuild b/dev-python/configargparse/configargparse-1.2.3.ebuild index be7d7f5bac5a..a71a650a5883 100644 --- a/dev-python/configargparse/configargparse-1.2.3.ebuild +++ b/dev-python/configargparse/configargparse-1.2.3.ebuild @@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" IUSE="test" RESTRICT="!test? ( test )" |