diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-01-30 13:55:34 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-01-30 13:55:44 +0100 |
commit | 1636d15b19b27f9286b7bab9a11807aa74da95e7 (patch) | |
tree | 6a42bfe22631aeb3447bc3f896bf70d3e0a7e30c | |
parent | media-libs/simage: x86 stable wrt bug #707328 (diff) | |
download | gentoo-1636d15b19b27f9286b7bab9a11807aa74da95e7.tar.gz gentoo-1636d15b19b27f9286b7bab9a11807aa74da95e7.tar.bz2 gentoo-1636d15b19b27f9286b7bab9a11807aa74da95e7.zip |
dev-python/pluggy: x86 stable wrt bug #707348
Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
-rw-r--r-- | dev-python/pluggy/pluggy-0.13.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pluggy/pluggy-0.13.1.ebuild b/dev-python/pluggy/pluggy-0.13.1.ebuild index 2608b7f3014a..46a505796521 100644 --- a/dev-python/pluggy/pluggy-0.13.1.ebuild +++ b/dev-python/pluggy/pluggy-0.13.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" RDEPEND="$(python_gen_cond_dep \ 'dev-python/importlib_metadata[${PYTHON_USEDEP}]' -2 python3_{5,6,7} pypy3)" |