diff options
author | 2021-03-28 13:10:36 +0100 | |
---|---|---|
committer | 2021-03-28 13:16:58 +0100 | |
commit | 8efe35aeba7929b62ff62171fc11cc16f51237de (patch) | |
tree | 670bca15ea4de78e896e79314360e6a1491f588e /dev-python/pytest-shutil | |
parent | dev-python/pytest-virtualenv: mark ALLARCHES (diff) | |
download | gentoo-8efe35aeba7929b62ff62171fc11cc16f51237de.tar.gz gentoo-8efe35aeba7929b62ff62171fc11cc16f51237de.tar.bz2 gentoo-8efe35aeba7929b62ff62171fc11cc16f51237de.zip |
dev-python/pytest-shutil: ~x64-macos keyworded
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/pytest-shutil')
-rw-r--r-- | dev-python/pytest-shutil/pytest-shutil-1.7.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pytest-shutil/pytest-shutil-1.7.0-r1.ebuild b/dev-python/pytest-shutil/pytest-shutil-1.7.0-r1.ebuild index 9ef22808147a..ed3b51316fee 100644 --- a/dev-python/pytest-shutil/pytest-shutil-1.7.0-r1.ebuild +++ b/dev-python/pytest-shutil/pytest-shutil-1.7.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~x64-macos" IUSE="test" RESTRICT="!test? ( test )" |