diff options
author | Sam James <sam@gentoo.org> | 2021-03-28 13:08:36 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-28 13:16:55 +0100 |
commit | e8183bc78bf356c5e7c5d016f17736124fe0cc41 (patch) | |
tree | 3290199c90677746bdb5afe0649afbda67304e29 /dev-python/pytest-fixture-config | |
parent | dev-python/setuptools: ~x64-macos keyworded (diff) | |
download | gentoo-e8183bc78bf356c5e7c5d016f17736124fe0cc41.tar.gz gentoo-e8183bc78bf356c5e7c5d016f17736124fe0cc41.tar.bz2 gentoo-e8183bc78bf356c5e7c5d016f17736124fe0cc41.zip |
dev-python/pytest-fixture-config: ~x64-macos keyworded
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/pytest-fixture-config')
-rw-r--r-- | dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild index 0acdbcc42060..90b4e0cd5c96 100644 --- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild +++ b/dev-python/pytest-fixture-config/pytest-fixture-config-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 @@ -12,7 +12,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" RDEPEND=" dev-python/pytest[${PYTHON_USEDEP}] |