Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pybind11/
Date: Sat, 09 Apr 2022 19:27:06
Message-Id: 1649532384.a456528baf7ba3dc2c2a21b5e2390c18dad52bcc.arthurzam@gentoo
1 commit: a456528baf7ba3dc2c2a21b5e2390c18dad52bcc
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 9 19:26:24 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 9 19:26:24 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a456528b
7
8 dev-python/pybind11: Keyword 2.9.2 ia64, #836478
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/pybind11/pybind11-2.9.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/pybind11/pybind11-2.9.2.ebuild b/dev-python/pybind11/pybind11-2.9.2.ebuild
16 index 485ce7a8a969..29d1facca1ca 100644
17 --- a/dev-python/pybind11/pybind11-2.9.2.ebuild
18 +++ b/dev-python/pybind11/pybind11-2.9.2.ebuild
19 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/pybind/pybind11/archive/v${PV}.tar.gz -> ${P}.tar.gz
20
21 LICENSE="BSD"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
24 +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~riscv ~x86"
25
26 RDEPEND="
27 dev-cpp/eigen:3