diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-01-29 09:18:58 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-01-29 09:18:58 +0200 |
commit | e138260c9a7c4d5f37e63eef2d53b8d2ba32813d (patch) | |
tree | 6b1f0ff540c77ab7691381309ca85a379e83942f /dev-python/pybind11 | |
parent | dev-python/gevent: Stabilize 21.12.0 ppc, #832289 (diff) | |
download | gentoo-e138260c9a7c4d5f37e63eef2d53b8d2ba32813d.tar.gz gentoo-e138260c9a7c4d5f37e63eef2d53b8d2ba32813d.tar.bz2 gentoo-e138260c9a7c4d5f37e63eef2d53b8d2ba32813d.zip |
dev-python/pybind11: Stabilize 2.9.0 arm64, #832284
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/pybind11')
-rw-r--r-- | dev-python/pybind11/pybind11-2.9.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pybind11/pybind11-2.9.0.ebuild b/dev-python/pybind11/pybind11-2.9.0.ebuild index 54e1aa92dba5..5cba4d671d70 100644 --- a/dev-python/pybind11/pybind11-2.9.0.ebuild +++ b/dev-python/pybind11/pybind11-2.9.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/pybind/pybind11/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" RDEPEND=" dev-cpp/eigen:3 |