diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-11-26 23:03:51 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-11-26 23:04:52 +0000 |
commit | 19f0e0dc6dc783b9560d18b30716170a93dbb19c (patch) | |
tree | 06ea8058e7c1f4fa361c16e22dc93c1bcaba1871 /dev-python/pybind11 | |
parent | dev-db/mysql-connector-c: stable 8.0.22 for ppc (diff) | |
download | gentoo-19f0e0dc6dc783b9560d18b30716170a93dbb19c.tar.gz gentoo-19f0e0dc6dc783b9560d18b30716170a93dbb19c.tar.bz2 gentoo-19f0e0dc6dc783b9560d18b30716170a93dbb19c.zip |
dev-python/pybind11: stable 2.6.0 for ppc
stable wrt bug #756559
Package-Manager: Portage-3.0.10, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-python/pybind11')
-rw-r--r-- | dev-python/pybind11/pybind11-2.6.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pybind11/pybind11-2.6.0.ebuild b/dev-python/pybind11/pybind11-2.6.0.ebuild index ed5c0e78f27d..20177b5e5351 100644 --- a/dev-python/pybind11/pybind11-2.6.0.ebuild +++ b/dev-python/pybind11/pybind11-2.6.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/pybind/pybind11/archive/v${PV}.tar.gz -> ${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" RDEPEND=" dev-cpp/eigen:3 |