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:28:01
Message-Id: 1649532454.b9d0fd2be1cc1e5c15e2430fcb541548051243b4.arthurzam@gentoo
1 commit: b9d0fd2be1cc1e5c15e2430fcb541548051243b4
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 9 19:27:34 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 9 19:27:34 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9d0fd2b
7
8 dev-python/pybind11: Keyword 2.9.2 ppc, #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 29d1facca1ca..e55b96d2bc20 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 ~ia64 ~ppc64 ~riscv ~x86"
24 +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86"
25
26 RDEPEND="
27 dev-cpp/eigen:3