diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-05-10 18:25:55 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-05-10 18:25:55 +0300 |
commit | 7deccd13f82be2062f35441104daa5e2bf6b0065 (patch) | |
tree | d8651a23f7692d6b9fb0679123ab64e210ccecaf /dev-python | |
parent | dev-python/pybind11: amd64 stable wrt bug #720588 (diff) | |
download | gentoo-7deccd13f82be2062f35441104daa5e2bf6b0065.tar.gz gentoo-7deccd13f82be2062f35441104daa5e2bf6b0065.tar.bz2 gentoo-7deccd13f82be2062f35441104daa5e2bf6b0065.zip |
dev-python/pybind11: x86 stable wrt bug #720588
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pybind11/pybind11-2.4.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pybind11/pybind11-2.4.3.ebuild b/dev-python/pybind11/pybind11-2.4.3.ebuild index ebd509920024..44b91dbec22b 100644 --- a/dev-python/pybind11/pybind11-2.4.3.ebuild +++ b/dev-python/pybind11/pybind11-2.4.3.ebuild @@ -13,5 +13,5 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="" |