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