diff options
author | 2022-05-05 08:28:45 +0300 | |
---|---|---|
committer | 2022-05-05 08:28:45 +0300 | |
commit | 95969f7e958f8a64a50be6814463e87584020e0a (patch) | |
tree | f15eca6abda1eafc0082537c84622219d33fa406 /dev-python/pybind11 | |
parent | dev-python/ini2toml: Stabilize 0.10 arm64, #841919 (diff) | |
download | gentoo-95969f7e958f8a64a50be6814463e87584020e0a.tar.gz gentoo-95969f7e958f8a64a50be6814463e87584020e0a.tar.bz2 gentoo-95969f7e958f8a64a50be6814463e87584020e0a.zip |
dev-python/pybind11: Stabilize 2.9.2 arm, #841922
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/pybind11')
-rw-r--r-- | dev-python/pybind11/pybind11-2.9.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pybind11/pybind11-2.9.2.ebuild b/dev-python/pybind11/pybind11-2.9.2.ebuild index 4ab69eea9a1c..24eba3ad079f 100644 --- a/dev-python/pybind11/pybind11-2.9.2.ebuild +++ b/dev-python/pybind11/pybind11-2.9.2.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/pybind/pybind11/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc x86" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc x86" RDEPEND=" dev-cpp/eigen:3 |